Aspose::Email::Clients::Pop3 Namespace Reference

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...
 

Enumeration Type Documentation

◆ Pop3ConnectionState

States of the Pop3 connection

Deprecated:
Enumerator
Authentication 

Authentication state

Transaction 

Transaction state

Update 

Update state

◆ Pop3ListFields

Fields that may be retrieved from the server

Enumerator
UniqueId 

Unique Id

Deprecated:
Please, use Main instead of it
SequenceNumber 

Sequence Number

Deprecated:
Please, use Main instead of it
Size 

Size

Deprecated:
Please, use Main instead of it
Header 

Header

Deprecated:
Please, use Main instead of it
Main 

Includs UniqueId, SequenceNumber, Size,

All 

Includs SequenceNumber, UniqueId, Size and Headers