Listing Server Extensions using Pop3Client

Listing Server Extensions using Pop3Client

Aspose.Email’s Pop3Client lets you retrieve the server extensions that a server supports such as IDLE, UNSELECT,QUOTA, etc. This helps in identifying the availability of an extension before using the client for that particular functionality. The GetCapabilities() method returns the supported extension types in the form of a string array.

Retrieving Server Extensions

The following code sample demonstrates retrieving server extensions using ImapClient for Gmail server.