Aspose.Email for Java 6.6.0 Release Notes
Aspose.Email for Java is a class library that enables applications to manipulate popular message formats including Microsoft Outlook messages. It also supports communication protocols such as IMAP, SMTP, POP3, and Microsoft Exchange Server. In addition, the API supports working with PST as well as OST file formats.
Major Features
Bulk deletion and update of messages in PST
Support for Gmail IMAP protocol extensions
ImapClient: Delete and change message flags for set of messages
Use mail server IP address for connecting the ImapClient and Pop3Client without DNS resolution
Option to read X-APPLE-FILENAME for attachments in ICS from IOS
Improvement of copy method. Add ability to “copy” multiple messages per invocation
Features and Improvements
Key
Summary
Category
EMAILNET-34828
Bulk deletion and update of messages in PST for optimized I/O
New Feature
EMAILNET-35021
Add support for Gmail IMAP protocol extensions
New Feature
EMAILNET-35167
Add new features in the IMAP4 extended list command
New Feature
EMAILNET-35205
Add new features in the IMAP4 ID extension (rfc2971)
New Feature
EMAILNET-35226
Add ability in ImapClient to delete multiple messages and change flags for set of message
Enhancement
EMAILNET-35230
Use mail server IP address for connecting the ImapClient and Pop3Client without DNS resolution
Enhancement
EMAILNET-35240
Option to read X-APPLE-FILENAME for attachments in ICS from IOS
Enhancement
EMAILNET-35242
Improvement of copy method. Add ability to copy multiple messages per invocation
Enhancement
EMAILJAVA-33586
Recipient not allowed to respond to the appointment
Bug
EMAILJAVA-33580
Memory usage and GC in Aspose.Email Java
Bug
EMAILNET-34799
Delete of items from PST: resultant file has very large size
Bug
EMAILNET-34800
Deleting Msgs from PST takes large time
Bug
EMAILNET-35223
SetBodyContent breaks the special characters
Bug
EMAILNET-35229
Spaces are lost while saving Rich Text mail as MSG
Bug
EMAILNET-35235
Given document can’t be processed
Bug
EMAILNET-35237
Wrong MIME content type read from ICS attachments
Bug
EMAILNET-35245
EML(from Gmail) -> Mhtml: Headers are not visible in MS Word
Bug
EMAILNET-35251
Unable to connect to Exchange Server 2010 using TLS
Bug
EMAILNET-35225
Signed and Encrypted message body is null while fetched by Aspose.Email
Bug
EMAILNET-35224
Saving Contact as MSG raises ArgumentException
Bug
EMAILNET-35236
System.Format Exception raised while loading ICS file
Bug
Public API and Backward Incompatible Changes
The following is a list of any changes made to the public API such as added, renamed, removed or deprecated members as well as any non-backward compatible change made to Aspose.Email for Java. If you have concerns about any change listed, please raise it on the Aspose.Email support forum.
Class CompressionType
Enum CompressionType.Deflate
Enum CompressionType.None
Property HeaderCollection.isReadOnly
Method HeaderCollection.add(String)
Method HeaderCollection.contains(String)
Method HeaderCollection.copyTo(String[], int)
Method FolderInfo.changeMessages(IGenericEnumerable, MapiPropertyCollection)
Method FolderInfo.deleteChildItems(IGenericEnumerable)
Class ESearchOptions
Method ESearchOptions.createQuery
Method ESearchOptions.createQuery(MailQueryBuilder)
Method ESearchOptions.equals(Object)
Method ESearchOptions.op_Addition(ESearchOptions, ESearchOptions)
Method ESearchOptions.op_Equality(ESearchOptions, ESearchOptions)
Method ESearchOptions.op_Inequality(ESearchOptions, ESearchOptions)
Method ESearchOptions.op_Subtraction(ESearchOptions, ESearchOptions)
Method ESearchOptions.toString
Property ESearchOptions.getMax
Property ESearchOptions.getMin
Property ESearchOptions.getNotDefined
Class ModificationSequenceField
Method ModificationSequenceField.createQuery
Method ModificationSequenceField.greaterOrEqualTo(long)
Method ModificationSequenceField.toString
Property ModificationSequenceField.getModificationSequence
Method ImapClient.addMessageFlags(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.addMessageFlags(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.addMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.addMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.addMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.addMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.addMessageFlags(IConnection, int, int, ImapMessageFlags)
Method ImapClient.addMessageFlags(IConnection, int, int, ImapMessageFlags, long)
Method ImapClient.addMessageFlags(IConnection, String, String, ImapMessageFlags)
Method ImapClient.addMessageFlags(IConnection, String, String, ImapMessageFlags, long)
Method ImapClient.addMessageFlags(Iterable, ImapMessageFlags)
Method ImapClient.addMessageFlags(Iterable, ImapMessageFlags, long)
Method ImapClient.addMessageFlagsBySequences(Iterable, ImapMessageFlags)
Method ImapClient.addMessageFlagsBySequences(Iterable, ImapMessageFlags, long)
Method ImapClient.addMessageFlagsByUids(Iterable, ImapMessageFlags)
Method ImapClient.addMessageFlagsByUids(Iterable, ImapMessageFlags, long)
Method ImapClient.addMessageFlags(int, int, ImapMessageFlags)
Method ImapClient.addMessageFlags(int, int, ImapMessageFlags, long)
Method ImapClient.addMessageFlags(String, String, ImapMessageFlags)
Method ImapClient.addMessageFlags(String, String, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlags(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginAddMessageFlags(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlags(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlags(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlags(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginAddMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginAddMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(IConnection, int, int, ImapMessageFlags)
Method ImapClient.beginAddMessageFlags(IConnection, int, int, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlags(IConnection, int, int, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(IConnection, int, int, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlags(IConnection, int, int, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlags(IConnection, int, int, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(IConnection, String, String, ImapMessageFlags)
Method ImapClient.beginAddMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(IConnection, String, String, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlags(IConnection, String, String, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlags(IConnection, String, String, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(Iterable, ImapMessageFlags)
Method ImapClient.beginAddMessageFlags(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlags(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(Iterable, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlags(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlags(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlagsBySequences(Iterable, ImapMessageFlags)
Method ImapClient.beginAddMessageFlagsBySequences(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlagsBySequences(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlagsBySequences(Iterable, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlagsBySequences(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlagsBySequences(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlagsByUids(Iterable, ImapMessageFlags)
Method ImapClient.beginAddMessageFlagsByUids(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlagsByUids(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlagsByUids(Iterable, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlagsByUids(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlagsByUids(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(int, int, ImapMessageFlags)
Method ImapClient.beginAddMessageFlags(int, int, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlags(int, int, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(int, int, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlags(int, int, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlags(int, int, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(String, String, ImapMessageFlags)
Method ImapClient.beginAddMessageFlags(String, String, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginAddMessageFlags(String, String, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginAddMessageFlags(String, String, ImapMessageFlags, long)
Method ImapClient.beginAddMessageFlags(String, String, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginAddMessageFlags(String, String, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlags(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlags(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(IConnection, int, int, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlags(IConnection, int, int, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(IConnection, int, int, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(IConnection, int, int, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlags(IConnection, int, int, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(IConnection, int, int, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(IConnection, String, String, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(IConnection, String, String, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(Iterable, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlags(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(Iterable, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlags(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlagsBySequences(Iterable, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlagsBySequences(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlagsBySequences(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlagsBySequences(Iterable, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlagsBySequences(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlagsBySequences(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlagsByUids(Iterable, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlagsByUids(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlagsByUids(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlagsByUids(Iterable, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlagsByUids(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlagsByUids(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(int, int, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlags(int, int, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(int, int, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(int, int, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlags(int, int, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(int, int, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(String, String, ImapMessageFlags)
Method ImapClient.beginChangeMessageFlags(String, String, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(String, String, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginChangeMessageFlags(String, String, ImapMessageFlags, long)
Method ImapClient.beginChangeMessageFlags(String, String, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginChangeMessageFlags(String, String, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginClientCapabilities(IConnection, String[])
Method ImapClient.beginClientCapabilities(IConnection, String[], AsyncCallback)
Method ImapClient.beginClientCapabilities(IConnection, String[], AsyncCallback, Object)
Method ImapClient.beginClientCapabilities(String[])
Method ImapClient.beginClientCapabilities(String[], AsyncCallback)
Method ImapClient.beginClientCapabilities(String[], AsyncCallback, Object)
Method ImapClient.beginCommitDeletes(IConnection, Iterable)
Method ImapClient.beginCommitDeletes(IConnection, Iterable, AsyncCallback)
Method ImapClient.beginCommitDeletes(IConnection, Iterable, AsyncCallback, Object)
Method ImapClient.beginCommitDeletes(IConnection, String)
Method ImapClient.beginCommitDeletes(IConnection, String, AsyncCallback)
Method ImapClient.beginCommitDeletes(IConnection, String, AsyncCallback, Object)
Method ImapClient.beginCommitDeletes(IConnection, String, String)
Method ImapClient.beginCommitDeletes(IConnection, String, String, AsyncCallback)
Method ImapClient.beginCommitDeletes(IConnection, String, String, AsyncCallback, Object)
Method ImapClient.beginCommitDeletes(Iterable)
Method ImapClient.beginCommitDeletes(Iterable, AsyncCallback)
Method ImapClient.beginCommitDeletes(Iterable, AsyncCallback, Object)
Method ImapClient.beginCommitDeletes(String)
Method ImapClient.beginCommitDeletes(String, AsyncCallback)
Method ImapClient.beginCommitDeletes(String, AsyncCallback, Object)
Method ImapClient.beginCommitDeletes(String, String)
Method ImapClient.beginCommitDeletes(String, String, AsyncCallback)
Method ImapClient.beginCommitDeletes(String, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(IConnection, Iterable, String)
Method ImapClient.beginCopyMessages(IConnection, Iterable, String, AsyncCallback)
Method ImapClient.beginCopyMessages(IConnection, Iterable, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(IConnection, Iterable, String, boolean)
Method ImapClient.beginCopyMessages(IConnection, Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessages(IConnection, Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessagesBySequences(IConnection, Iterable, String)
Method ImapClient.beginCopyMessagesBySequences(IConnection, Iterable, String, AsyncCallback)
Method ImapClient.beginCopyMessagesBySequences(IConnection, Iterable, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessagesBySequences(IConnection, Iterable, String, boolean)
Method ImapClient.beginCopyMessagesBySequences(IConnection, Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessagesBySequences(IConnection, Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessagesByUids(IConnection, Iterable, String)
Method ImapClient.beginCopyMessagesByUids(IConnection, Iterable, String, AsyncCallback)
Method ImapClient.beginCopyMessagesByUids(IConnection, Iterable, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessagesByUids(IConnection, Iterable, String, boolean)
Method ImapClient.beginCopyMessagesByUids(IConnection, Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessagesByUids(IConnection, Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(IConnection, int, int, String)
Method ImapClient.beginCopyMessages(IConnection, int, int, String, AsyncCallback)
Method ImapClient.beginCopyMessages(IConnection, int, int, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(IConnection, int, int, String, boolean)
Method ImapClient.beginCopyMessages(IConnection, int, int, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessages(IConnection, int, int, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(IConnection, String, String, String)
Method ImapClient.beginCopyMessages(IConnection, String, String, String, AsyncCallback)
Method ImapClient.beginCopyMessages(IConnection, String, String, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(IConnection, String, String, String, boolean)
Method ImapClient.beginCopyMessages(IConnection, String, String, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessages(IConnection, String, String, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(Iterable, String)
Method ImapClient.beginCopyMessages(Iterable, String, AsyncCallback)
Method ImapClient.beginCopyMessages(Iterable, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(Iterable, String, boolean)
Method ImapClient.beginCopyMessages(Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessages(Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessagesBySequences(Iterable, String)
Method ImapClient.beginCopyMessagesBySequences(Iterable, String, AsyncCallback)
Method ImapClient.beginCopyMessagesBySequences(Iterable, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessagesBySequences(Iterable, String, boolean)
Method ImapClient.beginCopyMessagesBySequences(Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessagesBySequences(Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessagesByUids(Iterable, String)
Method ImapClient.beginCopyMessagesByUids(Iterable, String, AsyncCallback)
Method ImapClient.beginCopyMessagesByUids(Iterable, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessagesByUids(Iterable, String, boolean)
Method ImapClient.beginCopyMessagesByUids(Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessagesByUids(Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(int, int, String)
Method ImapClient.beginCopyMessages(int, int, String, AsyncCallback)
Method ImapClient.beginCopyMessages(int, int, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(int, int, String, boolean)
Method ImapClient.beginCopyMessages(int, int, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessages(int, int, String, boolean, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(String, String, String)
Method ImapClient.beginCopyMessages(String, String, String, AsyncCallback)
Method ImapClient.beginCopyMessages(String, String, String, AsyncCallback, Object)
Method ImapClient.beginCopyMessages(String, String, String, boolean)
Method ImapClient.beginCopyMessages(String, String, String, boolean, AsyncCallback)
Method ImapClient.beginCopyMessages(String, String, String, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessage(IConnection, String, boolean)
Method ImapClient.beginDeleteMessage(IConnection, String, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessage(IConnection, String, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessage(IConnection, String, long, boolean)
Method ImapClient.beginDeleteMessage(IConnection, String, long, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessage(IConnection, String, long, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessage(String, boolean)
Method ImapClient.beginDeleteMessage(String, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessage(String, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessage(String, long, boolean)
Method ImapClient.beginDeleteMessage(String, long, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessage(String, long, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, Iterable)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, boolean)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, long)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, long, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, long, boolean)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, long, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, Iterable, long, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesBySequences(IConnection, Iterable)
Method ImapClient.beginDeleteMessagesBySequences(IConnection, Iterable, AsyncCallback)
Method ImapClient.beginDeleteMessagesBySequences(IConnection, Iterable, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesBySequences(IConnection, Iterable, long)
Method ImapClient.beginDeleteMessagesBySequences(IConnection, Iterable, long, AsyncCallback)
Method ImapClient.beginDeleteMessagesBySequences(IConnection, Iterable, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, AsyncCallback)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, boolean)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, long)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, long, AsyncCallback)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, long, boolean)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, long, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessagesByUids(IConnection, Iterable, long, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, int, int)
Method ImapClient.beginDeleteMessages(IConnection, int, int, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, int, int, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, int, int, long)
Method ImapClient.beginDeleteMessages(IConnection, int, int, long, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, int, int, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, String, String)
Method ImapClient.beginDeleteMessages(IConnection, String, String, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, String, String, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, String, String, boolean)
Method ImapClient.beginDeleteMessages(IConnection, String, String, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, String, String, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, String, String, long)
Method ImapClient.beginDeleteMessages(IConnection, String, String, long, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, String, String, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(IConnection, String, String, long, boolean)
Method ImapClient.beginDeleteMessages(IConnection, String, String, long, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessages(IConnection, String, String, long, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(Iterable)
Method ImapClient.beginDeleteMessages(Iterable, AsyncCallback)
Method ImapClient.beginDeleteMessages(Iterable, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(Iterable, boolean)
Method ImapClient.beginDeleteMessages(Iterable, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessages(Iterable, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(Iterable, long)
Method ImapClient.beginDeleteMessages(Iterable, long, AsyncCallback)
Method ImapClient.beginDeleteMessages(Iterable, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(Iterable, long, boolean)
Method ImapClient.beginDeleteMessages(Iterable, long, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessages(Iterable, long, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesBySequences(Iterable)
Method ImapClient.beginDeleteMessagesBySequences(Iterable, AsyncCallback)
Method ImapClient.beginDeleteMessagesBySequences(Iterable, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesBySequences(Iterable, long)
Method ImapClient.beginDeleteMessagesBySequences(Iterable, long, AsyncCallback)
Method ImapClient.beginDeleteMessagesBySequences(Iterable, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesByUids(Iterable)
Method ImapClient.beginDeleteMessagesByUids(Iterable, AsyncCallback)
Method ImapClient.beginDeleteMessagesByUids(Iterable, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesByUids(Iterable, boolean)
Method ImapClient.beginDeleteMessagesByUids(Iterable, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessagesByUids(Iterable, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesByUids(Iterable, long)
Method ImapClient.beginDeleteMessagesByUids(Iterable, long, AsyncCallback)
Method ImapClient.beginDeleteMessagesByUids(Iterable, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessagesByUids(Iterable, long, boolean)
Method ImapClient.beginDeleteMessagesByUids(Iterable, long, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessagesByUids(Iterable, long, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(int, int)
Method ImapClient.beginDeleteMessages(int, int, AsyncCallback)
Method ImapClient.beginDeleteMessages(int, int, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(int, int, long)
Method ImapClient.beginDeleteMessages(int, int, long, AsyncCallback)
Method ImapClient.beginDeleteMessages(int, int, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(String, String)
Method ImapClient.beginDeleteMessages(String, String, AsyncCallback)
Method ImapClient.beginDeleteMessages(String, String, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(String, String, boolean)
Method ImapClient.beginDeleteMessages(String, String, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessages(String, String, boolean, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(String, String, long)
Method ImapClient.beginDeleteMessages(String, String, long, AsyncCallback)
Method ImapClient.beginDeleteMessages(String, String, long, AsyncCallback, Object)
Method ImapClient.beginDeleteMessages(String, String, long, boolean)
Method ImapClient.beginDeleteMessages(String, String, long, boolean, AsyncCallback)
Method ImapClient.beginDeleteMessages(String, String, long, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(IConnection, Iterable, String)
Method ImapClient.beginMoveMessages(IConnection, Iterable, String, AsyncCallback)
Method ImapClient.beginMoveMessages(IConnection, Iterable, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(IConnection, Iterable, String, boolean)
Method ImapClient.beginMoveMessages(IConnection, Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessages(IConnection, Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessagesBySequences(IConnection, Iterable, String)
Method ImapClient.beginMoveMessagesBySequences(IConnection, Iterable, String, AsyncCallback)
Method ImapClient.beginMoveMessagesBySequences(IConnection, Iterable, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessagesBySequences(IConnection, Iterable, String, boolean)
Method ImapClient.beginMoveMessagesBySequences(IConnection, Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessagesBySequences(IConnection, Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessagesByUids(IConnection, Iterable, String)
Method ImapClient.beginMoveMessagesByUids(IConnection, Iterable, String, AsyncCallback)
Method ImapClient.beginMoveMessagesByUids(IConnection, Iterable, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessagesByUids(IConnection, Iterable, String, boolean)
Method ImapClient.beginMoveMessagesByUids(IConnection, Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessagesByUids(IConnection, Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(IConnection, int, int, String)
Method ImapClient.beginMoveMessages(IConnection, int, int, String, AsyncCallback)
Method ImapClient.beginMoveMessages(IConnection, int, int, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(IConnection, int, int, String, boolean)
Method ImapClient.beginMoveMessages(IConnection, int, int, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessages(IConnection, int, int, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(IConnection, String, String, String)
Method ImapClient.beginMoveMessages(IConnection, String, String, String, AsyncCallback)
Method ImapClient.beginMoveMessages(IConnection, String, String, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(IConnection, String, String, String, boolean)
Method ImapClient.beginMoveMessages(IConnection, String, String, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessages(IConnection, String, String, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(Iterable, String)
Method ImapClient.beginMoveMessages(Iterable, String, AsyncCallback)
Method ImapClient.beginMoveMessages(Iterable, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(Iterable, String, boolean)
Method ImapClient.beginMoveMessages(Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessages(Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessagesBySequences(Iterable, String)
Method ImapClient.beginMoveMessagesBySequences(Iterable, String, AsyncCallback)
Method ImapClient.beginMoveMessagesBySequences(Iterable, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessagesBySequences(Iterable, String, boolean)
Method ImapClient.beginMoveMessagesBySequences(Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessagesBySequences(Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessagesByUids(Iterable, String)
Method ImapClient.beginMoveMessagesByUids(Iterable, String, AsyncCallback)
Method ImapClient.beginMoveMessagesByUids(Iterable, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessagesByUids(Iterable, String, boolean)
Method ImapClient.beginMoveMessagesByUids(Iterable, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessagesByUids(Iterable, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(int, int, String)
Method ImapClient.beginMoveMessages(int, int, String, AsyncCallback)
Method ImapClient.beginMoveMessages(int, int, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(int, int, String, boolean)
Method ImapClient.beginMoveMessages(int, int, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessages(int, int, String, boolean, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(String, String, String)
Method ImapClient.beginMoveMessages(String, String, String, AsyncCallback)
Method ImapClient.beginMoveMessages(String, String, String, AsyncCallback, Object)
Method ImapClient.beginMoveMessages(String, String, String, boolean)
Method ImapClient.beginMoveMessages(String, String, String, boolean, AsyncCallback)
Method ImapClient.beginMoveMessages(String, String, String, boolean, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlags(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlags(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(IConnection, int, int, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlags(IConnection, int, int, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(IConnection, int, int, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(IConnection, int, int, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlags(IConnection, int, int, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(IConnection, int, int, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(IConnection, String, String, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(Iterable, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlags(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(Iterable, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlags(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlagsBySequences(Iterable, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlagsBySequences(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlagsBySequences(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlagsBySequences(Iterable, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlagsBySequences(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlagsBySequences(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlagsByUids(Iterable, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlagsByUids(Iterable, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlagsByUids(Iterable, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlagsByUids(Iterable, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlagsByUids(Iterable, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlagsByUids(Iterable, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(int, int, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlags(int, int, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(int, int, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(int, int, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlags(int, int, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(int, int, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(String, String, ImapMessageFlags)
Method ImapClient.beginRemoveMessageFlags(String, String, ImapMessageFlags, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(String, String, ImapMessageFlags, AsyncCallback, Object)
Method ImapClient.beginRemoveMessageFlags(String, String, ImapMessageFlags, long)
Method ImapClient.beginRemoveMessageFlags(String, String, ImapMessageFlags, long, AsyncCallback)
Method ImapClient.beginRemoveMessageFlags(String, String, ImapMessageFlags, long, AsyncCallback, Object)
Method ImapClient.beginUnselectFolder(IConnection, boolean)
Method ImapClient.beginUnselectFolder(IConnection, boolean, AsyncCallback)
Method ImapClient.beginUnselectFolder(IConnection, boolean, AsyncCallback, Object)
Method ImapClient.beginUnselectFolder(boolean)
Method ImapClient.beginUnselectFolder(boolean, AsyncCallback)
Method ImapClient.beginUnselectFolder(boolean, AsyncCallback, Object)
Method ImapClient.changeMessageFlags(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.changeMessageFlags(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.changeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.changeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.changeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.changeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.changeMessageFlags(IConnection, int, int, ImapMessageFlags)
Method ImapClient.changeMessageFlags(IConnection, int, int, ImapMessageFlags, long)
Method ImapClient.changeMessageFlags(IConnection, String, String, ImapMessageFlags)
Method ImapClient.changeMessageFlags(IConnection, String, String, ImapMessageFlags, long)
Method ImapClient.changeMessageFlags(Iterable, ImapMessageFlags)
Method ImapClient.changeMessageFlags(Iterable, ImapMessageFlags, long)
Method ImapClient.changeMessageFlagsBySequences(Iterable, ImapMessageFlags)
Method ImapClient.changeMessageFlagsBySequences(Iterable, ImapMessageFlags, long)
Method ImapClient.changeMessageFlagsByUids(Iterable, ImapMessageFlags)
Method ImapClient.changeMessageFlagsByUids(Iterable, ImapMessageFlags, long)
Method ImapClient.changeMessageFlags(int, int, ImapMessageFlags)
Method ImapClient.changeMessageFlags(int, int, ImapMessageFlags, long)
Method ImapClient.changeMessageFlags(String, String, ImapMessageFlags)
Method ImapClient.changeMessageFlags(String, String, ImapMessageFlags, long)
Method ImapClient.clientCapabilities(IConnection, String[])
Method ImapClient.clientCapabilities(String[])
Method ImapClient.commitDeletes(IConnection, Iterable)
Method ImapClient.commitDeletes(IConnection, String)
Method ImapClient.commitDeletes(IConnection, String, String)
Method ImapClient.commitDeletes(Iterable)
Method ImapClient.commitDeletes(String)
Method ImapClient.commitDeletes(String, String)
Method ImapClient.copyMessages(IConnection, Iterable, String)
Method ImapClient.copyMessages(IConnection, Iterable, String, boolean)
Method ImapClient.copyMessagesBySequences(IConnection, Iterable, String)
Method ImapClient.copyMessagesBySequences(IConnection, Iterable, String, boolean)
Method ImapClient.copyMessagesByUids(IConnection, Iterable, String)
Method ImapClient.copyMessagesByUids(IConnection, Iterable, String, boolean)
Method ImapClient.copyMessages(IConnection, int, int, String)
Method ImapClient.copyMessages(IConnection, int, int, String, boolean)
Method ImapClient.copyMessages(IConnection, String, String, String)
Method ImapClient.copyMessages(IConnection, String, String, String, boolean)
Method ImapClient.copyMessages(Iterable, String)
Method ImapClient.copyMessages(Iterable, String, boolean)
Method ImapClient.copyMessagesBySequences(Iterable, String)
Method ImapClient.copyMessagesBySequences(Iterable, String, boolean)
Method ImapClient.copyMessagesByUids(Iterable, String)
Method ImapClient.copyMessagesByUids(Iterable, String, boolean)
Method ImapClient.copyMessages(int, int, String)
Method ImapClient.copyMessages(int, int, String, boolean)
Method ImapClient.copyMessages(String, String, String)
Method ImapClient.copyMessages(String, String, String, boolean)
Method ImapClient.deleteMessage(IConnection, String, boolean)
Method ImapClient.deleteMessage(IConnection, String, long, boolean)
Method ImapClient.deleteMessage(String, boolean)
Method ImapClient.deleteMessage(String, long, boolean)
Method ImapClient.deleteMessages(IConnection, Iterable)
Method ImapClient.deleteMessages(IConnection, Iterable, boolean)
Method ImapClient.deleteMessages(IConnection, Iterable, long)
Method ImapClient.deleteMessages(IConnection, Iterable, long, boolean)
Method ImapClient.deleteMessagesBySequences(IConnection, Iterable)
Method ImapClient.deleteMessagesBySequences(IConnection, Iterable, long)
Method ImapClient.deleteMessagesByUids(IConnection, Iterable)
Method ImapClient.deleteMessagesByUids(IConnection, Iterable, boolean)
Method ImapClient.deleteMessagesByUids(IConnection, Iterable, long)
Method ImapClient.deleteMessagesByUids(IConnection, Iterable, long, boolean)
Method ImapClient.deleteMessages(IConnection, int, int)
Method ImapClient.deleteMessages(IConnection, int, int, long)
Method ImapClient.deleteMessages(IConnection, String, String)
Method ImapClient.deleteMessages(IConnection, String, String, boolean)
Method ImapClient.deleteMessages(IConnection, String, String, long)
Method ImapClient.deleteMessages(IConnection, String, String, long, boolean)
Method ImapClient.deleteMessages(Iterable)
Method ImapClient.deleteMessages(Iterable, boolean)
Method ImapClient.deleteMessages(Iterable, long)
Method ImapClient.deleteMessages(Iterable, long, boolean)
Method ImapClient.deleteMessagesBySequences(Iterable)
Method ImapClient.deleteMessagesBySequences(Iterable, long)
Method ImapClient.deleteMessagesByUids(Iterable)
Method ImapClient.deleteMessagesByUids(Iterable, boolean)
Method ImapClient.deleteMessagesByUids(Iterable, long)
Method ImapClient.deleteMessagesByUids(Iterable, long, boolean)
Method ImapClient.deleteMessages(int, int)
Method ImapClient.deleteMessages(int, int, long)
Method ImapClient.deleteMessages(String, String)
Method ImapClient.deleteMessages(String, String, boolean)
Method ImapClient.deleteMessages(String, String, long)
Method ImapClient.deleteMessages(String, String, long, boolean)
Method ImapClient.endClientCapabilities(IAsyncResult)
Method ImapClient.endCopyMessages(IAsyncResult)
Method ImapClient.endDeleteMessages(IAsyncResult)
Method ImapClient.endMoveMessages(IAsyncResult)
Method ImapClient.moveMessages(IConnection, Iterable, String)
Method ImapClient.moveMessages(IConnection, Iterable, String, boolean)
Method ImapClient.moveMessagesBySequences(IConnection, Iterable, String)
Method ImapClient.moveMessagesBySequences(IConnection, Iterable, String, boolean)
Method ImapClient.moveMessagesByUids(IConnection, Iterable, String)
Method ImapClient.moveMessagesByUids(IConnection, Iterable, String, boolean)
Method ImapClient.moveMessages(IConnection, int, int, String)
Method ImapClient.moveMessages(IConnection, int, int, String, boolean)
Method ImapClient.moveMessages(IConnection, String, String, String)
Method ImapClient.moveMessages(IConnection, String, String, String, boolean)
Method ImapClient.moveMessages(Iterable, String)
Method ImapClient.moveMessages(Iterable, String, boolean)
Method ImapClient.moveMessagesBySequences(Iterable, String)
Method ImapClient.moveMessagesBySequences(Iterable, String, boolean)
Method ImapClient.moveMessagesByUids(Iterable, String)
Method ImapClient.moveMessagesByUids(Iterable, String, boolean)
Method ImapClient.moveMessages(int, int, String)
Method ImapClient.moveMessages(int, int, String, boolean)
Method ImapClient.moveMessages(String, String, String)
Method ImapClient.moveMessages(String, String, String, boolean)
Method ImapClient.removeMessageFlags(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.removeMessageFlags(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.removeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.removeMessageFlagsBySequences(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.removeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags)
Method ImapClient.removeMessageFlagsByUids(IConnection, Iterable, ImapMessageFlags, long)
Method ImapClient.removeMessageFlags(IConnection, int, int, ImapMessageFlags)
Method ImapClient.removeMessageFlags(IConnection, int, int, ImapMessageFlags, long)
Method ImapClient.removeMessageFlags(IConnection, String, String, ImapMessageFlags)
Method ImapClient.removeMessageFlags(IConnection, String, String, ImapMessageFlags, long)
Method ImapClient.removeMessageFlags(Iterable, ImapMessageFlags)
Method ImapClient.removeMessageFlags(Iterable, ImapMessageFlags, long)
Method ImapClient.removeMessageFlagsBySequences(Iterable, ImapMessageFlags)
Method ImapClient.removeMessageFlagsBySequences(Iterable, ImapMessageFlags, long)
Method ImapClient.removeMessageFlagsByUids(Iterable, ImapMessageFlags)
Method ImapClient.removeMessageFlagsByUids(Iterable, ImapMessageFlags, long)
Method ImapClient.removeMessageFlags(int, int, ImapMessageFlags)
Method ImapClient.removeMessageFlags(int, int, ImapMessageFlags, long)
Method ImapClient.removeMessageFlags(String, String, ImapMessageFlags)
Method ImapClient.removeMessageFlags(String, String, ImapMessageFlags, long)
Method ImapClient.unselectFolder(IConnection, boolean)
Method ImapClient.unselectFolder(boolean)
Property ImapClient.getChildrenSupported, setChildrenSupported
Property ImapClient.getCompressSupported, setCompressSupported
Property ImapClient.getEnableSupported, setEnableSupported
Property ImapClient.getESearchSupported, setESearchSupported
Property ImapClient.getMoveSupported, setMoveSupported
Property ImapClient.getServerSupportedCompression
Property ImapClient.getUidPlusSupported, setUidPlusSupported
Property ImapClient.getUnselectSupported, setUnselectSupported
Property ImapFolderInfo.getUidNotSticky
Property ImapQueryBuilder.getESearchParameters, setESearchParameters
Property ImapQueryBuilder.getModSeq
Removed APIs
Class HeaderCollection.KeysCollection
Method HeaderCollection.KeysCollection.copyTo(Array, int)
Method HeaderCollection.KeysCollection.get(int)
Method HeaderCollection.KeysCollection.iterator
Property HeaderCollection.isSynchronized
Property HeaderCollection.KeysCollection.size
Property HeaderCollection.KeysCollection.isSynchronized
Property HeaderCollection.KeysCollection.get_Item(int)
Property HeaderCollection.KeysCollection.getSyncRoot
Property HeaderCollection.getSyncRoot