💌 Mail app for Nextcloud
Перейти к файлу
GretaD 8a57780b1a Fix icon color in dark theme
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-06-09 18:21:36 +02:00
.github Remove bountysource references 2020-06-04 19:42:03 +02: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 Add quota for mail 2020-06-05 09:13:05 +02:00
css Fix icon color in dark theme 2020-06-09 18:21:36 +02:00
doc Updated the hard app reset instructions. 2020-05-19 19:46:58 +02:00
img Fix icon color in dark theme 2020-06-09 18:21:36 +02:00
l10n [tx-robot] updated from transifex 2020-06-09 02:42:01 +00:00
lib Also catch throwable's during account sync 2020-06-08 16:18:22 +02:00
screenshots Update the screenshot 2020-04-17 11:33:03 +02:00
src Fix formatting when it is checked individually from the account default 2020-06-05 14:17:45 +02:00
templates Use short array syntax 2020-03-25 21:35:02 +01:00
tests Add quota for mail 2020-06-05 09:13:05 +02:00
.editorconfig Add prettier config 2018-09-28 13:54:03 +03:00
.eslintrc.js Use KItinerary to extract information from emails and attachments 2020-01-08 14:01:06 +01: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 Add psalm and apply auto fixes 2020-02-26 14:10:51 +01:00
.php_cs.dist Exclude lib/Vendor/ from php-cs-fixer runs 2020-05-13 20:19:26 +02:00
.scrutinizer.yml Run phpunit unit tests on Github 2020-03-09 15:51:27 +01:00
.travis.yml Allow Nextcloud 20 2020-05-08 13:30:06 +02:00
CHANGELOG.md Update the Changelog for v1.4.0 2020-06-08 12:18:03 +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 Comply with our npm guidelines 2019-05-22 17:29:17 +02:00
README.md Remove bountysource references 2020-06-04 19:42:03 +02:00
babel.config.js Fix CKEditor in the browser 2020-02-04 17:36:30 +01:00
composer.json Migrate from php-ml to rubix/ml 2020-05-28 10:13:16 +02:00
composer.lock Bump phan/phan from 3.0.0 to 3.0.1 2020-06-07 01:17:39 +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 Install CKEditor again 2020-06-08 11:37:17 +02:00
package.json Install CKEditor again 2020-06-08 11:37:17 +02:00
postcss.config.js Add Vue 2018-08-17 10:38:40 +02:00
psalm.xml Add psalm and apply auto fixes 2020-02-26 14:10:51 +01:00
webpack.common.js Add classifier for new messages 2020-04-23 09:51:42 +02:00
webpack.dev.js Fill reply recipients, subject and body 2018-11-05 16:50:34 +01:00
webpack.prod.js Move webpack config to repo root 2018-10-23 15:29:33 +02:00
webpack.test.js Move webpack config to repo root 2018-10-23 15:29:33 +02:00

README.md

Nextcloud Mail

Downloads Build Status Scrutinizer Code Quality PHP Coverage JavaScript Coverage 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. :)