💌 Mail app for Nextcloud
Перейти к файлу
Johannes c2f5bdefb0
Merge pull request #8985 from nextcloud/fix/8753/prevent-modals-from-close
fix(envelope menu): prevent modals from closing automatically
2023-10-23 12:30:11 +02:00
.github Add PHP8.3 support 2023-10-20 15:17:28 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:44:23 +00:00
appinfo Add PHP8.3 support 2023-10-20 15:17:28 +02:00
composer perf(autoloader): Use Composer's authoritative classmap 2023-01-20 11:56:32 +01:00
css Use the color-primary-element* variables 2023-05-12 16:15:24 +02:00
doc Fix typos in developer.md 2023-10-22 03:40:04 +02:00
img Change mail icon to material design icon 2022-08-17 15:07:12 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-10-22 01:17:11 +00:00
lib Merge pull request #8962 from nextcloud/chore/drop-use-of-deprecated-getImapConnection 2023-10-17 10:25:33 +02:00
screenshots Update app screenshot to match Nextcloud 25 design 2022-11-04 13:52:40 +01:00
src fix(envelope menu): prevent modals from closing automatically 2023-10-23 11:52:10 +02:00
templates fix: Add missing background box for redirect page 2023-04-20 13:28:11 +02:00
tests Merge pull request #8962 from nextcloud/chore/drop-use-of-deprecated-getImapConnection 2023-10-17 10:25:33 +02:00
vendor-bin chore(deps): bump rector/rector from 0.18.3 to ^0.18.4 2023-09-26 22:38:35 +00:00
.editorconfig Add yaml section to .editorconfig 2022-07-22 13:49:34 +02:00
.eslintrc.js Apply eslint fixes 2022-07-08 11:35:17 +02:00
.gitattributes chore: drop support for PHP 7.4 2023-01-17 18:50:59 +01:00
.gitignore chore(git): Ignore VSCode '*.code-workspace' files 2023-03-31 15:54:28 +02:00
.jshintignore update npm packages; update jshint ignore list 2015-09-25 16:16:32 +02:00
.jshintrc Do not complain about trailing semicolons and require stmts 2018-10-25 15:10:15 +02:00
.nextcloudignore chore(deps): Use Renovate to keep stable branches tidy 2023-01-27 10:34:36 +01:00
.php-cs-fixer.dist.php Update to Nextcloud coding standard v1 2021-11-10 10:04:13 +01:00
CHANGELOG.md Release 3.4.0-rc.1 2023-08-31 14:58:05 +02:00
COPYING add proper COPYING agplv3 license file 2016-09-12 10:30:13 +02:00
Gruntfile.js Remove JSCS 2019-05-06 07:28:56 +03:00
Makefile test: Replace docker hub container image with ghcr one 2023-08-08 14:09:53 +02:00
README.md Change the public chat url on readme 2023-10-04 08:37:44 +02:00
babel.config.js Fix the js tests (runner) 2020-12-22 11:16:36 +01:00
codecov.yml Use a Github action for integration tests 2020-10-30 10:58:38 +01:00
composer.json Add PHP8.3 support 2023-10-20 15:17:28 +02:00
composer.lock Add PHP8.3 support 2023-10-20 15:17:28 +02:00
jest.config.js Update Jest to version 28: @vue/vue2-jest, babel-jest, jest 2022-06-15 17:08:13 +02:00
karma.conf.js Clean up unused Karma config 2019-10-24 14:01:53 +02:00
krankerl.toml fix: Allow dynamic autoloading for classes added during upgrade 2023-06-07 21:00:22 +02:00
package-lock.json fix(envelope menu): prevent modals from closing automatically 2023-10-23 11:52:10 +02:00
package.json fix(envelope menu): prevent modals from closing automatically 2023-10-23 11:52:10 +02:00
postcss.config.js Add Vue 2018-08-17 10:38:40 +02:00
psalm.xml add thread summary ui 2023-08-09 16:10:01 +02:00
rector.php refactor: Add Rector for automated refactoring 2023-01-25 15:05:35 +01:00
renovate.json chore: update ckeditor5-dev-utils with the other ckeditor5 packages 2023-10-04 17:19:14 +02:00
webpack.common.js fix: dashboard loading forever 2023-03-06 09:46:25 +01:00
webpack.dev.js Bump webpack-merge from 4.2.2 to 5.1.3 2020-09-01 16:39:38 +02:00
webpack.prod.js Use source-map devtool in prod builds 2022-07-20 18:37:35 +02:00
webpack.test.js Migrate from Mocha to jest 2022-06-03 14:28:19 +02:00

README.md

Nextcloud Mail

Downloads GitHub Workflow Status Codecov Dependabot Status

💌 A mail app for Nextcloud

Why is this so awesome?

  • 🚀 Integration with other Nextcloud apps! Currently Contacts, Calendar & Files – 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.
  • 📑 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!

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.

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.