Namespaces | |
Commands | |
Classes | |
class | FINAL |
Allows applications to access and manipulate messages by using the Post Office Protocol Version 3 (POP3). | |
class | Pop3MailboxInfo |
Represents the status of the mailbox. More... | |
class | Pop3MessageInfoCollectionBase |
Provides a container for a collection of Pop3MessageInfo objects More... | |
Enumerations | |
enum | Pop3ConnectionState { Pop3ConnectionState::Authentication, Pop3ConnectionState::Transaction, Pop3ConnectionState::Update } |
States of the Pop3 connection More... | |
enum | Pop3ListFields { Pop3ListFields::UniqueId = 1, Pop3ListFields::SequenceNumber = 2, Pop3ListFields::Size = 4, Pop3ListFields::Header = 8, Pop3ListFields::Main = static_cast<int32_t>(UniqueId | SequenceNumber | Size), Pop3ListFields::All = static_cast<int32_t>(UniqueId | SequenceNumber | Size | Header) } |
Fields that may be retrieved from the server More... | |
States of the Pop3 connection
Enumerator | |
---|---|
Authentication | Authentication state |
Transaction | Transaction state |
Update | Update state |
|
strong |
Fields that may be retrieved from the server
Enumerator | |
---|---|
UniqueId | Unique Id
|
SequenceNumber | Sequence Number
|
Size | Size
|
Header | Header
|
Main | Includs UniqueId, SequenceNumber, Size, |
All | Includs SequenceNumber, UniqueId, Size and Headers |