No description
  • JavaScript 45%
  • PHP 42.3%
  • Vue 12.1%
  • Sieve 0.3%
  • SCSS 0.2%
Find a file
Roberto Guido 81ef139b4a
feat: save email as .eml file in Files
Signed-off-by: Roberto Guido <info@madbob.org>
2026-07-16 18:30:57 +02:00
.github ci: pin service container images to digests 2026-07-10 08:30:48 +02:00
.patches fix(smtp): handle non ascii sender names 2026-06-01 07:36:01 +02:00
.tx ci: update stable branches 2026-06-17 17:28:38 +02:00
appinfo feat: save email as .eml file in Files 2026-07-16 18:30:57 +02:00
build chore: suppress no-undef warnings 2025-10-21 21:46:58 +02:00
composer perf(autoloader): Use Composer's authoritative classmap 2023-01-20 11:56:32 +01:00
css Merge branch 'main' into fix/account-settings-overflow 2026-06-19 10:36:49 +02:00
doc docs: Add new tables to reset app 2026-04-14 10:54:19 +02:00
img feat: add delegation 2026-05-13 20:15:38 +02:00
l10n fix(l10n): Update translations from Transifex 2026-07-14 01:36:03 +00:00
lib feat: save email as .eml file in Files 2026-07-16 18:30:57 +02:00
LICENSES feat(ui): add fluid design 2025-08-19 15:44:45 +02:00
patches fix(deps): update ckeditor to 45 (unified package) 2025-10-09 16:20:29 +02:00
resources fix(dns): Update public suffix list 2026-07-15 07:09:42 +00:00
screenshots Update app screenshot to match Nextcloud 25 design 2022-11-04 13:52:40 +01:00
src feat: save email as .eml file in Files 2026-07-16 18:30:57 +02:00
templates fix: Remove unused proxy redirect route 2026-04-17 12:06:38 +02:00
tests feat: save email as .eml file in Files 2026-07-16 18:30:57 +02:00
vendor-bin chore(deps): bump php-cs-fixer/shim from ^3.95.11 to ^3.95.12 2026-07-15 00:28:28 +00:00
.coderabbit.yaml chore: fine-tune coderabbit reviews 2026-05-12 12:32:09 +02:00
.editorconfig chore: Add SPDX header 2024-06-24 18:46:58 +02:00
.git-blame-ignore-revs chore: ignore eslint-config 9 update in git blame 2025-11-26 18:29:47 +01:00
.gitattributes fix: line ending for sieve scripts should be clrf 2024-08-16 15:47:10 +02:00
.gitignore chore(.gitignore): ignore .claude/ 2026-06-18 18:07:58 +02:00
.nextcloudignore chore(agents): tell Claude to look at AGENTS.md 2026-06-03 17:56:13 +02:00
.php-cs-fixer.dist.php ci: use parallelism for cs-fixer 2025-06-13 11:03:17 +02:00
AGENTS.md chore(agents): use lowercase present-tense verbs in commit example 2026-05-19 10:00:04 +02:00
AUTHORS.md chore: Add SPDX header 2024-06-24 18:46:58 +02:00
babel.config.js chore(babel): migrate to shared config from @nextcloud/babel-config 2025-10-10 13:20:00 +02:00
CHANGELOG.md chore(release): v5.10.0-rc.1 2026-06-17 16:57:15 +02:00
CHANGELOG.md.license chore: set license for changelog 2025-02-27 20:20:17 +01:00
CLAUDE.md chore(agents): tell Claude to look at AGENTS.md 2026-06-03 17:56:13 +02:00
codecov.yml ci: split codecov status for unit and integration test coverage 2026-03-18 10:16:06 +01:00
composer.json fix(deps): bump sabberworm/php-css-parser from ^9.3.0 to ^9.4.0 (#13240) 2026-07-07 00:09:52 +00:00
composer.lock fix(deps): bump sabberworm/php-css-parser from ^9.3.0 to ^9.4.0 (#13240) 2026-07-07 00:09:52 +00:00
COPYING add proper COPYING agplv3 license file 2016-09-12 10:30:13 +02:00
eslint.config.mjs refactor(lint): enforce no-console as ESLint error 2026-05-12 14:02:30 +02:00
krankerl.toml build: use npm ci with krankerl 2025-12-16 13:21:49 +01:00
Makefile chore: Add SPDX header 2024-06-24 12:22:29 +02:00
package-lock.json fix(deps): Fix npm audit 2026-07-14 05:14:03 +00:00
package.json fix(deps): bump address-rfc2822 from ^2.2.3 to ^2.2.4 (#13042) 2026-07-07 16:08:32 +00:00
patches.json fix(smtp): handle non ascii sender names 2026-06-01 07:36:01 +02:00
patches.lock.json fix(smtp): handle non ascii sender names 2026-06-01 07:36:01 +02:00
playwright.config.js test(e2e): add test for basic functionality of mail app 2025-05-14 17:44:40 +02:00
psalm.xml feat: Keep inline images on forwarding 2026-05-06 18:11:23 +02:00
README.md chore(docs): Update links to admin and user documentation in README.md and info.xml 2026-01-23 11:25:04 +01:00
rector.php refactor(php): apply constructor property promotion (PHP 8.0+) 2026-06-25 16:29:47 +02:00
renovate.json ci: update stable branches 2026-06-17 17:28:38 +02:00
REUSE.toml chore(agents): tell Claude to look at AGENTS.md 2026-06-03 17:56:13 +02:00
stylelint.config.js chore(styleint): make rtl checks error level 2025-08-05 13:28:24 +02:00
tsconfig.json chore: enable typescript for mail 2025-06-12 16:23:52 +02:00
tsconfig.json.license chore: enable typescript for mail 2025-06-12 16:23:52 +02:00
vitest.config.js style: apply @nextcloud/eslint-config 9 2025-10-21 21:48:39 +02:00
webpack.common.js build: Avoid warnings about bundle size 2026-05-06 12:42:20 +02:00
webpack.dev.js style: apply @nextcloud/eslint-config 9 2025-10-21 21:48:39 +02:00
webpack.prod.js style: apply @nextcloud/eslint-config 9 2025-10-21 21:48:39 +02:00
webpack.test.js style: apply @nextcloud/eslint-config 9 2025-10-21 21:48:39 +02:00

Nextcloud Mail

Downloads REUSE status GitHub Workflow Status Codecov Renovate

💌 A mail app for Nextcloud

Why is this so awesome?

  • 🚀 Integration with other Nextcloud apps! Currently Contacts, Calendar, Files & Tasks more to come.
  • 📥 Multiple mail accounts! Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.
  • 🔒 Send & receive encrypted mails! Using the great Mailvelope browser extension or the built-in support for S/MIME encryption and signatures.
  • 📑 Message threads! Now we have proper grouping of message threads.
  • 🗄️ Mailbox management! You can edit, delete, add submailboxes and more.
  • 🙈 Were not reinventing the wheel! Based on the great Horde libraries.
  • 📬 Want to host your own mail server? We dont have to reimplement this as you could set up Mail-in-a-Box, Stalwart or Dovecot!

If you experience any issues or have any suggestions for improvement, use the issue tracker. Please follow the issue template chooser so we get the info needed to debug and fix the problem. Thanks!

Ethical AI Rating

Priority Inbox

Rating: 🟢

Positive:

  • The software for training and inferencing of this model is open source.
  • The model is created and trained on-premises based on the user's own data.
  • The training data is accessible to the user, making it possible to check or correct for bias or optimise the performance and CO2 usage.

Thread Summaries (opt-in)

Rating: 🟢/🟡/🟡/🔴

The rating depends on the installed text processing backend. See the rating overview for details.

Learn more about the Nextcloud Ethical AI Rating in our blog.

Maintainers

Installation

The app is distributed through the app store and you can install it right from your Nextcloud installation.

Release tarballs are hosted at https://github.com/nextcloud-releases/mail/releases.

Get on board

For new contributors, please check out ContributingToNextcloudIntroductoryWorkshop

Development setup

Just clone this repo into your apps directory (Nextcloud server installation needed). Additionally, npm to fetch Node.js is needed for installing JavaScript dependencies and composer is needed for dependency management in PHP.

Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:

make dev-setup

We are also available on our public Mail development chat, if you want to join the development discussion. Please report bugs here on Github and open any questions and support tickets at the community forum.

Documentation

Need help? Check out our documentation. It's split into three parts.

Credits

This project uses CKEditor, which is licensed under the GPLv2.