This is a really basic webmail system, using PHP's IMAP functionality.
It was designed for use in a password-protected folder, since POP3/IMAP
mailbox usernames and passwords are stored, making mailboxes available
to anyone with access to the folder.
The capabilities of crackerMail are as follows:
- Handles any number of POP3 or IMAP mailboxes
- Delete messages
- Reply to, Reply to All, and Forward messages
- Download attachments
- Preserves attachments when forwarding and allows attachments on new, Reply and Forward messages
- Option to Reply from another mailbox, if multiple mailboxes are created in Manage Mailboxes
- Option to view full headers of messages
- Option to modify mailbox information
- Lists all mailboxes and number of messages in one table
- Customizable pagination to speed message display
- Sort list of messages by From, Subject or Date in ascending or descending order
- Option to view another mailbox without returning to mailbox listing
- Obvious links (e.g., http://www.example.com) in plain text messages replaced with actual links
- Includes FCKEditor for composing messages in HTML format
There may be other capabilities not specifically listed.