Method POP3Client():setTimeout() Professional

Set the timeout value for communication with the POP3 server.

Syntax
:setTimeout( <nTimeout> ) --> nOldTimeout
Parameters
<nTimeout>
The timeout value in seconds.
Return

The old timeout value.

Description

Set the timeout value for the communication with the POP3 server. Please take into consideration that this will not be the maximum time for any method call of this class. A method call from the POP3Client to a POP3 server may consist of several steps and the timeout is valid for each step.

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.