pop3_close is available since version 1.0.
Prototype:
number pop3_close(number pop3_handle)
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.