POP3 Class

The source file are "pop3.php" from XPM2 package. Example:

// path to pop3.php file from XPM2 package
// to include in the current file

require_once '/path/pop3.php';

$open = POP3::Connect('mail.host.net', 'username', 'password');

// .. rest of code

[ Comments ] Last update: Wednesday, June 07, 2006