Implement the POP3 CAPA command from RFC 2449.
[mailpopbox.git] / README.md
index e95722894ac0eb299a0550275a654c8f09611b64..827db6b445775e8b4a27d57701ec120212a17c6a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,3 +11,4 @@ This server implements the following RFCs:
 - [Post Office Protocol - Version 3, RFC 1939](https://tools.ietf.org/html/rfc1939)
 - [Simple Mail Transfer Protocol, RFC 5321](https://tools.ietf.org/html/rfc5321)
 - [SMTP Service Extension for Secure SMTP over Transport Layer Security, RFC 3207](https://tools.ietf.org/html/rfc3207)
+- [POP3 Extension Mechanism, RFC 2449](https://tools.ietf.org/html/rfc2449)