-
This is a PHP email script to fetch content from an email account. It can handle both IMAP and POP accounts. Currently, the script only supports fetching mail attachments and deleting messages.Requirements:- PHP- PHP IMAP extension
-
CpMailAddresses accesses to a cPanel Web server on behalf of an administrator user, and retrieves the pages that list each type of e-mail addresses: POP accounts, forwarding accounts, and catch-all accounts.The specified type of addresses are retrieved from parsing the pages, and are returned in an array.Requirements: PHP 4.3.0 or higher
-
clsImap is meant to encapsulate the access to message accounts with the protocols IMAP, POP or NNTP. It can retrieve messages and any attachments.


