On Thu, 2008-05-01 at 14:24 +0100, Nigel Hamilton wrote:
> Hi,
>      I thought I'd ask a question too! .... I'm trying to suck in my
> email from Google into an RSS-esque style reader. Any ideas how you do
> this with Perl? Gmail is great for outsourcing the SPAM control
> problem --- spamassassin was consuming too much resources to maintain
> and run --- I mainly use Gmail as a first line of defence against spam
> but then I'm trying to insert _everything_ I deal with into the one
> system (http://blog.thegoo.org).

You could read the mail using one of the many IMAP or POP3
modules on CPAN and then output as RSS using either a template or
one of the XML / RSS modules on cpan.  I'd recommend putting a
cache infront of the rss feed or writing it to a file otherwise you
might 
chew up all the cycles on your box regenerating it on every hit.

Toodle-pip
Amias

-- 
 Freelance programming , consultancy and hardware builds
blog.amias.org.uk * www.amias.org.uk * www.ecotalk.org.uk


_______________________________________________
BristolBathPM mailing list
[email protected]
http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm

Reply via email to