POP3 Class
Example:

// path to 'POP3.php' file from XPM4 package
require_once '/path/POP3.php';

// call the static function 'Connect()' from POP3 class
$c = POP3::Connect('pop.hostname.tld', 'username', 'password');

// ... rest of code

[ Comments ] Last update: Tuesday, June 26, 2007