standard.net.mail.pop3_close

pop3_close is available since version 1.0.

Prototype:

number pop3_close(number pop3_handle)

Parameters

pop3_handle
pop3 connection handle as returned by pop3_open or pop3_open_secured

Description:

Closes a connection to a POP3 mail server.

Return value:

Returns true if the connection was successfully terminated, or false otherwise. If false, you may want to call pop3_error to retrieve the error.