Where SMTP fits versus POP3 and IMAP
SMTP and the receiving protocols solve entirely different halves of the email problem. Sending a message from your inbox to a friend uses SMTP to hand it off to your outgoing mail server; your friend's device then uses either POP3 or IMAP to actually retrieve that message from their own incoming mail server. Confusing the two is a common source of email client setup errors.
Why IMAP became the practical default
POP3's original download-and-delete model assumed a single computer as your entire mail archive, which stopped matching how most people actually use email once smartphones and webmail became standard. IMAP's server-side sync model fits that multi-device reality far better, which is why nearly every modern email provider defaults new accounts to IMAP rather than POP3.
Frequently Asked Questions
Which protocol should I use if I check email on my phone and computer?
IMAP, in nearly every case—it keeps read status, folders, and message state synced across every device, while POP3 can leave your devices out of sync or missing messages depending on its configuration.
Why does my email client ask me to choose between POP3 and IMAP when setting up an account?
Most providers still support both for compatibility with older setups and specific use cases, like an offline archive on one dedicated machine, so the client asks you to choose the receiving protocol that fits your situation, even though IMAP is the right default for almost everyone.