Concept Framework 2.2 documentation Contents | Index

standard.net.mail.pop3_open_secured

Name Version Deprecated
pop3_open_secured version 1.0 no

Prototype:
number pop3_open_secured(string hostname, string username, string MD5_password[, number port=110])

Parameters:
hostname      the hostname of the pop3 server
username      the username
MD5_password      the MD5 hash of the password for username
port      the pop3 server port

Description:
Opens a secured connection to a POP3 mail server. Is similar to pop3_open, but it uses MD5 passwords.

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: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications