Method POP3Client():disconnect() Professional
Disconnects from the POP3 server.
Syntax
:disconnect() --> lSuccess
Return
The method returns .T. (true) when an open connection could be terminated, otherwise .F. (false) is returned.
Description
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().
Feedback
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.