💌 Mail app for Nextcloud
Перейти к файлу
Richard Steinmetz aac18601a7
Use node and npm versions from package.json in workflows
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-21 13:06:35 +02:00
.github Use node and npm versions from package.json in workflows 2022-07-21 13:06:35 +02:00
.tx Fix tx config 2018-02-12 23:03:06 +01:00
appinfo Split auto config and account creation 2022-07-07 15:24:05 +02:00
css Add new message into a modal 2021-12-01 15:18:39 +01:00
doc Include local messages table 2022-06-30 16:36:24 +02:00
img Implement dashboard panel 2020-08-10 18:20:22 +02:00
l10n [tx-robot] updated from transifex 2022-07-21 03:02:20 +00:00
lib Reduce memory footprint of loading thread data 2022-07-18 10:57:09 +02:00
screenshots Update the screenshot 2020-04-17 11:33:03 +02:00
src Merge pull request #6879 from nextcloud/hide-system-tags 2022-07-15 09:07:44 +02:00
templates l10n: Delete a shortcut 2022-06-07 14:33:28 +02:00
tests Do not chunk changed/vanished UIDS with QRESYNC 2022-07-15 08:51:12 +02:00
vendor-bin Migrate PEAR Horde packages to Bytestream packages 2022-05-12 13:38:09 +02:00
.editorconfig Add prettier config 2018-09-28 13:54:03 +03:00
.eslintrc.js Migrate to eslint-config-nextcloud 2020-08-03 09:04:57 +02:00
.gitattributes Prevent merge conflicts of the changelog files 2016-05-29 18:39:33 +02: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 Ignore files not needed for shipping 2022-06-23 13:51:04 +02:00
.php-cs-fixer.dist.php Update to Nextcloud coding standard v1 2021-11-10 10:04:13 +01:00
CHANGELOG.md Fix release date in changelog 2022-07-16 09:34:02 +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 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 Add PHP8.1 support 2022-05-23 13:45:29 +02:00
composer.lock Merge pull request #6839 from nextcloud/dependabot/composer/bamarni/composer-bin-plugin-1.6.0 2022-07-07 14:03:50 +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 Use .nextcloudignore to expclude packaged files 2020-01-24 16:45:29 +01:00
package-lock.json Merge pull request #6654 from nextcloud/dependabot/npm_and_yarn/ckeditor/ckeditor5-vue2-3.0.1 2022-07-07 21:36:25 +02:00
package.json Merge pull request #6654 from nextcloud/dependabot/npm_and_yarn/ckeditor/ckeditor5-vue2-3.0.1 2022-07-07 21:36:25 +02:00
postcss.config.js Add Vue 2018-08-17 10:38:40 +02:00
psalm.xml Catch guzzle error in proxy 2021-08-04 14:48:25 +02:00
webpack.common.js Fix ckeditor and postcss compatibility 2022-05-31 17:15:00 +02: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 Bump webpack-merge from 4.2.2 to 5.1.3 2020-09-01 16:39:38 +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.