Hunny Software Library Reference

Hunny.Mail Namespace

Classes

ClassDescription
AddressData Class that contains the data of an IMAP4 ADDRESS structure.
BadResponse Class that represents an IMAP4 BAD response.
BaseListResponse Base class that represents an IMAP4 LIST or LSUB response.
BaseStatusResponse Base class that represents an IMAP4 OK, NO, BAD, BYE, or PREAUTH response.
BodySectionData Class that contains the characters of a body section.
BodyStructureData Class that contains the data of an IMAP4 BODYSTRUCTURE structure.
ByeResponse Class that represents an IMAP4 BYE response.
CapabilityResponse Class that represents an IMAP4 CAPABILITY response.
EnvelopeData Class that contains the data of an IMAP4 ENVELOPE structure.
Exception Exception class that indicates a network error or other error.
ExistsResponse Class that represents an IMAP4 EXISTS response.
ExpungeResponse Class that represents an IMAP4 EXPUNGE response.
FetchResponse Class that represents an IMAP4 FETCH response.
FlagsData Class that contains the data of an IMAP4 FLAGS list.
FlagsResponse Class that represents an IMAP4 FLAGS response.
Imap4Client Class that represents an IMAP4 client connection.
Imap4Utility Provides utility methods for IMAP4 clients.
ListResponse Class that represents an IMAP4 LIST response.
LsubResponse Class that represents an IMAP4 LSUB response.
MUTF7 Class that performs modified UTF-7 encoding and decoding.
NoResponse Class that represents an IMAP4 NO response.
OkResponse Class that represents an IMAP4 OK response.
Parameter Class that represents a header field parameter in an IMAP4 BODYSTRUCTURE structure.
Pop3Client Class that represents a POP3 client connection.
PreauthResponse Class that represents an IMAP4 PREAUTH response.
RecentResponse Class that represents an IMAP4 RECENT response.
Response Abstract class that represents an IMAP4 server response.
SearchResponse Class that represents an IMAP4 SEARCH response.
SmtpClient Class that represents an SMTP client connection.
StatusResponse Class that represents an IMAP4 STATUS response.

Delegates

DelegateDescription
Pop3Client.LineSink Accepts lines from a multiple line POP3 server response.

Enumerations

EnumerationDescription
ErrorCode Hunny.Mail error codes.
Imap4StatusCode Indicates whether an IMAP4 command suceeded or failed.
Pop3ReplyCode Indicates whether a POP3 command suceeded or failed.