pop3.stream.php is a POP3 URL handler for PHP.
Once included, it allows access to POP3 mailboxes
via the standard file handling commands, such as
fopen(), fread(), opendir(), readdir(),
filesize(), copy(), and unlink().
License: Free for non-commercial use
Changes:
This release offers a pop3s:// handler for secure POP3 (ala Gmail).