RFC 1734: POP3 Authentication Command

Defines the AUTH command for POP3, enabling SASL-based authentication methods beyond USER/PASS.
Alaa
By Alaa
SMTPedia documents email infrastructure end to end: SMTP standards from the RFC archive, delivera...
3 min read Updated Jul 14, 2026 57 views
⚠ Obsoleted by RFC 5034. New implementations should reference the current version.
RFC 1734
POP3 Authentication Command
Obsoleted
Domain
POP3
Published
December 1994
Obsoleted by
RFC 5034
SMTP relevance
Historical
↗ Read on rfc-editor.org

What this RFC defined

RFC 1734 defined the AUTH command for POP3, enabling SASL-based authentication mechanisms (like CRAM-MD5 or GSSAPI) as alternatives to the basic USER/PASS plaintext authentication. It allowed POP3 to support stronger authentication methods without transmitting passwords in cleartext over the network.

Where you would have seen it in practice

The AUTH command in POP3 that allows clients to authenticate using mechanisms other than USER/PASS comes from RFC 1734. Before widespread TLS deployment, CRAM-MD5 authentication via the POP3 AUTH command provided a way to avoid sending passwords in cleartext. RFC 1734 was a meaningful security improvement over basic POP3 authentication that remained relevant until TLS became universal for all email access.

How it connects to other RFCs

RFC 1734 extended RFC 1939 (POP3 base protocol) and was itself obsoleted by RFC 5034 in 2007. The AUTH command it defined for POP3 is analogous to the AUTH extension RFC 4954 defines for SMTP. RFC 2449 (CAPA) allows POP3 servers to advertise supported AUTH mechanisms via the SASL capability.

Current status

RFC 1734 was obsoleted by RFC 5034 in July 2007. RFC 5034 updated the POP3 AUTH mechanism with current SASL practices. In modern deployments, TLS encryption (RFC 8314) makes the choice of authentication mechanism less critical since credentials are protected by the transport layer regardless of the mechanism used.

The AUTH command in POP3

RFC 1734 added the AUTH command to POP3 in December 1994, enabling SASL-based authentication mechanisms instead of relying solely on the USER and PASS commands. Before this document, POP3 authentication was a simple plaintext exchange of username and password, which was acceptable in trusted networks but unsuitable for the public internet. RFC 1734 opened the door to challenge-response mechanisms like CRAM-MD5 and later APOP-style mechanisms that protected credentials during transmission.

Superseded by RFC 5034

RFC 1734 was obsoleted by RFC 5034 in July 2007, which brought POP3 AUTH into full alignment with the modern SASL framework (RFC 4422). The updated document also clarified how AUTH interacts with STARTTLS-upgraded connections and formalized the initial-response handling that had accumulated as informal practice. If your POP3 server or client code references RFC 1734, it is not broken; RFC 5034 is a superset that maintains backward compatibility. New implementation work should target RFC 5034.

Practical relevance

POP3 usage has been declining since 2010 as IMAP became the dominant retrieval protocol for consumer email. However, POP3 is still supported by nearly every mail service (Gmail, Outlook.com, Yahoo, iCloud) as an option for legacy clients and for users who prefer download-and-delete workflows. When POP3 is used, RFC 1734 or its successor determines how the client authenticates. On modern implementations, AUTH PLAIN over TLS or AUTH XOAUTH2 are the typical mechanisms; the older APOP challenge-response is deprecated because it required plaintext password storage on the server.


About the Author

Alaa - SMTPedia author

Alaa · LinkedIn

Email infrastructure specialist with 8+ years of hands-on experience in SMTP, deliverability, and email verification. I’ve configured and troubleshot mail systems across Postfix, Exchange, and cloud relays, managed IP reputation and warmup campaigns, and built verification pipelines processing millions of addresses. My work spans DNS authentication (SPF, DKIM, DMARC, BIMI), bounce handling, blocklist monitoring, and compliance frameworks including CAN-SPAM and GDPR. I write every article on SMTPedia to give email professionals, developers, and marketers the accurate, RFC-grounded reference they need.


About SMTPedia

SMTPedia is an independent email industry reference covering SMTP, IMAP, POP3, email deliverability, marketing platforms, DNS authentication, and email verification. Every article is researched from official provider documentation, IETF RFCs, and industry best practices. Settings and configurations are verified quarterly.

We are cited as a source by ChatGPT, Microsoft Copilot, and thousands of email professionals worldwide. Learn more about our editorial process.