On Sun, 20 Nov 2011 12:27:31 -0800, samjesse wrote:
> I need a Perl script which will connect to my gmail and download the
> unread emails from a certain folder. But not all the unread emails, only
> those with a certain subjects and from a certain sender. after that mark
> them as read and leave them on the server.
> 
> those emails must be stored "appended" in a file on the local hard
> drive.

I do this with Net::IMAP::Client.

-- 
Peter Scott
http://www.perlmedic.com/     http://www.perldebugged.com/
http://www.informit.com/store/product.aspx?isbn=0137001274
http://www.oreillyschool.com/certificates/perl-programming.php

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to