💌 Mail app for Nextcloud
Перейти к файлу
Christoph Wurst 43835c5dd2
Merge pull request #2039 from nextcloud/refactor/message-json-html-body
Include the HTML body in the JSON message data
2019-09-27 12:17:00 +02:00
.github Do not apply any labels 2019-06-24 19:59:28 +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 Require Nextcloud 17 and 18 2019-09-03 09:57:23 +02:00
css Consolidates a message's "reply", "reply all", and "forward" button into 2 buttons 2019-09-21 17:55:59 +02:00
doc Rename mail_collected_addresses to mail_coll_addresses 2018-08-25 23:21:59 +02:00
img Consolidates a message's "reply", "reply all", and "forward" button into 2 buttons 2019-09-21 17:55:59 +02:00
l10n [tx-robot] updated from transifex 2019-09-25 02:36:05 +00:00
lib Include the HTML body in the JSON message data 2019-09-27 11:49:24 +02:00
screenshots fix screenshot and compress 2016-08-29 14:47:58 +02:00
src Merge pull request #1774 from StCyr/StCyr-Issue598 2019-09-27 10:34:01 +02:00
templates Merge remote-tracking branch 'origin/master' into refactor/vue 2018-12-18 09:06:47 +01:00
tests Include the HTML body in the JSON message data 2019-09-27 11:49:24 +02:00
.babelrc Fix babel dependencies 2018-11-09 08:41:26 +01:00
.editorconfig Add prettier config 2018-09-28 13:54:03 +03:00
.eslintrc.js Add nextcloud eslint linting 2019-05-15 09:00:58 +02:00
.gitattributes Prevent merge conflicts of the changelog files 2016-05-29 18:39:33 +02:00
.gitignore Move js sources to /src and use /js for the bundle 2018-10-23 15:02:53 +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
.scrutinizer.yml Disable slow Scrutinizer security analysisDisable slow Scrutinizer security analysis 2018-10-24 15:30:39 +02:00
.travis.yml Require Nextcloud 17 and 18 2019-09-03 09:57:23 +02:00
CHANGELOG.md Version bump 2019-09-02 15:44:11 +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 Add note about IMAP 2019-08-29 12:57:16 +02:00
babel.config.js Add Vue 2018-08-17 10:38:40 +02:00
composer.json Bump cerdic/css-tidy from 1.7.0 to 1.7.1 2019-09-22 01:12:24 +00:00
composer.lock Bump cerdic/css-tidy from 1.7.0 to 1.7.1 2019-09-22 01:12:24 +00:00
karma.conf.js Remove Babel and add ES6 polyfills for PhantomJS 2018-03-12 10:22:30 +01:00
krankerl.toml Update packaging ignore list 2018-10-23 15:36:35 +02:00
package-lock.json Merge pull request #1774 from StCyr/StCyr-Issue598 2019-09-27 10:34:01 +02:00
package.json Merge pull request #2014 from nextcloud/dependabot/npm_and_yarn/eslint-config-prettier-6.3.0 2019-09-26 12:07:55 +02:00
postcss.config.js Add Vue 2018-08-17 10:38:40 +02:00
webpack.common.js Fix caching of webpack chunks 2019-05-14 08:45:24 +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 Bountysource

💌 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

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. :)