Limilabs. |
| Class | Description | |
|---|---|---|
| AccountStats | Represents account statistics. You can use GetAccountStat to get those information. | |
| Pop3 | POP3 client implementation. It allows listing, downloading and deleting emails from POP3 servers. | |
| Pop3AuthenticationMethod | Represents authentication methods supported by the remote server. You can use SupportedAuthenticationMethods method to obtain the list of all methods supported by the remote server. | |
| Pop3Configuration | Represents Pop3 configuration. | |
| Pop3Extension | Represents extensions supported by the remote server. You can use SupportedExtensions method to obtain the list of all extensions supported by the remote server. | |
| Pop3LoginDelayExtension | Represents POP3 LOGIN-DELAY extension. | |
| Pop3Response | Represents POP3 server response. | |
| Pop3ResponseException | Represents an POP3 server error response. | |
| Pop3SaslExtension | Represents POP3 SASL extension. | |
| Pop3UTF8Extension | Represents POP3 UTF8 extension. |
| Enumeration | Description | |
|---|---|---|
| Pop3ResponseStatus | Represents a status of a Pop3Response. |