💌 Mail app for Nextcloud
Перейти к файлу
Daniel Kesselberg c2d02590f1
Rename mail_collected_addresses to mail_coll_addresses
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2018-08-25 23:21:59 +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 Rename mail_collected_addresses to mail_coll_addresses 2018-08-25 23:21:59 +02:00
build Fix translation string extractor for special characters 2017-09-27 10:31:13 +02:00
css Fix message header on mobile devices 2018-08-14 08:45:02 +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 the image placeholder for messages without a sender 2018-08-16 11:41:59 +02:00
l10n [tx-robot] updated from transifex 2018-08-23 00:29:56 +00:00
lib Rename mail_collected_addresses to mail_coll_addresses 2018-08-25 23:21:59 +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 Rename mail_collected_addresses to mail_coll_addresses 2018-08-25 23:21:59 +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 Rename mail_collected_addresses to mail_coll_addresses 2018-08-25 23:21:59 +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 Fix issue template URL to point to new template chooser 2018-06-25 09:43:33 +02:00
composer.json Update composer.json to PHP 7 2018-08-20 10:18:55 -05:00
composer.lock Bump christophwurst/nextcloud to 14.0.0-beta4 2018-08-16 17:19:56 +02: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-08-20 08:36:05 +02:00
package.json Version bump 2018-08-20 08:36:05 +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!

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