|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| appinfo/ | H | 28-Dec-2021 | - | 3,901 | 3,876 |
| css/ | H | 28-Dec-2021 | - | 555 | 493 |
| doc/ | H | 03-May-2022 | - | 391 | 295 |
| img/ | H | 03-May-2022 | - | | |
| js/ | H | 03-May-2022 | - | 11 | 11 |
| l10n/ | H | 07-May-2022 | - | 15,132 | 15,129 |
| lib/ | H | 28-Dec-2021 | - | 32,387 | 17,253 |
| templates/ | H | 28-Dec-2021 | - | 148 | 54 |
| vendor/ | H | 28-Dec-2021 | - | 384,465 | 250,743 |
| .php-cs-fixer.dist.php | H A D | 28-Dec-2021 | 338 | 20 | 15 |
| CHANGELOG.md | H A D | 28-Dec-2021 | 35.5 KiB | 1,140 | 1,010 |
| COPYING | H A D | 28-Dec-2021 | 33.7 KiB | 662 | 544 |
| README.md | H A D | 28-Dec-2021 | 3.2 KiB | 53 | 34 |
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