💌 Mail app for Nextcloud
Перейти к файлу
Daniel 3a99a6b9b5
Merge pull request #8716 from nextcloud/enh/thread-summary-tests
2023-08-14 22:04:37 +02:00
.github chore: Add PR feedback automation 2023-07-03 22:11:15 +02:00
.tx
appinfo feat: add snooze mvp 2023-08-10 19:17:07 +02:00
composer perf(autoloader): Use Composer's authoritative classmap 2023-01-20 11:56:32 +01:00
css Use the color-primary-element* variables 2023-05-12 16:15:24 +02:00
doc feat: Allow a configurable background sync interval 2023-06-07 16:33:14 +02:00
img
l10n Fix(l10n): Update translations from Transifex 2023-08-14 01:15:17 +00:00
lib Add unit tests for thread summary feature 2023-08-14 20:46:33 +02:00
screenshots
src Use instance name instead of Nextcloud 2023-08-14 15:48:47 +02:00
templates fix: Add missing background box for redirect page 2023-04-20 13:28:11 +02:00
tests Add unit tests for thread summary feature 2023-08-14 20:46:33 +02:00
vendor-bin chore(deps): bump rector/rector from 0.17.7 to ^0.17.10 2023-08-09 00:45:27 +00:00
.editorconfig
.eslintrc.js
.gitattributes chore: drop support for PHP 7.4 2023-01-17 18:50:59 +01:00
.gitignore chore(git): Ignore VSCode '*.code-workspace' files 2023-03-31 15:54:28 +02:00
.jshintignore
.jshintrc
.nextcloudignore chore(deps): Use Renovate to keep stable branches tidy 2023-01-27 10:34:36 +01:00
.php-cs-fixer.dist.php
CHANGELOG.md Release v3.4.0-beta.2 2023-08-11 10:43:10 +02:00
COPYING
Gruntfile.js
Makefile test: Replace docker hub container image with ghcr one 2023-08-08 14:09:53 +02:00
README.md doc: Ethical AI rating 2023-06-15 12:16:08 +02:00
babel.config.js
codecov.yml
composer.json chore(deps): bump psalm/phar from 5.13.1 to ^5.14.1 (main) (#8661) 2023-08-02 01:47:54 +00:00
composer.lock chore(deps): bump psalm/phar from 5.13.1 to ^5.14.1 (main) (#8661) 2023-08-02 01:47:54 +00:00
jest.config.js
karma.conf.js
krankerl.toml fix: Allow dynamic autoloading for classes added during upgrade 2023-06-07 21:00:22 +02:00
package-lock.json Release v3.4.0-beta.2 2023-08-11 10:43:10 +02:00
package.json Release v3.4.0-beta.2 2023-08-11 10:43:10 +02:00
postcss.config.js
psalm.xml add thread summary ui 2023-08-09 16:10:01 +02:00
rector.php refactor: Add Rector for automated refactoring 2023-01-25 15:05:35 +01:00
renovate.json chore(deps-dev): downgrade postcss-loader to ^4.3.0 2023-04-28 10:23:11 +02:00
webpack.common.js fix: dashboard loading forever 2023-03-06 09:46:25 +01:00
webpack.dev.js
webpack.prod.js
webpack.test.js

README.md

Nextcloud Mail

Downloads GitHub Workflow Status Codecov Dependabot Status

💌 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.
  • 📑 Message threads! Now we have proper grouping of message threads.
  • 🗄️ Mailbox management! You can edit, delete, add submailboxes and more.
  • 🙈 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!

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!

Ethical AI Rating

Rating: 🟢

Positive:

  • The software for training and inferencing of this model is open source.
  • The model is created and trained on-premises based on the user's own data.
  • The training data is accessible to the user, making it possible to check or correct for bias or optimise the performance and CO2 usage.

Learn more about the Nextcloud Ethical AI Rating in our blog.

Installation

The app is distributed through the app store and you can install it right from your Nextcloud installation.

Release tarballs are hosted at https://github.com/nextcloud-releases/mail/releases.

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 and composer is needed for dependency management in PHP.

Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:

make dev-setup

We are also available on our public Mail development chat, if you want to join the development discussion. Please report bugs here on Github and open any questions and support tickets at the community forum.

Documentation

Need help? Check out our documentation. It's split into three parts.