💌 Mail app for Nextcloud
Перейти к файлу
Christoph Wurst 197cf20bd5
Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-16 07:47:21 +02:00
.github Add question template 2018-05-14 19:34:32 +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 Merge branch 'master' of github.com:/nextcloud/mail into feature/784/shorten-table-names 2018-09-14 11:11:15 +02:00
build Fix translation string extractor for special characters 2017-09-27 10:31:13 +02:00
css Fix autocomplete in message composer 2018-10-15 10:07:53 +02: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
js Fix new message composer width 2018-10-15 10:07:43 +02:00
l10n [tx-robot] updated from transifex 2018-10-11 00:22:06 +00:00
lib 🎨 2018-09-14 15:52:32 +02:00
screenshots fix screenshot and compress 2016-08-29 14:47:58 +02:00
templates Fix inclusion of deleted script 2018-08-10 10:58:47 +02:00
tests Fix import of old phpunit class 2018-09-18 11:03:07 +02:00
.gitattributes Prevent merge conflicts of the changelog files 2016-05-29 18:39:33 +02:00
.gitignore Add ability to send to groups 2018-03-19 09:55:29 +01:00
.jscsrc Update some js dev deps 2017-11-20 14:34:34 +01:00
.jshintignore update npm packages; update jshint ignore list 2015-09-25 16:16:32 +02:00
.jshintrc Add Promise as valid global 2018-01-31 16:37:07 +01:00
.scrutinizer.yml Switch to new Scrutinizer analysis 2018-03-27 10:59:04 +02:00
.travis.yml Use phpunit from vendor/bin dir 2018-09-18 10:51:45 +02:00
CHANGELOG.md Fix release date 2018-08-21 06:59:00 +02:00
COPYING add proper COPYING agplv3 license file 2016-09-12 10:30:13 +02:00
Gruntfile.js Update some js dev deps 2017-11-20 14:34:34 +01:00
Makefile Add utilities to make dev easier 2018-08-09 11:17:39 +03:00
README.md Add Get on Board section and link to nextcloud server docu 2018-08-25 17:54:58 +02:00
composer.json Bump christophwurst/nextcloud from 14.0.0 to 14.0.3 2018-10-15 01:15:05 +00:00
composer.lock Bump christophwurst/nextcloud from 14.0.0 to 14.0.3 2018-10-15 01:15:05 +00:00
karma.conf.js Remove Babel and add ES6 polyfills for PhantomJS 2018-03-12 10:22:30 +01:00
krankerl.toml Move transifex config for updated l10n script 2018-02-12 18:30:11 +01:00
package-lock.json Version bump 2018-10-16 07:47:21 +02:00
package.json Version bump 2018-10-16 07:47:21 +02:00

README.md

Nextcloud Mail

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