CommitDeletes() | Commit the deletions |
CommitDeletes(IConnection) | Commit the deletions |
CommitDeletes(int) | Commit the deletions |
CommitDeletesAsync() | Commit the deletions |
CommitDeletesAsync(CancellationToken) | Commit the deletions |
CommitDeletesAsync(IConnection) | Commit the deletions |
CommitDeletesAsync(int) | Commit the deletions |
CommitDeletesAsync(IConnection, CancellationToken) | Commit the deletions |
CommitDeletesAsync(int, CancellationToken) | Commit the deletions |
virtual CreateConnection() | Creates new independent connection for operations not linked to threads (not default connection). Invocation of this method is similar to invocation of CreateConnection(createAsDefaultConnection = false) Please see more in documentation for EmailClient.ConnectionAsgmtMode property. |
virtual CreateConnection(bool) | Creates new (default or independent) connection for operations. Please see more in documentation for EmailClient.ConnectionAsgmtMode property. |
DeleteMessage(int) | Deletes the message |
DeleteMessage(string) | Deletes the message |
DeleteMessage(IConnection, int) | Deletes the message |
DeleteMessage(IConnection, string) | Deletes the message |
DeleteMessageAsync(int) | Deletes the message |
DeleteMessageAsync(string) | Deletes the message |
DeleteMessageAsync(IConnection, int) | Deletes the message |
DeleteMessageAsync(IConnection, string) | Deletes the message |
DeleteMessageAsync(int, CancellationToken) | Deletes the message |
DeleteMessageAsync(string, CancellationToken) | Deletes the message |
DeleteMessageAsync(IConnection, int, CancellationToken) | Deletes the message |
DeleteMessageAsync(IConnection, string, CancellationToken) | Deletes the message |
DeleteMessages() | Deletes all messages |
DeleteMessages(IConnection) | Deletes all messages |
DeleteMessagesAsync() | Deletes all messages |
DeleteMessagesAsync(CancellationToken) | Deletes all messages |
DeleteMessagesAsync(IConnection) | Deletes all messages |
DeleteMessagesAsync(IConnection, CancellationToken) | Deletes all messages |
virtual Dispose() | Finalizes all operations with a server. |
FetchMessage(int) | Fetches the message |
FetchMessage(string) | Fetches the message |
FetchMessage(IConnection, int) | Fetches the message |
FetchMessage(IConnection, string) | Fetches the message |
FetchMessageAsync(int) | Fetches the message |
FetchMessageAsync(string) | Fetches the message |
FetchMessageAsync(IConnection, int) | Fetches the message |
FetchMessageAsync(IConnection, string) | Fetches the message |
FetchMessageAsync(int, CancellationToken) | Fetches the message |
FetchMessageAsync(string, CancellationToken) | Fetches the message |
FetchMessageAsync(IConnection, int, CancellationToken) | Fetches the message |
FetchMessageAsync(IConnection, string, CancellationToken) | Fetches the message |
FetchMessages(IEnumerable<int>) | Fetches the messages |
FetchMessages(IEnumerable<string>) | Fetches the messages |
FetchMessages(IConnection, IEnumerable<int>) | Fetches the messages |
FetchMessages(IConnection, IEnumerable<string>) | Fetches the messages |
FetchMessagesAsync(IEnumerable<int>) | Fetches the messages asynchronously |
FetchMessagesAsync(IEnumerable<string>) | Fetches the messages asynchronously |
FetchMessagesAsync(IConnection, IEnumerable<int>) | Fetches the messages asynchronously |
FetchMessagesAsync(IConnection, IEnumerable<string>) | Fetches the messages asynchronously |
FetchMessagesAsync(IEnumerable<int>, CancellationToken) | Fetches the messages asynchronously |
FetchMessagesAsync(IEnumerable<string>, CancellationToken) | Fetches the messages asynchronously |
FetchMessagesAsync(IConnection, IEnumerable<int>, CancellationToken) | Fetches the messages asynchronously |
FetchMessagesAsync(IConnection, IEnumerable<string>, CancellationToken) | Fetches the messages asynchronously |
virtual GetCapabilities() | |
GetMailboxInfo() | Gets the mailbox status info |
GetMailboxInfo(bool) | Gets the mailbox status info |
GetMailboxInfo(IConnection) | Gets the mailbox status info |
GetMailboxInfo(IConnection, bool) | Gets the mailbox status info |
GetMailboxInfoAsync() | Gets the mailbox status info |
GetMailboxInfoAsync(bool) | Gets the mailbox status info |
GetMailboxInfoAsync(CancellationToken) | Gets the mailbox status info |
GetMailboxInfoAsync(IConnection) | Gets the mailbox status info |
GetMailboxInfoAsync(bool, CancellationToken) | Gets the mailbox status info |
GetMailboxInfoAsync(IConnection, bool) | Gets the mailbox status info |
GetMailboxInfoAsync(IConnection, CancellationToken) | Gets the mailbox status info |
GetMailboxInfoAsync(IConnection, bool, CancellationToken) | Gets the mailbox status info |
GetMailboxSize() | Gets the size of the mailbox |
GetMailboxSize(IConnection) | Gets the size of the mailbox |
GetMailboxSizeAsync() | Gets the size of the mailbox |
GetMailboxSizeAsync(CancellationToken) | Gets the size of the mailbox |
GetMailboxSizeAsync(IConnection) | Gets the size of the mailbox |
GetMailboxSizeAsync(IConnection, CancellationToken) | Gets the size of the mailbox |
GetMessageCount() | Gets the message count |
GetMessageCount(bool) | Gets the message count |
GetMessageCount(IConnection) | Gets the message count |
GetMessageCount(IConnection, bool) | Gets the message count |
GetMessageCountAsync() | Gets the message count |
GetMessageCountAsync(bool) | Gets the message count |
GetMessageCountAsync(CancellationToken) | Gets the message count |
GetMessageCountAsync(IConnection) | Gets the message count |
GetMessageCountAsync(bool, CancellationToken) | Gets the message count |
GetMessageCountAsync(IConnection, bool) | Gets the message count |
GetMessageCountAsync(IConnection, CancellationToken) | Gets the message count |
GetMessageCountAsync(IConnection, bool, CancellationToken) | Gets the message count |
GetMessageHeaders(int) | Gets the message headers |
GetMessageHeaders(string) | Gets the message headers |
GetMessageHeaders(IConnection, int) | Gets the message headers |
GetMessageHeaders(IConnection, string) | Gets the message headers |
GetMessageHeadersAsync(int) | Gets the message headers |
GetMessageHeadersAsync(string) | Gets the message headers |
GetMessageHeadersAsync(IConnection, int) | Gets the message headers |
GetMessageHeadersAsync(IConnection, string) | Gets the message headers |
GetMessageHeadersAsync(int, CancellationToken) | Gets the message headers |
GetMessageHeadersAsync(string, CancellationToken) | Gets the message headers |
GetMessageHeadersAsync(IConnection, int, CancellationToken) | Gets the message headers |
GetMessageHeadersAsync(IConnection, string, CancellationToken) | Gets the message headers |
GetMessageInfo(int) | Gets the information for that message |
GetMessageInfo(string) | Gets the information for that message |
GetMessageInfo(IConnection, int) | Gets the information for that message |
GetMessageInfo(IConnection, string) | Gets the information for that message |
GetMessageInfo(int, Pop3ListFields) | Gets the information for that message |
GetMessageInfo(string, Pop3ListFields) | Gets the information for that message |
GetMessageInfo(IConnection, int, Pop3ListFields) | Gets the information for that message |
GetMessageInfo(IConnection, string, Pop3ListFields) | Gets the information for that message |
GetMessageInfoAsync(int) | Gets the information for that message |
GetMessageInfoAsync(string) | Gets the information for that message |
GetMessageInfoAsync(IConnection, int) | Gets the information for that message |
GetMessageInfoAsync(IConnection, string) | Gets the information for that message |
GetMessageInfoAsync(int, CancellationToken) | Gets the information for that message |
GetMessageInfoAsync(int, Pop3ListFields) | Gets the information for that message |
GetMessageInfoAsync(string, CancellationToken) | Gets the information for that message |
GetMessageInfoAsync(string, Pop3ListFields) | Gets the information for that message |
GetMessageInfoAsync(IConnection, int, CancellationToken) | Gets the information for that message |
GetMessageInfoAsync(IConnection, int, Pop3ListFields) | Gets the information for that message |
GetMessageInfoAsync(IConnection, string, CancellationToken) | Gets the information for that message |
GetMessageInfoAsync(IConnection, string, Pop3ListFields) | Gets the information for that message |
GetMessageInfoAsync(int, Pop3ListFields, CancellationToken) | Gets the information for that message |
GetMessageInfoAsync(string, Pop3ListFields, CancellationToken) | Gets the information for that message |
GetMessageInfoAsync(IConnection, int, Pop3ListFields, CancellationToken) | Gets the information for that message |
GetMessageInfoAsync(IConnection, string, Pop3ListFields, CancellationToken) | Gets the information for that message |
GetMessageSize(int) | Gets the size of the message |
GetMessageSize(string) | Gets the size of the message |
GetMessageSize(IConnection, int) | Gets the size of the message |
GetMessageSize(IConnection, string) | Gets the size of the message |
GetMessageSizeAsync(int) | Gets the size of the message |
GetMessageSizeAsync(string) | Gets the size of the message |
GetMessageSizeAsync(IConnection, int) | Gets the size of the message |
GetMessageSizeAsync(IConnection, string) | Gets the size of the message |
GetMessageSizeAsync(int, CancellationToken) | Gets the size of the message |
GetMessageSizeAsync(string, CancellationToken) | Gets the size of the message |
GetMessageSizeAsync(IConnection, int, CancellationToken) | Gets the size of the message |
GetMessageSizeAsync(IConnection, string, CancellationToken) | Gets the size of the message |
GetMessageUniqueId(int) | Gets the message unique id |
GetMessageUniqueId(IConnection, int) | Gets the message unique id |
GetMessageUniqueIdAsync(int) | Gets the message unique id |
GetMessageUniqueIdAsync(IConnection, int) | Gets the message unique id |
GetMessageUniqueIdAsync(int, CancellationToken) | Gets the message unique id |
GetMessageUniqueIdAsync(IConnection, int, CancellationToken) | Gets the message unique id |
ListMessages() | Lists the messages. Gets an information for earch message |
ListMessages(bool) | Lists the messages. Gets an information for earch message |
ListMessages(IConnection) | Lists the messages. Gets an information for earch message |
ListMessages(IEnumerable<int>) | Lists the messages. Gets an information for earch message |
ListMessages(IEnumerable<string>) | Lists the messages. Gets an information for earch message |
ListMessages(MailQuery) | Lists the messages. |
ListMessages(Pop3ListFields) | Lists the messages. |
ListMessages(IConnection, bool) | Lists the messages. Gets an information for earch message |
ListMessages(IConnection, IEnumerable<int>) | Lists the messages. Gets an information for earch message |
ListMessages(IConnection, IEnumerable<string>) | Lists the messages. Gets an information for earch message |
ListMessages(IConnection, MailQuery) | Lists the messages. |
ListMessages(IConnection, Pop3ListFields) | Lists the messages. |
ListMessages(Pop3ListFields, bool, MailQuery) | Lists the messages. |
ListMessages(IConnection, Pop3ListFields, bool, MailQuery) | Lists the messages. |
ListMessagesAsync() | Lists the messages. Gets an information for earch message |
ListMessagesAsync(bool) | Lists the messages. Gets an information for earch message |
ListMessagesAsync(CancellationToken) | Lists the messages. Gets an information for earch message |
ListMessagesAsync(IConnection) | Lists the messages. Gets an information for earch message |
ListMessagesAsync(MailQuery) | Lists the messages. |
ListMessagesAsync(Pop3ListFields) | Lists the messages. |
ListMessagesAsync(bool, CancellationToken) | Lists the messages. Gets an information for earch message |
ListMessagesAsync(IConnection, bool) | Lists the messages. Gets an information for earch message |
ListMessagesAsync(IConnection, CancellationToken) | Lists the messages. Gets an information for earch message |
ListMessagesAsync(IConnection, MailQuery) | Lists the messages. |
ListMessagesAsync(IConnection, Pop3ListFields) | Lists the messages. |
ListMessagesAsync(MailQuery, CancellationToken) | Lists the messages. |
ListMessagesAsync(Pop3ListFields, CancellationToken) | Lists the messages. |
ListMessagesAsync(IConnection, bool, CancellationToken) | Lists the messages. Gets an information for earch message |
ListMessagesAsync(IConnection, MailQuery, CancellationToken) | Lists the messages. |
ListMessagesAsync(IConnection, Pop3ListFields, CancellationToken) | Lists the messages. |
ListMessagesAsync(Pop3ListFields, bool, MailQuery) | Lists the messages. |
ListMessagesAsync(IConnection, Pop3ListFields, bool, MailQuery) | Lists the messages. |
ListMessagesAsync(Pop3ListFields, bool, MailQuery, CancellationToken) | Lists the messages. |
ListMessagesAsync(IConnection, Pop3ListFields, bool, MailQuery, CancellationToken) | Lists the messages. |
LoadMessageInfoList(IEnumerable<int>) | Loads list of Pop3MessageInfo |
LoadMessageInfoList(IEnumerable<Pop3MessageInfo>) | Loads list of Pop3MessageInfo |
LoadMessageInfoList(IConnection, IEnumerable<int>) | Loads list of Pop3MessageInfo |
LoadMessageInfoList(IConnection, IEnumerable<Pop3MessageInfo>) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(IEnumerable<int>) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(IEnumerable<Pop3MessageInfo>) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(Pop3LoadMessageInfoList) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(IConnection, IEnumerable<int>) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(IConnection, IEnumerable<Pop3MessageInfo>) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(IEnumerable<int>, CancellationToken) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(IEnumerable<Pop3MessageInfo>, CancellationToken) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(IConnection, IEnumerable<int>, CancellationToken) | Loads list of Pop3MessageInfo |
LoadMessageInfoListAsync(IConnection, IEnumerable<Pop3MessageInfo>, CancellationToken) | Loads list of Pop3MessageInfo |
override Noop() | ‘No operation’ command |
override Noop(IConnection) | ‘No operation’ command |
NoopAsync() | ‘No operation’ command |
NoopAsync(CancellationToken) | ‘No operation’ command |
NoopAsync(IConnection) | ‘No operation’ command |
NoopAsync(IConnection, CancellationToken) | ‘No operation’ command |
ResetLogSettings() | Resets logging settings to default. |
SaveMessage(int, Stream) | Fetches and save the message as a stream |
SaveMessage(int, string) | Fetches and save the message into a file |
SaveMessage(string, Stream) | Fetches and save the message as a stream |
SaveMessage(string, string) | Fetches and save the message into a file |
SaveMessage(IConnection, int, Stream) | Fetches and save the message as a stream |
SaveMessage(IConnection, int, string) | Fetches and save the message into a file |
SaveMessage(IConnection, string, Stream) | Fetches and save the message as a stream |
SaveMessage(IConnection, string, string) | Fetches and save the message into a file |
SaveMessageAsync(int, Stream) | Fetches and save the message as a stream |
SaveMessageAsync(int, string) | Fetches and save the message into a file |
SaveMessageAsync(string, Stream) | Fetches and save the message as a stream |
SaveMessageAsync(string, string) | Fetches and save the message into a file |
SaveMessageAsync(IConnection, int, Stream) | Fetches and save the message as a stream |
SaveMessageAsync(IConnection, int, string) | Fetches and save the message into a file |
SaveMessageAsync(IConnection, string, Stream) | Fetches and save the message as a stream |
SaveMessageAsync(IConnection, string, string) | Fetches and save the message into a file |
SaveMessageAsync(int, Stream, CancellationToken) | Fetches and save the message as a stream |
SaveMessageAsync(int, string, CancellationToken) | Fetches and save the message into a file |
SaveMessageAsync(string, Stream, CancellationToken) | Fetches and save the message as a stream |
SaveMessageAsync(string, string, CancellationToken) | Fetches and save the message into a file |
SaveMessageAsync(IConnection, int, Stream, CancellationToken) | Fetches and save the message as a stream |
SaveMessageAsync(IConnection, int, string, CancellationToken) | Fetches and save the message into a file |
SaveMessageAsync(IConnection, string, Stream, CancellationToken) | Fetches and save the message as a stream |
SaveMessageAsync(IConnection, string, string, CancellationToken) | Fetches and save the message into a file |
SetSupportedEncryptionUnsafe(EncryptionProtocols) | Defines the versions of SSL/TLS encryption protocols to be used. This method is not safe and sets the encryption protocols without any compatibility checks. Use SupportedEncryption property to safely set only protocols that definitely supported by .net framework. Please note, if your current .net framework does not support this level of security, an exception will be thrown when trying to establish a connection to the server. |
UndeleteMessages() | Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. |
UndeleteMessages(IConnection) | Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. |
UndeleteMessagesAsync() | Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. |
UndeleteMessagesAsync(CancellationToken) | Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. |
UndeleteMessagesAsync(IConnection) | Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. |
UndeleteMessagesAsync(IConnection, CancellationToken) | Undeletes the messages. If any messages have been marked as deleted by the POP3 server, they are unmarked. |
override ValidateCredentials() | Executes credentials validation |
ValidateCredentials(IConnection) | Executes credentials validation |
ValidateCredentialsAsync() | Executes credentials validation |
ValidateCredentialsAsync(CancellationToken) | Executes credentials validation |
ValidateCredentialsAsync(IConnection) | Executes credentials validation |
ValidateCredentialsAsync(IConnection, CancellationToken) | Executes credentials validation |
static CreateAsync(string, string, IAsyncTokenProvider, int, SecurityOptions, CancellationToken) | Creates a new instance of the Pop3Client class |