Mojo is a screen scraper written in PHP, designed to generate e-mails from Microsoft Outlook Web Access.

Given an IP address of a Microsoft Outlook Web Access server and a username and password, Mojo will retrieve all unread messages for that user, send copies to a specificed e-mail address and mark the messages as read in the user's inbox. Including attachments in the forwarded messagge is a configurable option, as is a basic system of spam filters based upon sender and subject contents.

The source code in provided as reference only and the screen scraping is specific to the version of the Microsoft Outlook Web Access system being used. Only the textual content of HTML e-mails is forwarded and attachment retrieval is not done using the faked HTTP referer or user agent string.

Mojo is designed to retrieve e-mails over HTTP; it does not currently support HTTPS.

Downloads

mojo.php.zip (7 KB)