No description
Find a file
Nextcloud bot 4d25ae4430
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-23 01:14:03 +00:00
.github
.tx
appinfo
build
composer
css
doc
img
l10n fix(l10n): Update translations from Transifex 2025-12-23 01:14:03 +00:00
lib Merge pull request #12187 from DerDreschner/feature/support-phishing-flag 2025-12-20 07:53:31 +01:00
LICENSES
patches
resources
screenshots
src Merge pull request #12187 from DerDreschner/feature/support-phishing-flag 2025-12-20 07:53:31 +01:00
templates
tests Merge pull request #12187 from DerDreschner/feature/support-phishing-flag 2025-12-20 07:53:31 +01:00
vendor-bin
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.nextcloudignore
.php-cs-fixer.dist.php
AUTHORS.md
babel.config.js
CHANGELOG.md
CHANGELOG.md.license
codecov.yml
composer.json
composer.lock
COPYING
eslint.config.mjs
krankerl.toml
Makefile
package-lock.json fix(deps): bump @nextcloud/dialogs from 6.4.1 to ^6.4.1 2025-12-17 05:31:12 +00:00
package.json fix(deps): bump @nextcloud/dialogs from 6.4.1 to ^6.4.1 2025-12-17 05:31:12 +00:00
playwright.config.js
psalm.xml
README.md
rector.php
renovate.json
REUSE.toml
stylelint.config.js
tsconfig.json
tsconfig.json.license
vitest.config.js
webpack.common.js
webpack.dev.js
webpack.prod.js
webpack.test.js

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.