💌 Mail app for Nextcloud
Перейти к файлу
Nextcloud bot bc29585250
[tx-robot] updated from transifex
2021-01-17 02:51:21 +00:00
.github Bump phpunit/phpunit from 9.2.6 to 9.5.0 2021-01-15 16:31:50 +01:00
.phan Add default phan config 2017-10-16 15:53:50 +02:00
.tx Fix tx config 2018-02-12 23:03:06 +01:00
appinfo Sent and request mdn (read confirmation) 2021-01-14 13:11:42 +01:00
css Fix dark theme on small screen 2021-01-13 11:34:59 +01:00
doc Allow admins to limit the size of attachements 2020-12-07 20:01:34 +01:00
img Implement dashboard panel 2020-08-10 18:20:22 +02:00
l10n [tx-robot] updated from transifex 2021-01-17 02:51:21 +00:00
lib Refactor flag strings for search into a class 2021-01-15 10:23:08 +01:00
screenshots Update the screenshot 2020-04-17 11:33:03 +02:00
src Fix defaults where mail stores drafts and sent 2021-01-14 19:43:13 +01:00
templates Allow admins to limit the size of attachements 2020-12-07 20:01:34 +01:00
tests Bump phpunit/phpunit from 9.2.6 to 9.5.0 2021-01-15 16:31:50 +01: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 Add a ML-based classifier for important messages 2020-05-13 17:36:22 +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 Use a Github action for integration tests 2020-10-30 10:58:38 +01:00
.php_cs.dist Exclude lib/Vendor/ from php-cs-fixer runs 2020-05-13 20:19:26 +02:00
CHANGELOG.md Update changelogs 2020-12-07 17:09:55 +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 Remove the composer intall from the Makefile 2020-11-03 16:20:58 +01:00
README.md Clean up badges 2020-11-03 12:43:43 +01: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 Bump christophwurst/nextcloud_testing from 0.11.0 to 0.12.1 2021-01-16 02:15:51 +00:00
composer.lock Merge pull request #4370 from nextcloud/dependabot/composer/vimeo/psalm-4.4.1 2021-01-16 02:54:03 +00: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 Bump sass-loader from 10.1.0 to 10.1.1 2021-01-16 02:18:57 +00:00
package.json Bump sass-loader from 10.1.0 to 10.1.1 2021-01-16 02:18:57 +00:00
postcss.config.js Add Vue 2018-08-17 10:38:40 +02:00
psalm.xml Clean up HTML response 2020-11-06 15:47:05 +01:00
webpack.common.js Remove unused webpack dependency 2021-01-15 16:03:36 +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 Bump webpack-merge from 4.2.2 to 5.1.3 2020-09-01 16:39:38 +02:00
webpack.test.js Bump webpack-merge from 4.2.2 to 5.1.3 2020-09-01 16:39:38 +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.
  • 🙈 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!

And in the works for the coming versions:

  • 📑 Proper grouping of message threads
  • 🗄️ Folder management

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!

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.

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.

Maintainers

Christoph Wurst, Jan-Christoph Borchardt, Steffen Lindner and many more

If youd like to join, just run through the issue list and fix some. :)