Method POP3Client():disconnect() Professional
Disconnects from the POP3 server.
:disconnect() --> lSuccess
The method returns .T. (true) when an open connection could be terminated, otherwise .F. (false) is returned.
This method must be called to disconnect from a POP3 server once a connection has been successfully established. After :disconnect(), a new connection can be created with :connect().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.