Concept Framework 2.0 documentation Contents | Index

standard.net.mail.pop3_open

Name Version Deprecated
pop3_open version 1.0 no

Prototype:
number pop3_open(string hostname, string username, string password[, number port=110])

Parameters:
hostname      the hostname of the pop3 server
username      the username
password      the password for username
port      the pop3 server port

Description:
Opens a connection to a POP3 mail server. For secure connections, check pop3_open_secured.

Returns:
Returns a connection handle if succeeded (successfully connected) or -1 if failed. To get the error returned by the server, you may call pop3_error.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:20 2011 GMT(c)2011 RadGs Software