General
Protocols
POP3
SMTP
IMAP
Gmail API
Inbox
- http://techcrunch.com/2014/07/07/mit-and-dropbox-alums-launch-inbox-a-next-generation-email-platform
JMAP
- http://blog.fastmail.com/2015/08/11/an-open-source-jmap-proxy-javascript-library-and-webmail-demo/ [3]
Misc
- Sending files as mail attachments
- http://stackoverflow.com/questions/17359/how-do-i-send-a-file-as-an-email-attachment-using-linux-command-line
- http://www.thegeekstuff.com/2009/12/how-to-send-an-email-with-attachment-and-body-from-linux/
- http://linuxneophyte.com/sendemail-a-light-and-simple-command-line-mailer/
- Ask HN: How do you do your email delivery?
- http://wiki.debian.org/Postfix
- https://wiki.archlinux.org/index.php/Postfix
- http://flurdy.com/docs/postfix/index.html
- http://postfixadmin.sourceforge.net/
- https://www.void.gr/kargig/blog/2013/11/24/anonymize-headers-in-postfix/
- http://ask.slashdot.org/story/11/08/07/1533224/Ask-Slashdot-Self-Hosted-Gmail-Alternatives
- http://iafonov.github.com/blog/hardcore-email-infrastructure-setup.html
Tools
Clients
- http://linux.about.com/od/commands/l/blcmdl1_Mail.htm
- http://linux.about.com/od/commands/a/blcmdl8_mailxx.htm
list show commands
[number] select message r reply mail test@example.com send message
mailx
mailx bill@example.com
then type subject, then message, then ctrl-d (end of transmission)
mutt
other
- thunderbird - ARGH
- http://projects.gnome.org/evolution/
- http://www.claws-mail.org/
- http://sylpheed.sraoss.jp/en/
- http://userbase.kde.org/KMail
- http://www.yorba.org/geary/
- http://sup.rubyforge.org/ - like mutt but search based
- http://www.washington.edu/alpine/ - based on pine
Web
Xuheki
Horde
- http://www.horde.org/apps/kronolith - calendar
Roundcube
- https://github.com/search?q=roundcube&type=Repositories&s=stars
- https://github.com/qnrq/rc_openpgpjs
Other
- http://www.hajomail.com/ [5] - not oss yet..
Testing
openssl s_client -connect localhost.com:995
Server
Stack and components
- Scrollout F1 is an easy to use, already adjusted email firewall (gateway) offering free anti-spam, anti-virus protection and Data Loss Prevention aiming to secure existing email servers, old or new, such as Microsoft Exchange, Lotus Domino, Postfix, Exim, Sendmail, Qmail and others.
- https://github.com/al3x/sovereign - A set of Ansible playbooks to build and maintain your own private cloud: email, calendar, contacts, file sync, IRC bouncer, VPN, and more.
Listserv
Security
SPF
The Sender Policy Framework (SPF) is an open standard specifying a technical method to prevent sender address forgery. More precisely, the current version of SPF — called SPFv1 or SPF Classic — protects the envelope sender address, which is used for the delivery of messages. See the box on the right for a quick explanation of the different types of sender addresses in e-mails.
(There are other solutions that protect the header sender address or that do not care at all about who sent the message, only who originally wrote it.)
Even more precisely, SPFv1 allows the owner of a domain to specify their mail sending policy, e.g. which mail servers they use to send mail from their domain. The technology requires two sides to play together: (1) the domain owner publishes this information in an SPF record in the domain's DNS zone, and when someone else's mail server receives a message claiming to come from that domain, then (2) the receiving server can check whether the message complies with the domain's stated policy. If, e.g., the message comes from an unknown server, it can be considered a fake.
Once you are confident about the authenticity of the sender address, you can finally "take it for real" and attach reputation to it. While IP-address-based reputation systems like Spamhaus or SpamCop have prevailed so far, reputation will increasingly be based on domains and even individual e-mail addresses in the future, too. Furthermore, additional kinds of policies are planned for a future version of SPF, such as asserting that all of a domain's outgoing mail is S/MIME or PGP signed.
DKIM
- DomainKeys Identified Mail (DKIM) lets an organization take responsibility for a message that is in transit. The organization is a handler of the message, either as its originator or as an intermediary. Their reputation is the basis for evaluating whether to trust the message for further handling, such as delivery. Technically DKIM provides a method for validating a domain name identity that is associated with a message through cryptographic authentication.
DMARK
- DMARC, which stands for "Domain-based Message Authentication, Reporting & Conformance", is a technical specification created by a group of organizations that want to help reduce the potential for email-based abuse by solving a couple of long-standing operational, deployment, and reporting issues related to email authentication protocols. DMARC standardizes how email receivers perform email authentication using the well-known SPF and DKIM mechanisms. This means that senders will experience consistent authentication results for their messages at AOL, Gmail, Hotmail, Yahoo! and any other email receiver implementing DMARC. We hope this will encourage senders to more broadly authenticate their outbound email which can make email a more reliable way to communicate.
Anti-spam
Notifications
Systems
Encryption
- http://hannover.ccc.de/~nexus/whistle.en.html
- https://grepular.com/Automatically_Encrypting_all_Incoming_Email
Dark Mail
Alliance including Lavabit n co.
Services
Gmail
Google Apps
£3.30/user/month, or £33/user/year
Zoho
Zimbra
"/opt/zimbra/zdesktop/linux/prism/zdclient" | -webapp "/home/milk/.zdesktop/data/zdesktop.webapp" | -override "/home/milk/.zdesktop/data/zdesktop.webapp/override.ini" | -profile "/home/milk/.zdesktop/data/profile"
other
Anonymous
Bulk sending
Articles
- http://www.klaviyo.com/blog/2012/11/06/re-hey-an-analysis-obamaromney-emails/
- http://www.klaviyo.com/blog/2012/11/14/free-what-obama-emails-teach-us-email-marketing/
- http://swapped.tumblr.com/post/43344145251/no-emails-on-saturdays
HTML
- http://www.zurb.com/playground/responsive-email-templates
- http://designinstruct.com/tool/responsive-html-email-framework-zurb-ink/
Other
- https://news.ycombinator.com/item?id=7386681 - zero inbox