💌 Mail app for Nextcloud
Перейти к файлу
renovate[bot] ef86e59744
fix(deps): bump ckeditor family
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-06 09:31:29 +00:00
.github chore: bring back needs info workflow 2024-10-25 14:11:34 +02:00
.tx chore: enable transifex for stable4.1 2024-11-05 20:13:50 +01:00
LICENSES fix(autoconfig): Refactor DNS query for testing 2024-08-05 19:02:18 +02:00
appinfo chore: bump version to 4.2 2024-11-05 20:30:05 +01:00
build ci: Semantic release automation 2024-07-04 15:55:14 +02:00
composer perf(autoloader): Use Composer's authoritative classmap 2023-01-20 11:56:32 +01:00
doc docs: add the minium value for the background sync job 2024-10-24 13:56:12 +02:00
img fix(dashboard): Fix dashboard icon 2024-07-11 13:49:40 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-11-04 01:17:38 +00:00
lib Merge pull request #10321 from nextcloud/fix/contactsintegration/limit-search-results 2024-11-05 15:10:43 +01:00
patches perf: bundle with vite 2024-10-01 11:17:04 +02:00
resources fix(autoconfig): Refactor DNS query for testing 2024-08-05 19:02:18 +02:00
screenshots Update app screenshot to match Nextcloud 25 design 2022-11-04 13:52:40 +01:00
src fix(quick-search): RTL support 2024-11-04 16:27:06 +01:00
templates perf: bundle with vite 2024-10-01 11:17:04 +02:00
tests fix: increase default SMTP timeout 2024-10-17 09:55:58 +02:00
vendor-bin chore(deps): bump nextcloud/coding-standard from 1.3.1 to ^1.3.2 (main) (#10283) 2024-10-24 14:46:12 +00:00
.editorconfig chore: Add SPDX header 2024-06-24 18:46:58 +02:00
.eslintrc.cjs perf: bundle with vite 2024-10-01 11:17:04 +02:00
.git-blame-ignore-revs chore: ignore code style changes in git blame 2024-10-10 20:18:32 +02:00
.gitattributes fix: line ending for sieve scripts should be clrf 2024-08-16 15:47:10 +02:00
.gitignore perf: bundle with vite 2024-10-01 11:17:04 +02:00
.nextcloudignore chore: remove obsolete files 2024-09-14 11:59:01 -04:00
.php-cs-fixer.dist.php chore: Add SPDX header 2024-06-24 18:46:58 +02:00
AUTHORS.md chore: Add SPDX header 2024-06-24 18:46:58 +02:00
CHANGELOG.md Release v4.0.0-alpha1 2024-07-23 19:09:07 +02:00
COPYING add proper COPYING agplv3 license file 2016-09-12 10:30:13 +02:00
Makefile chore: Add SPDX header 2024-06-24 12:22:29 +02:00
README.md chore: update badges on readme (again) 2024-10-02 12:12:37 +02:00
REUSE.toml feat: mail filters 2024-10-16 13:03:39 +02:00
babel.config.cjs perf: bundle with vite 2024-10-01 11:17:04 +02:00
codecov.yml chore: Add SPDX header 2024-06-24 18:46:58 +02:00
composer.json fix(deps): bump sabberworm/php-css-parser from 8.6.0 to ^8.7.0 (main) (#10306) 2024-10-30 02:03:26 +00:00
composer.lock fix(deps): bump sabberworm/php-css-parser from 8.6.0 to ^8.7.0 (main) (#10306) 2024-10-30 02:03:26 +00:00
jest.config.cjs perf: bundle with vite 2024-10-01 11:17:04 +02:00
krankerl.toml perf: bundle with vite 2024-10-01 11:17:04 +02:00
package-lock.json fix(deps): bump ckeditor family 2024-11-06 09:31:29 +00:00
package.json fix(deps): bump ckeditor family 2024-11-06 09:31:29 +00:00
psalm.xml chore: bump psalm error level 2024-08-22 16:11:01 +02:00
rector.php refactor: Add void to PHPUnit test methods 2024-09-17 23:25:09 +02:00
renovate.json ci: Update renovate's base branches 2024-10-01 10:45:08 +02:00
vite.config.js perf: bundle with vite 2024-10-01 11:17:04 +02:00

README.md

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.