List IMAP Server Extensions
Contents
[
Hide
]
Aspose.Email ImapClient allows you to retrieve the server extensions supported by the mail server such as IDLE, UNSELECT, QUOTA, and others. This helps ensure the availability of specific features before performing operations that rely on them. The get_capabilities() method of the ImapClient class returns a list of supported IMAP extension types as strings. The following code snippet shows you how to retrieve the list of IMAP extensions: