$error = ""; // Error string.
$timeout = 90; // Default timeout before giving
up on a network operation.
$Count = -1; // Mailbox msg count
$buffer = 512; // Socket buffer for socket
fgets() calls, max per RFC 1939 the returned line a POP3
// server can send is 512 bytes.
$server = "mail.yourdomain.com"; // Set this to hard code
the server name
$RFC1939 = true; // Set by noop(). See
rfc1939.txt
$msg_list_array = array(); // List of messages from server
$login = 'email_login';
$pass = 'email_password';
$KeyUserID = 'me'; // for the db record to id the program
as the user