Concept Framework 1.0 documentation Contents | Index

standard.net.mail.pop3_close

Name Version Deprecated
pop3_close version 1.0 no

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.

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

Documented by Eduard Suica, generation time: Thu Oct 15 20:02:05 2009 GMT(c)2009 RadGs Software