💌 Mail app for Nextcloud
Перейти к файлу
Christoph Wurst 88c825e2f9
Merge pull request #7691 from nextcloud/refactor/stateless-composer-component
Make the composer component stateless
2023-02-02 09:39:06 +01:00
.github ci(deps): Bump svenstaro/upload-release-action from 2.4.0 to 2.4.1 2023-02-02 02:01:11 +00:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:44:23 +00:00
appinfo Merge pull request #7922 from nextcloud/fix/noid/missing/smime-certs-missing-primary-key 2023-01-26 14:01:19 +01:00
composer perf(autoloader): Use Composer's authoritative classmap 2023-01-20 11:56:32 +01:00
css Add basic messages filter and search 2022-10-18 15:56:52 +03:00
doc docs(developer): add instructions for self signed S/MIME certs 2023-01-26 11:26:58 +01: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-02-02 02:48:23 +00:00
lib fix(classification): refactor persistence 2023-01-30 14:49:45 +01:00
screenshots Update app screenshot to match Nextcloud 25 design 2022-11-04 13:52:40 +01:00
src Make the composer component stateless 2023-02-02 09:21:12 +01:00
templates chore(oauth): Remove branding from generic OAUTH settings 2023-01-10 14:10:26 +01:00
tests refactor(php): Use attribute instead of annotation for TrapError 2023-01-26 14:41:51 +01:00
vendor-bin refactor: Add Rector for automated refactoring 2023-01-25 15:05:35 +01: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 .gitignore has been extended 2022-02-03 10:05:53 +01: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 Update changelong for 2.2.1 and 2.2.2 release 2022-12-21 17:25:14 +01: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 Add Sieve support 2021-02-26 16:36:46 +01:00
README.md Migrate PEAR Horde packages to Bytestream packages 2022-05-12 13:38:09 +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 chore(deps): Bump rubix/ml from 0.4.3 to 2.3.0 2023-01-30 13:12:36 +00:00
composer.lock chore(deps): Bump rubix/ml from 0.4.3 to 2.3.0 2023-01-30 13:12:36 +00: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 Use .nextcloudignore to expclude packaged files 2020-01-24 16:45:29 +01:00
package-lock.json chore(deps): bump @ckeditor/ckeditor5-dev-utils from 32.0.2 to 33.0.0 2023-01-28 03:29:35 +00:00
package.json chore(deps): bump @ckeditor/ckeditor5-dev-utils from 32.0.2 to 33.0.0 2023-01-28 03:29:35 +00:00
postcss.config.js Add Vue 2018-08-17 10:38:40 +02:00
psalm.xml chore(static analysis): Ignore Symfony Command classes for Psalm 2022-12-22 09:12:46 +01:00
rector.php refactor: Add Rector for automated refactoring 2023-01-25 15:05:35 +01:00
renovate.json Add renovate.json 2023-01-27 10:45:14 +01:00
webpack.common.js chore(oauth): Remove branding from generic OAUTH settings 2023-01-10 14:10:26 +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!

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.