💌 Mail app for Nextcloud
Перейти к файлу
Christoph Wurst fd19de5611
Merge pull request #2573 from nextcloud/fix/save-all-attachments
Fix saving all attachments to files
2020-01-29 17:49:13 +01:00
.github Run lint for all PRs 2020-01-07 16:16:15 +01: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 2020-01-27 17:27:30 +01:00
css 🐛 FIX: various horizontal scrolling issues on mobile 2019-11-11 21:46:19 +01:00
doc Add hint for autoconfig 2020-01-17 23:40:34 +01: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 2020-01-29 02:46:40 +00:00
lib Fix saving an embedded message to Files 2020-01-28 11:08:01 +01:00
screenshots fix screenshot and compress 2016-08-29 14:47:58 +02:00
src Fix saving all attachments to files 2020-01-29 12:10:46 +01:00
templates Persist provisioned accounts 2019-12-04 08:49:38 +01:00
tests Fix automatic provisioning (for new users) 2020-01-27 14:54:13 +01: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 Move IMAP and DB tests to \OCA\Mail\Tests\Integration 2019-12-03 14:10:38 +01: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 Fix packaging ignore config 2020-01-27 17:19:34 +01:00
.scrutinizer.yml Move unit tests to tests/Unit 2019-11-22 16:07:30 +01:00
.travis.yml Merge pull request #2366 from nextcloud/techdept/travis-php-74 2020-01-28 15:32:14 +01:00
CHANGELOG.md Version bump 2020-01-27 17:27:30 +01: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 Switch to babel.config.js and @babel/preset-env 2019-11-04 15:03:56 +01:00
composer.json Bump christophwurst/nextcloud_testing from 0.9.1 to 0.10.0 2020-01-26 02:16:34 +00:00
composer.lock Merge pull request #2548 from nextcloud/dependabot/composer/christophwurst/kitinerary-bin-0.2.3 2020-01-27 08:39:39 +01: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 Version bump 2020-01-27 17:27:30 +01:00
package.json Version bump 2020-01-27 17:27:30 +01:00
postcss.config.js Add Vue 2018-08-17 10:38:40 +02:00
webpack.common.js Persist provisioned accounts 2019-12-04 08:49:38 +01: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. :)