PopCapability Enum
An enumeration of POP server capabilities.
Fields
Apop | The server supports APOP authentication mechanism. |
Expire | The server supports EXIPIRE capability as defined in RFC 2449 - section 6.7 |
Lang | The server supports localization of human readable responses. |
LoginDelay | The server supports delayed login. |
Pipelining | The server is capable of accepting multiple commands at a time. |
ResponseCodes | The server supports extended response codes. |
Sasl | Server supports SASL authentication mechanisms. |
StartTls | The server supports STARTTLS command. |
Top | The server supports fetching a part of message by using TOP command. |
Uidl | The server supports message ids. |
User | The server supports authentication using USER and PASS commands. |
Utf8 | The server supports UTF8 communication encoding. |