There are two protocols for getting your email from a remote server that almost every email client out there understands. The most common is POP (Post Office Protocol), and the other is IMAP (Internet Message Access Protocol). Radke land only IMAP(s). Read on for why/how.
Ok, let's compare the two protocols. Before we start comparing, however, we'll take a look at what they have in common. When Aunt Martha sends you an email, she's really sending the email to her ISP, with some instructions about what to do with it. Her ISP contacts the MTA (mail tranport agent) for your ISP, and delivers the message. Finally, your MTA (mail transport agent) hands to message off to your MDA (mail delivery agent), and it magically appears when you 'connect' with your mail client.
POP and IMAP describe exactly how the email gets from your ISP to your computer:
Ok, here's the straight pros and cons comparison:
POP:
IMAP:
There's one more tweaky detail. We actually use IMAPS (IMAP secure). When you connect to mail.radkeland.org, the initial login is encrypted with TLS, and all information transfers are encrypted. Don't worry too much about the details; the punch line is that your password is never sent 'naked' over the internet, and neither are your emails (betcha never thought about your emails flying around for anybody to read!)
When starting Radke Land, we wanted to choose only one protocol, since switching between the two can be a real mess. Its hoped that the above list shows why we chose IMAP.