List Supported POP3 Server Extensions
Contents
[
Hide
]
Aspose.Email provides a Pop3Client class that allows you to retrieve the supported extensions of a POP3 server, such as IDLE, UNSELECT, QUOTA, and more. Knowing which extensions are available is crucial for determining if specific functionalities can be utilized. The get_capabilities() method returns the types of supported extensions as a string array.
The following code sample demonstrates how to retrieve server extensions using Pop3Client for the Gmail server: