function POP3() { require_once INCLUDE_DIR . 'class.pop3.php'; POP3::fetchMail(); //Fetch mail..frequency is limited by POP3 account setting. }