Concept Framework 2.2 documentation | Contents | Index |
Name | Version | Deprecated |
pop3_open_secured | version 1.0 | no |
number pop3_open_secured(string hostname, string username, string MD5_password[, number port=110]) |
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 |
Opens a secured connection to a POP3 mail server. Is similar to pop3_open, but it uses MD5 passwords. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT | (c)2013 Devronium Applications |