Hi samjesse,

On Sun, 20 Nov 2011 12:27:31 -0800 (PST)
samjesse <[email protected]> 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.
> the script needs to run on Active Perl under windows.
> 

You should look into an IMAP module on CPAN:

http://search.cpan.org/search?query=imap&mode=all

I don't remember which one I had used in the past (sorry). You may need to
enable GMail.com's IMAP support explicitly.

Regards,

        Shlomi Fish


-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Chuck Norris/etc. Facts - http://www.shlomifish.org/humour/bits/facts/

I used to be arrogant. Now I’m simply Perfect.
    — one of Shlomi Fish’s relatives.

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to