Earlier quoted context omitted.
> Only a handful of mail providers (like Google) have the option to encrypt traffic server to server. SSL/TLS is available for everyone. > Most mail servers transmit messages in the clear to each other and only encrypt the server to client side. I hear this again and again, but I can't really find any data that confirms this claim one way or another. Anyone on HN running their own mailserver wanting to comment on how…
The entire email transation between a sender and a recipient usually looks like this: Sending Client [--A---> Sender SMTP Server [--B---> Recipient SMTP Server [--C--> Recipient IMAP/POP server Connections A and D are easily possible to encrypt, provided your provider provides SSL/TLS on their SMTP and IMAP/POP servers. Most usually do. Connection C is usually local to a single machine, or for large email providers w…
Email has definitely evolved since it's inception. STARTTLS (RFC3207) is the relevant standard here.