mE.e26 - imap to RSS

I made this script when I wanted to check everything from inside my Feed-Reader. Use it as you see fit.

How?

It opens a connection to an imap server using php. It will then read the sender, recipient and subject from all the messages in the inbox. This info is then pasted in to an RSS feed.

Requirements

A php install with --with-imap=[DIR]. You will also need a mail server with imap support.

The Code

Please find the code here: imap.php

back

Back to e26.co.uk