
Adds the ability to access and manipulate messages using Internet Message Access Protocol (IMAP).
Features
- Enumerating Messages with Paging Support using Graph Client - The API provides paging and filtering support for listing messages. This is very helpful where a mailbox has a large number of messages and requires a lot of time to retrieve summary information.
- Added the following changes to the public API:
- IAsyncSmtpClient - Allows applications to send messages using the Simple Mail Transfer Protocol (SMTP).
- SmtpClient.CreateAsync - Creates a new instance of the Aspose.Email.Clients.Smtp.SmtpClient class.
- IAsyncImapClient - Allows applications to access and manipulate messages using Internet Message Access Protocol (IMAP).
- ImapClient.CreateAsync - Creates a new instance of the Aspose.Email.Clients.Imap.ImapClientclass.