Method POP3Client():connect() Professional

Connects to the POP3 server.

Syntax
:connect() --> lSuccess
Return

The method returns .T. (true) when a connection to the POP3 server is successfully established, otherwise .F. (false) is returned.

Description

This method establishes a connection to the POP3 server for which a POP3Client object is created. A connection may fail if the object was instantiated with invalid parameters, if the POP3 server does not respond, or if the user authentication fails. When the connection is successful, e-mail messages can be retrieved from the server using the :getMessage()method.

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.