💌 Mail app for Nextcloud
Перейти к файлу
dependabot-preview[bot] 748a0a577a
Merge pull request #1951 from nextcloud/dependabot/composer/symfony/process-3.4.31
2019-08-28 19:00:45 +00: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 Version bump 2019-08-28 15:55:13 +02:00
css move print styles to `Message` component, fix printscout version 2019-07-01 21:47:49 +10:00
doc Rename mail_collected_addresses to mail_coll_addresses 2018-08-25 23:21:59 +02:00
img fix favicon viewbox, cut decimals 2016-11-24 15:32:31 +01:00
l10n [tx-robot] updated from transifex 2019-08-28 02:39:52 +00:00
lib Merge pull request #1946 from nextcloud/fix/proper_property 2019-08-27 20:45:29 +02:00
screenshots fix screenshot and compress 2016-08-29 14:47:58 +02:00
src Merge pull request #1949 from nextcloud/fix/envelope-delete-navigation 2019-08-28 15:38:46 +02:00
templates move print styles to `Message` component, fix printscout version 2019-07-01 21:47:49 +10:00
tests Make it possible to create subfolders and show folder stats 2019-04-19 10:13:35 +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 Make compatible with Nextcloud 17 2019-04-12 08:46:16 +02:00
CHANGELOG.md Version bump 2019-08-28 15:55:13 +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 dependabot badge 2019-04-26 08:54:41 +02:00
babel.config.js Add Vue 2018-08-17 10:38:40 +02:00
composer.json Bump christophwurst/nextcloud_testing from 0.6.0 to 0.7.0 2019-08-23 19:21:32 +00:00
composer.lock Bump symfony/process from 3.4.30 to 3.4.31 2019-08-28 18:36:51 +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 Version bump 2019-08-28 15:55:13 +02:00
package.json Version bump 2019-08-28 15:55:13 +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.
  • 🔒 Send & receive encrypted mails! Using the great Mailvelope browser extension.
  • 🙈 Were not reinventing the wheel! Based on the great Horde libraries.

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