💌 Mail app for Nextcloud
Перейти к файлу
Nextcloud bot c99b336faa
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-09-15 01:27:43 +00:00
.github chore: replace unconventional commits workflow 2024-09-05 21:54:11 +02:00
.tx chore: enable transifex for stable4.0 2024-09-09 13:04:25 +02:00
LICENSES
appinfo chore: change version suffix to alpha 2024-09-03 16:18:22 +02:00
build
composer
css
doc
img fix(dashboard): Fix dashboard icon 2024-07-11 13:49:40 +02:00
l10n Fix(l10n): Update translations from Transifex 2024-09-15 01:27:43 +00:00
lib chore: rename rawMesage to rawMessage 2024-09-13 16:48:54 +02:00
resources
screenshots
src fix: Replace tune icon with filter icon 2024-09-12 20:21:27 +02:00
templates
tests feat: mail provider backend 2024-09-11 13:11:01 -04:00
vendor-bin chore(deps): bump rector/rector from 1.2.4 to ^1.2.5 (main) (#10126) 2024-09-11 00:56:46 +00:00
.editorconfig
.eslintrc.js
.git-blame-ignore-revs chore: ignore coding-standard update 1.2.3 in git blame 2024-08-26 11:52:45 +02:00
.gitattributes
.gitignore
.jshintignore
.jshintrc
.nextcloudignore build: don't ship .git-blame-ignore-revs 2024-08-26 11:53:16 +02:00
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md
COPYING
Gruntfile.js
Makefile
README.md docs: Update app maintainers 2024-09-02 10:12:25 +02:00
REUSE.toml chore: enable transifex for stable4.0 2024-09-09 13:04:25 +02:00
babel.config.js
codecov.yml
composer.json chore(deps): bump psalm/phar from 5.25.0 to ^5.26.1 (main) (#10148) 2024-09-13 21:16:01 +00:00
composer.lock chore(deps): bump psalm/phar from 5.25.0 to ^5.26.1 (main) (#10148) 2024-09-13 21:16:01 +00:00
jest.config.js
karma.conf.js
krankerl.toml
package-lock.json chore(deps): bump eslint-plugin-vue from 9.24.0 to ^9.28.0 (main) (#10147) 2024-09-13 21:13:36 +00:00
package.json chore(deps): bump eslint-plugin-vue from 9.24.0 to ^9.28.0 (main) (#10147) 2024-09-13 21:13:36 +00:00
postcss.config.js
psalm.xml chore: bump psalm error level 2024-08-22 16:11:01 +02:00
rector.php refactor(rector): Enable PHPUnit code quality refactorings 2024-09-09 11:22:55 +02:00
renovate.json
webpack.common.js
webpack.dev.js
webpack.prod.js
webpack.test.js

README.md

Nextcloud Mail

Downloads REUSE status 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

Priority Inbox

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.

Thread Summaries (opt-in)

Rating: 🟢/🟡/🟡/🔴

The rating depends on the installed text processing backend. See the rating overview for details.

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

Maintainers

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.