IMAP(인터넷 메시지 액세스 프로토콜)을 사용하여 메시지에 액세스하고 조작하는 기능을 추가합니다.
5월 31, 2022
신규 버전
기능
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.