@ -134,6 +134,8 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin
For preconfigured mail server solutions, see [Self-hosting Solutions](#self-hosting-solutions)
*Webmail clients*
* [Cypht](http://cypht.org/index.html) - A feed reader for your email accounts - `GPL`
* [Dovecot](http://www.dovecot.org/) - IMAP and POP3 email server, written with security primarily in mind ([Source code](http://hg.dovecot.org/)) `MIT/LGPLv2``C`
* [Mailpile](https://www.mailpile.is/) - Webmail client with search, filtering, encryption features and more ([Source code](https://github.com/mailpile/Mailpile)) `AGPLv3``Python`
@ -142,6 +144,23 @@ For preconfigured mail server solutions, see [Self-hosting Solutions](#self-host
* [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client.
* [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge.
* [Haraka](http://haraka.github.io/) - A high-performance, pluginable SMTP server written in JavaScript.
* [MailCatcher](http://mailcatcher.me/) - Ruby gem that deploys a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development.
* [Maildrop](https://github.com/m242/maildrop) - Disposable email SMTP server, also useful for development.
* [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project.
* [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement.