Modifier and Type | Method and Description |
---|---|
IConnection |
EmailClient.createConnection()
Creates new independent connection for operations not linked to threads (not default connection).
|
IConnection |
EmailClient.createConnection(boolean createAsDefaultConnection)
Creates new (default or independent) connection for operations.
|
IConnection |
ImapRestoreSettings.getConnection()
Connection to a server.
|
IConnection |
PageSettings.getConnection()
Connection to a server.
|
IConnection |
EmailClient.getCurrentConnection()
Gets current connection according to ConnectionAsgmtMode option
|
Modifier and Type | Method and Description |
---|---|
void |
ImapClient.addMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
void |
ImapClient.addMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Adds the flags of the message
|
void |
ImapClient.addMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message
|
String |
ImapClient.appendMessage(IConnection connection,
MailMessage message)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
ImapClient.appendMessage(IConnection connection,
String fileName)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
String |
ImapClient.appendMessage(IConnection connection,
String folderName,
MailMessage message)
Uploads the mail message to the specified folder
|
String |
ImapClient.appendMessage(IConnection connection,
String folderName,
String fileName)
Uploads the mail message to the specified folder
|
AppendMessagesResult |
ImapClient.appendMessages(IConnection connection,
Iterable<MailMessage> messages)
Uploads the mail message to the current folder
If current folder hasn't been specified default folder is used.
|
AppendMessagesResult |
ImapClient.appendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages)
Uploads the mail message to the specified folder
|
void |
ImapClient.backup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Backups the content of the specified folders
|
void |
ImapClient.backup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Backups the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags to the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAddMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Adds the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
MailMessage message)
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
String fileName)
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
String folderName,
MailMessage message)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
String folderName,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
String folderName,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
String folderName,
String fileName)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
String folderName,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessage(IConnection connection,
String folderName,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(IConnection connection,
Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessages(IConnection connection,
String folderName,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessagesByName(IConnection connection,
Iterable<String> fileNames)
Begins append message to the end of the current folder
If current folder hasn't been specified default folder is used.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessagesByName(IConnection connection,
String folderName,
Iterable<String> fileNames)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessagesByName(IConnection connection,
String folderName,
Iterable<String> fileNames,
com.aspose.ms.System.AsyncCallback callback)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginAppendMessagesByName(IConnection connection,
String folderName,
Iterable<String> fileNames,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins append message to the end of the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
OutputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
BackupSettings options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginBackup(IConnection connection,
ImapFolderInfoCollection folders,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to backup the content of the specified folders
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginChangeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Changes the flags of the message
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginClientCapabilities(IConnection connection,
String... capabilityNames)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginClientCapabilities(IConnection connection,
String[] capabilityNames,
com.aspose.ms.System.AsyncCallback callback)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginClientCapabilities(IConnection connection,
String[] capabilityNames,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Notifies server which extensions are supported by client asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection connection)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginCommitDeletes(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
int sleep)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
int sleep,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
Iterable<String> uidSet)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
String uniqueId)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
String startUid,
String endUid)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCommitDeletes(IConnection connection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to commit the deletions
This method works only if server supports UIDPLUS extension.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection connection,
int sequenceNumber,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection connection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection connection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection connection,
String uniqueId,
String folderName)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection connection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessage(IConnection connection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous copying.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins copy operation asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCopyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection connection,
String folderName)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginCreateFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder creation.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection connection,
String folderName)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
int sequenceNumber)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection connection,
int sequenceNumber)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection connection,
String uniqueId)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins DeleteMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection connection)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginDeleteMessages(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins delete all messages asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
int startSequence,
int endSequence,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
long modificationSequence)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as deleted asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginDeleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message deletion.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginExistFolder(IConnection connection,
String folderName)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginExistFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginExistFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Check whether this folder exists
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins fetch an attachment.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
int sequenceNumber)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection connection,
int sequenceNumber)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
String uniqueId)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection connection,
String uniqueId)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous message fetching.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids,
com.aspose.ms.System.AsyncCallback callback)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginFetchMessagesByUids(IConnection connection,
Iterable<String> uids,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins FetchMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
String recipient,
MailMessage message)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginForward(IConnection connection,
String sender,
String recipient,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins forward email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection connection,
String folderName)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetFolderInfo(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous folder listing.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection connection)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxInfo(IConnection connection,
boolean closeTransaction,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the mailbox status info
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection connection)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMailboxSize(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMailboxSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection connection)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection connection,
boolean closeTransaction)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection connection,
boolean closeTransaction,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageCount(IConnection connection,
boolean closeTransaction,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageCount operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection connection,
int sequenceNumber)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection connection,
String uniqueId)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageHeaders(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting message headers
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
int sequenceNumber)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
int sequenceNumber,
int fields)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
int sequenceNumber,
int fields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
int sequenceNumber,
int fields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
String uniqueId)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
String uniqueId,
int fields)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
String uniqueId,
int fields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageInfo(IConnection connection,
String uniqueId,
int fields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the information for that message
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection connection,
int sequenceNumber)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection connection,
String uniqueId)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageSize(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins GetMessageSize operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection connection,
int sequenceNumber)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginGetMessageUniqueId(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the message unique id
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetNamespaces(IConnection connection)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetNamespaces(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetNamespaces(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting namespaces that are available on a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuota(IConnection connection,
String quotaRootName)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuota(IConnection connection,
String quotaRootName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuota(IConnection connection,
String quotaRootName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuotaRoot(IConnection connection,
String mailboxName)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuotaRoot(IConnection connection,
String mailboxName,
com.aspose.ms.System.AsyncCallback callback)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginGetQuotaRoot(IConnection connection,
String mailboxName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting quota root information for mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginIntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins introduce client information to a server asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
boolean loadFullInfo)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of folders in the mailbox
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions,
com.aspose.ms.System.AsyncCallback callback)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get the list of subfolders in the specified folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
int sequenceNumber)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
String uniqueId)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to get information about a message.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessages operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
int maxNumberOfMessages)
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
int maxNumberOfMessages,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
int maxNumberOfMessages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages in the current folder
Please, see more https://tools.ietf.org/html/rfc7162
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
int fields,
boolean closeTransaction,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
long modificationSequence)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
MailQuery query)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginListMessages(IConnection connection,
MailQuery query,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins ListMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
String folderName,
long modificationSequence,
boolean retrieveRecursively,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages in the current folder that have a modification sequence bigger than specified value.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessages(IConnection connection,
String folderName,
MailQuery query,
int maxNumberOfMessages,
Iterable<String> messageExtraFields,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins getting the list of messages asynchronously in the current folder
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
int itemsPerPage)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
int itemsPerPage,
int pageOffset)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
int itemsPerPage,
int pageOffset,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
int itemsPerPage,
int pageOffset,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
PageInfo page)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
PageInfo page,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
PageInfo page,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(int itemsPerPage, int pageOffset, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginListMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(IConnection connection,
Iterable<Pop3MessageInfo> messageInfoList)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(IConnection connection,
Iterable<Pop3MessageInfo> messageInfoList,
com.aspose.ms.System.AsyncCallback callback)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoList(IConnection connection,
Iterable<Pop3MessageInfo> messageInfoList,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoListBySequence(IConnection connection,
Iterable<Integer> sequenceNumberList)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoListBySequence(IConnection connection,
Iterable<Integer> sequenceNumberList,
com.aspose.ms.System.AsyncCallback callback)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginLoadMessageInfoListBySequence(IConnection connection,
Iterable<Integer> sequenceNumberList,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins load list of Pop3MessageInfo asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveFolder(IConnection connection,
String newParentFolder,
String folderName)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveFolder(IConnection connection,
String newParentFolder,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveFolder(IConnection connection,
String newParentFolder,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Moves specified folder and its subfolders to new location asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
int sequenceNumber,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
String uniqueId,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessage(IConnection connection,
String uniqueId,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginMoveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins an asynchronous moving.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection connection)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection connection)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection connection)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginNoop(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginNoop(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins 'No operation' command.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginNoop(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins to execute 'No operation' command
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRemoveMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Removes the flags of the message asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRenameFolder(IConnection connection,
String folderName,
String newFolderName)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRenameFolder(IConnection connection,
String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRenameFolder(IConnection connection,
String folderName,
String newFolderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins RenameFolder operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection connection)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRequestCheckpoint(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins request a checkpoint of the currently selected mailbox.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
InputStream stream,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
PersonalStorage pst,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
ImapFolderInfoCollection folders,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
int options)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginRestore(IConnection connection,
String fileName,
int options,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Deprecated.
Please, use BeginRestore(PersonalStorage pst, RestoreSettingsAsync settings) method instead of it.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream outputStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection connection,
int sequenceNumber,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
int sequenceNumber,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
int sequenceNumber,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream resultStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream outputStream)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream resultStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginSaveMessage(IConnection connection,
String uniqueId,
OutputStream outputStream,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
String uniqueId,
String fileName)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSaveMessage(IConnection connection,
String uniqueId,
String fileName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins SaveMessage operation asynchronously
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection connection,
String folderName)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSelectFolder(IConnection connection,
String folderName,
Boolean readOnly,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins select the specified folder asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
Iterable<MailMessage> messages,
com.aspose.ms.System.EventHandler<MailMessageEventArgs> messageSentDelegate,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
MailMessage... messages)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
MailMessage message)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
MailMessage message,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
String from,
String recipients,
String subject,
String body)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
String from,
String recipients,
String subject,
String body,
com.aspose.ms.System.AsyncCallback callback)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
SmtpClient.beginSend(IConnection connection,
String from,
String recipients,
String subject,
String body,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins sending email asynchronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSetQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSetQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit,
com.aspose.ms.System.AsyncCallback callback)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSetQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins setting quota information
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSubscribeFolder(IConnection connection,
String folderName)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSubscribeFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginSubscribeFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins subscribe operation that adds the specified mailbox name to the server's set of "active" mailboxes.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
int sequenceNumber)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
int sequenceNumber,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
String uniqueId,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUndeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Marks a message with the specified sequence number as not deleted.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginUndeleteMessages(IConnection connection)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginUndeleteMessages(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
Pop3Client.beginUndeleteMessages(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins undeletes the messages.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection connection)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection connection,
com.aspose.ms.System.AsyncCallback callback)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection connection,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins permanently removes all messages marked as deleted for currently selected folder and removes selected-state for current folder asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection connection,
boolean doNotExpunge)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection connection,
boolean doNotExpunge,
com.aspose.ms.System.AsyncCallback callback)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnselectFolder(IConnection connection,
boolean doNotExpunge,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Unselects folder which are currently selected asyncronously.
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnsubscribeFolder(IConnection connection,
String folderName)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnsubscribeFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
com.aspose.ms.System.IAsyncResult |
ImapClient.beginUnsubscribeFolder(IConnection connection,
String folderName,
com.aspose.ms.System.AsyncCallback callback,
Object state)
Begins unsubscribe operation that removes the specified mailbox name from the server's set of "active" mailboxes
|
void |
ImapClient.changeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Changes the flags of the message
|
void |
ImapClient.changeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Changes the flags of the message
|
String[] |
ImapClient.clientCapabilities(IConnection connection,
String... capabilityNames)
Notifies server which extensions are supported by client.
|
void |
ImapClient.commitDeletes(IConnection connection)
Commit the deletions
|
void |
Pop3Client.commitDeletes(IConnection connection)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection connection,
int sleep)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection connection,
Iterable<String> uidSet)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
void |
ImapClient.commitDeletes(IConnection connection,
String uniqueId)
Commit the deletions
|
void |
ImapClient.commitDeletes(IConnection connection,
String startUid,
String endUid)
Commit the deletions
This method works only if server supports UIDPLUS extension.
|
String |
ImapClient.copyMessage(IConnection connection,
int sequenceNumber,
String folderName)
Copies the message
|
String |
ImapClient.copyMessage(IConnection connection,
String uniqueId,
String folderName)
Copies the message
|
void |
ImapClient.copyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName)
Copy the messaeg
|
void |
ImapClient.copyMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
ImapClient.copyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Copy messages
|
void |
ImapClient.copyMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
ImapClient.copyMessages(IConnection connection,
String startUid,
String endUid,
String folderName)
Copy messages
|
void |
ImapClient.copyMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
ImapClient.copyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName)
Copy the messaeg
|
void |
ImapClient.copyMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
ImapClient.copyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName)
Copy messages
|
void |
ImapClient.copyMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Deprecated.
|
void |
ImapClient.createFolder(IConnection connection,
String folderName)
Creates a folder with the specified name
|
void |
ImapClient.deleteFolder(IConnection connection,
String folderName)
Deletes a specified folder.
|
void |
ImapClient.deleteMessage(IConnection connection,
int sequenceNumber)
Marks a message with the specified sequence number as deleted
|
void |
Pop3Client.deleteMessage(IConnection connection,
int sequenceNumber)
Deletes the message
|
void |
ImapClient.deleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessage(IConnection connection,
String uniqueId)
Marks a message with the specified sequence number as deleted
|
void |
Pop3Client.deleteMessage(IConnection connection,
String uniqueId)
Deletes the message
|
void |
ImapClient.deleteMessage(IConnection connection,
String uniqueId,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessage(IConnection connection,
String uniqueId,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessage(IConnection connection,
String uniqueId,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
Pop3Client.deleteMessages(IConnection connection)
Deletes all messages
|
void |
ImapClient.deleteMessages(IConnection connection,
int startSequence,
int endSequence)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection connection,
int startSequence,
int endSequence,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessages(IConnection connection,
String startUid,
String endUid)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessages(IConnection connection,
String startUid,
String endUid,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessages(IConnection connection,
String startUid,
String endUid,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
long modificationSequence)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessagesByUids(IConnection connection,
Iterable<String> uidSet)
Marks a message with the specified sequence number as deleted
|
void |
ImapClient.deleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
void |
ImapClient.deleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence)
Marks a message with the specified unique identifier as deleted
|
void |
ImapClient.deleteMessagesByUids(IConnection connection,
Iterable<String> uidSet,
long modificationSequence,
boolean commitNow)
Marks a message with the specified unique identifier as deleted and commits the deletions if user specifies this.
|
boolean |
ImapClient.existFolder(IConnection connection,
String folderName)
Check whether this folder exists
|
boolean |
ImapClient.existFolder(IConnection connection,
String folderName,
ImapFolderInfo[] folderInfo)
Check whether this folder exists, extract folder info if so
|
Attachment |
ImapClient.fetchAttachment(IConnection connection,
int sequenceNumber,
String attachmentName)
Fetches the specified attachment
|
MailMessage |
ImapClient.fetchMessage(IConnection connection,
int sequenceNumber)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(IConnection connection,
int sequenceNumber)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection connection,
int sequenceNumber,
boolean ignoreAttachment)
Fetches the message
|
MailMessage |
ImapClient.fetchMessage(IConnection connection,
String uniqueId)
Fetches the message
|
MailMessage |
Pop3Client.fetchMessage(IConnection connection,
String uniqueId)
Fetches the message
|
Iterable<MailMessage> |
ImapClient.fetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers)
Fetches the messages
|
Iterable<MailMessage> |
Pop3Client.fetchMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceNumbers)
Fetches the messages
|
Iterable<MailMessage> |
ImapClient.fetchMessagesByUids(IConnection connection,
Iterable<String> uids)
Fetches the messages
|
Iterable<MailMessage> |
Pop3Client.fetchMessagesByUids(IConnection connection,
Iterable<String> uids)
Fetches the messages
|
void |
SmtpClient.forward(IConnection connection,
String sender,
MailAddressCollection recipients,
InputStream messageStream)
Forwards specified message to recipient
|
void |
SmtpClient.forward(IConnection connection,
String sender,
MailAddressCollection recipients,
MailMessage message)
Forwards specified message to recipient
|
void |
SmtpClient.forward(IConnection connection,
String sender,
String recipient,
MailMessage message)
Forwards specified message to recipient
|
ImapFolderInfo |
ImapClient.getFolderInfo(IConnection connection,
String folderName)
Returns information about the specified folder without selecting it
|
Pop3MailboxInfo |
Pop3Client.getMailboxInfo(IConnection connection)
Gets the mailbox status info
|
Pop3MailboxInfo |
Pop3Client.getMailboxInfo(IConnection connection,
boolean closeTransaction)
Gets the mailbox status info
|
long |
Pop3Client.getMailboxSize(IConnection connection)
Gets the size of the mailbox
|
int |
Pop3Client.getMessageCount(IConnection connection)
Gets the message count
|
int |
Pop3Client.getMessageCount(IConnection connection,
boolean closeTransaction)
Gets the message count
|
HeaderCollection |
Pop3Client.getMessageHeaders(IConnection connection,
int sequenceNumber)
Gets the message headers
|
HeaderCollection |
Pop3Client.getMessageHeaders(IConnection connection,
String uniqueId)
Gets the message headers
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection connection,
int sequenceNumber)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection connection,
int sequenceNumber,
int fields)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection connection,
String uniqueId)
Gets the information for that message
|
Pop3MessageInfo |
Pop3Client.getMessageInfo(IConnection connection,
String uniqueId,
int fields)
Gets the information for that message
|
long |
Pop3Client.getMessageSize(IConnection connection,
int sequenceNumber)
Gets the size of the message
|
long |
Pop3Client.getMessageSize(IConnection connection,
String uniqueId)
Gets the size of the message
|
String |
Pop3Client.getMessageUniqueId(IConnection connection,
int sequenceNumber)
Gets the message unique id
|
ImapNamespace[] |
ImapClient.getNamespaces(IConnection connection)
Gets namespaces that are available on a server.
|
ImapQuota[] |
ImapClient.getQuota(IConnection connection,
String quotaRootName)
Gets quota information
|
ImapQuotaRoot[] |
ImapClient.getQuotaRoot(IConnection connection,
String mailboxName)
Gets quota root information for mailbox
|
ImapIdentificationInfo |
ImapClient.introduceClient(IConnection connection)
Introduces client information to a server.
|
ImapIdentificationInfo |
ImapClient.introduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Introduces client information to a server.
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection,
boolean loadFullInfo)
Gets the list of folders in the mailbox
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection,
String parentFolder)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo)
Gets the list of subfolders in the specified folder
|
ImapFolderInfoCollection |
ImapClient.listFolders(IConnection connection,
String parentFolder,
boolean loadFullInfo,
int options,
int returnOptions)
Gets the list of subfolders in the specified folder
|
ImapMessageInfo |
ImapClient.listMessage(IConnection connection,
int sequenceNumber)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection connection,
int sequenceNumber,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection connection,
String uniqueId)
Gets information about a message.
|
ImapMessageInfo |
ImapClient.listMessage(IConnection connection,
String uniqueId,
Iterable<String> messageExtraFields)
Gets information about a message.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection)
Gets the list of messages in the current folder
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(IConnection connection)
Lists the messages.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
boolean retrieveRecursively)
Gets the list of messages in the current folder
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(IConnection connection,
boolean closeTransaction)
Lists the messages.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(IConnection connection,
int fields)
Lists the messages.
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(IConnection connection,
int fields,
boolean closeTransaction,
MailQuery query)
Lists the messages.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
long modificationSequence)
Gets the list of messages in the current folder that have a modification sequence bigger than specified value.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
MailQuery query)
Gets the list of messages in the current folder.
|
Pop3MessageInfoCollection |
Pop3Client.listMessages(IConnection connection,
MailQuery query)
Lists the messages.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
String folderName)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
String folderName,
boolean retrieveRecursively)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
String folderName,
long modificationSequence,
boolean retrieveRecursively,
Iterable<String> messageExtraFields)
Gets the list of messages in the specified folder
|
ImapMessageInfoCollection |
ImapClient.listMessages(IConnection connection,
String folderName,
MailQuery query,
int maxNumberOfMessages)
Gets the list of messages in the current folder.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection connection,
int itemsPerPage)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection connection,
int itemsPerPage,
int pageOffset)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection connection,
PageInfo page)
Deprecated.
Please, use ListMessagesByPage(int itemsPerPage, int pageOffset, PageSettings settings) method instead of it.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
int itemsPerPage)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
ImapPageInfo |
ImapClient.listMessagesByPage(IConnection connection,
String folderName,
MailQuery query,
PageInfo pageInfo)
Deprecated.
Please, use ListMessagesByPage(MailQuery query, PageInfo pageInfo, PageSettings settings) method instead of it.
|
Pop3MessageInfoCollection |
Pop3Client.loadMessageInfoList(IConnection connection,
Iterable<Pop3MessageInfo> messageInfoList)
Loads list of Pop3MessageInfo
|
Pop3MessageInfoCollection |
Pop3Client.loadMessageInfoListBySequence(IConnection connection,
Iterable<Integer> sequenceNumberList)
Loads list of Pop3MessageInfo
|
void |
ImapClient.moveFolder(IConnection connection,
String newParentFolder,
String folderName)
Moves specified folder and its subfolders to new location.
|
String |
ImapClient.moveMessage(IConnection connection,
int sequenceNumber,
String folderName)
Moves the messaeg
|
String |
ImapClient.moveMessage(IConnection connection,
int sequenceNumber,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
String |
ImapClient.moveMessage(IConnection connection,
String uniqueId,
String folderName)
Moves the message
|
String |
ImapClient.moveMessage(IConnection connection,
String uniqueId,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
ImapClient.moveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName)
Moves the messaeg
|
void |
ImapClient.moveMessages(IConnection connection,
int startSequence,
int endSequence,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
void |
ImapClient.moveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName)
Moves the message
|
void |
ImapClient.moveMessages(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
ImapClient.moveMessages(IConnection connection,
String startUid,
String endUid,
String folderName)
Moves the message
|
void |
ImapClient.moveMessages(IConnection connection,
String startUid,
String endUid,
String folderName,
boolean commitDeletions)
Moves the message
|
void |
ImapClient.moveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName)
Moves the messaeg
|
void |
ImapClient.moveMessagesBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
String folderName,
boolean commitDeletions)
Moves the messaeg
|
void |
ImapClient.moveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName)
Moves the message
|
void |
ImapClient.moveMessagesByUids(IConnection connection,
Iterable<String> uidSet,
String folderName,
boolean commitDeletions)
Moves the message
|
abstract void |
EmailClient.noop(IConnection connection)
'No operation' command
|
void |
ImapClient.noop(IConnection connection)
'No operation' command
|
void |
Pop3Client.noop(IConnection connection)
'No operation' command
|
void |
SmtpClient.noop(IConnection connection)
'No operation' command
|
void |
ImapClient.removeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
int sequenceNumber,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
int startSequence,
int endSequence,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
Iterable<ImapMessageInfo> messageInfoSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
String uniqueId,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlags(IConnection connection,
String startUid,
String endUid,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlagsBySequences(IConnection connection,
Iterable<Integer> sequenceSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags)
Removes the flags of the message
|
void |
ImapClient.removeMessageFlagsByUids(IConnection connection,
Iterable<String> uidSet,
ImapMessageFlags flags,
long modificationSequence)
Removes the flags of the message
|
void |
ImapClient.renameFolder(IConnection connection,
String folderName,
String newFolderName)
Renames a specified folder to a new name
|
void |
ImapClient.requestCheckpoint(IConnection connection)
Requests a checkpoint of the currently selected mailbox.
|
void |
ImapClient.saveMessage(IConnection connection,
int sequenceNumber,
OutputStream resultStream)
Downloads the message with the specified sequence number and writes its data into a supplied stream
|
void |
Pop3Client.saveMessage(IConnection connection,
int sequenceNumber,
OutputStream outputStream)
Fetches and save the message as a stream
|
void |
ImapClient.saveMessage(IConnection connection,
int sequenceNumber,
String fileName)
Downloads the message with the specified sequence number and writes its data into a local file
|
void |
Pop3Client.saveMessage(IConnection connection,
int sequenceNumber,
String fileName)
Fetches and save the message into a file
|
void |
ImapClient.saveMessage(IConnection connection,
String uniqueId,
OutputStream resultStream)
Downloads the message with the specified sequence number
and writes its data into a supplied stream
|
void |
Pop3Client.saveMessage(IConnection connection,
String uniqueId,
OutputStream outputStream)
Fetches and save the message as a stream
|
void |
ImapClient.saveMessage(IConnection connection,
String uniqueId,
String fileName)
Downloads the message with the specified sequence number
and writes its data into a local file
|
void |
Pop3Client.saveMessage(IConnection connection,
String uniqueId,
String fileName)
Fetches and save the message into a file
|
void |
ImapClient.selectFolder(IConnection connection,
String folderName)
Selects the specified folder
|
void |
ImapClient.selectFolder(IConnection connection,
String folderName,
Boolean readOnly)
Selects the specified folder
|
void |
SmtpClient.send(IConnection connection,
Iterable<MailMessage> messages)
Send the specified messages.
|
void |
SmtpClient.send(IConnection connection,
MailMessage... messages)
Send the specified message.
|
void |
SmtpClient.send(IConnection connection,
MailMessage message)
Send the specified message.
|
void |
SmtpClient.send(IConnection connection,
MailMessageCollection messages)
Send the specified message collection.
|
void |
SmtpClient.send(IConnection connection,
String from,
String recipients,
String subject,
String body)
Creates and sends the specified message.
|
void |
ImapRestoreSettings.setConnection(IConnection value)
Connection to a server.
|
void |
PageSettings.setConnection(IConnection value)
Connection to a server.
|
ImapQuota[] |
ImapClient.setQuota(IConnection connection,
String quotaRootName,
String resourceName,
int resourceLimit)
Sets quota information
|
void |
ImapClient.subscribeFolder(IConnection connection,
String folderName)
Sent the SUBSCRIBE command that adds the specified mailbox name to the server's set of "active" mailboxes.
|
void |
ImapClient.undeleteMessage(IConnection connection,
int sequenceNumber)
Marks a message with the specified sequence number as not deleted
|
void |
ImapClient.undeleteMessage(IConnection connection,
int sequenceNumber,
long modificationSequence)
Marks a message with the specified sequence number as not deleted
|
void |
ImapClient.undeleteMessage(IConnection connection,
String uniqueId)
Marks a message with the specified sequence number as not deleted.
|
void |
ImapClient.undeleteMessage(IConnection connection,
String uniqueId,
long modificationSequence)
Marks a message with the specified sequence number as not deleted.
|
void |
Pop3Client.undeleteMessages(IConnection connection)
Undeletes the messages.
|
void |
ImapClient.unselectFolder(IConnection connection)
Permanently removes all messages marked as deleted for currently selected folder and removes selected-state for this folder.
|
void |
ImapClient.unselectFolder(IConnection connection,
boolean doNotExpunge)
Unselects folder which are currently selected.
|
void |
ImapClient.unsubscribeFolder(IConnection connection,
String folderName)
Sent the UNSUBSCRIBE command that removes the specified mailbox name from the server's set of "active" mailboxes
|