diff options
author | nodiscc <nodiscc@gmail.com> | 2015-08-05 15:44:07 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-08-05 15:44:07 +0000 |
commit | b03dfdfdf90bbfbde67799c588ebdae35365f516 (patch) | |
tree | 65ea83df48a0402b4f48c8485325d8df44e56778 | |
parent | Merge pull request #168 from dpfaffenbauer/master (diff) | |
download | awesome-selfhosted-b03dfdfdf90bbfbde67799c588ebdae35365f516.tar.gz awesome-selfhosted-b03dfdfdf90bbfbde67799c588ebdae35365f516.zip |
Add Mailpile, fixes #141
Import software from https://github.com/juandecarrion/awesome-self-hosted
Other software was already present here or on awesome-sysadmin
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ See also [Static Site Generators](#static-site-generators) and [Content Managem ### Email * [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL` * [mailcow](https://github.com/andryyy/mailcow) - Mail server suite based on Dovecot, Postfix and other open source software, that provides a modern Web UI for administration. `GPL` + * [Mailpile](https://www.mailpile.is/) - Webmail client with search, filtering, encryption features and more ([Source code](https://github.com/mailpile/Mailpile)) `AGPLv3` `Python` * [RainLoop](http://www.rainloop.net/) - Simple, modern & fast web-based email client. ([Demo](http://demo.rainloop.net/), [Source code](https://github.com/RainLoop/rainloop-webmail)). `AGPLv3` `PHP` * [Roundcube](https://roundcube.net) - A web interface to act as an IMAP frontend ([Screenshots](https://roundcube.net/screens/)) ([Source code](https://github.com/roundcube/roundcubemail/)) `GPLv3` `PHP` |