• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

appinfo/H28-Dec-2021-3,9013,876

css/H28-Dec-2021-555493

doc/H03-May-2022-391295

img/H03-May-2022-

js/H03-May-2022-1111

l10n/H07-May-2022-15,13215,129

lib/H28-Dec-2021-32,38717,253

templates/H28-Dec-2021-14854

vendor/H28-Dec-2021-384,465250,743

.php-cs-fixer.dist.phpH A D28-Dec-2021338 2015

CHANGELOG.mdH A D28-Dec-202135.5 KiB1,1401,010

COPYINGH A D28-Dec-202133.7 KiB662544

README.mdH A D28-Dec-20213.2 KiB5334

README.md

1# Nextcloud Mail
2
3![Downloads](https://img.shields.io/github/downloads/nextcloud/mail/total.svg)
4![GitHub Workflow Status](https://img.shields.io/github/workflow/status/nextcloud/mail/Test)
5[![Codecov](https://img.shields.io/codecov/c/github/nextcloud/mail)](https://codecov.io/gh/nextcloud/mail)
6[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=nextcloud/mail)](https://dependabot.com)
7
8**�� A mail app for [Nextcloud](https://nextcloud.com)**
9
10![](screenshots/mail.png)
11
12
13## Why is this so awesome?
14
15* **�� Integration with other Nextcloud apps!** Currently Contacts, Calendar & Files – more to come.
16* **�� Multiple mail accounts!** Personal and company account? No problem, and a nice unified inbox. Connect any IMAP account.
17* **�� Send & receive encrypted mails!** Using the great [Mailvelope](https://mailvelope.com) browser extension.
18* **�� We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
19* **�� Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
20
21And in the works for the [coming versions](https://github.com/nextcloud/mail/milestones/):
22* �� Proper grouping of message threads
23* ��️ Folder management
24
25If you experience any issues or have any suggestions for improvement, use the [issue tracker](https://github.com/nextcloud/mail/issues). Please follow the [issue template chooser](https://github.com/nextcloud/mail/issues/new/choose) so we get the info needed to debug and fix the problem. Thanks!
26
27## Get on board
28For new contributors, please check out [ContributingToNextcloudIntroductoryWorkshop](https://github.com/sleepypioneer/ContributingToNextcloudIntroductoryWorkshop)
29
30## Development setup
31
32Just clone this repo into your apps directory ([Nextcloud server](https://github.com/nextcloud/server#running-master-checkouts) installation needed). Additionally, [npm](https://www.npmjs.com/) to fetch [Node.js](https://nodejs.org/en/download/package-manager/) is needed for installing JavaScript dependencies.
33
34Once npm and Node.js are installed, PHP and JavaScript dependencies can be installed by running:
35```bash
36make dev-setup
37```
38
39We are also available on [our public Mail development chat](https://cloud.nextcloud.com/call/89474m7g), if you want to join the development discussion. Please report bugs [here on Github](https://github.com/nextcloud/mail/issues/new/choose) and open any questions and support tickets at [the community forum](https://help.nextcloud.com/c/apps/mail).
40
41## Documentation
42
43Need help? Check out our documentation. It's split into three parts.
44* [Admin documentation](doc/admin.md) (installation, configuration, troubleshooting)
45* [Developer documentation](doc/developer.md) (developer setup, nightly builds)
46* [User documentation](doc/user.md) (usage, keyboard shortcuts)
47
48## Maintainers
49
50[Christoph Wurst](https://github.com/ChristophWurst), [Jan-Christoph Borchardt](https://github.com/jancborchardt), [Steffen Lindner](https://github.com/Gomez) [and many more](https://github.com/nextcloud/mail/graphs/contributors)
51
52If you’d like to join, just run through the [issue list](https://github.com/nextcloud/mail/issues) and fix some. :)
53