Click or drag to resize

Limilabs.Client.POP3 Namespace

Post Office Protocol 3 (POP3) client namespace.
Classes
  ClassDescription
Public classAccountStats
Represents account statistics. You can use GetAccountStat to get those information.
Public classPop3
POP3 client implementation. It allows listing, downloading and deleting emails from POP3 servers.
Public classPop3AuthenticationMethod
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.
Public classPop3Configuration
Represents Pop3 configuration.
Public classPop3Extension
Represents extensions supported by the remote server. You can use SupportedExtensions method to obtain the list of all extensions supported by the remote server.
Public classPop3LoginDelayExtension
Represents POP3 LOGIN-DELAY extension.
Public classPop3Response
Represents POP3 server response.
Public classPop3ResponseException
Represents an POP3 server error response.
Public classPop3SaslExtension
Represents POP3 SASL extension.
Public classPop3UTF8Extension
Represents POP3 UTF8 extension.
Enumerations
  EnumerationDescription
Public enumerationPop3ResponseStatus
Represents a status of a Pop3Response.