Parsing a email attachment over SSL

2013-07-29 Thread Chris Datfung
I get a daily email attachment to my Gmail account which I want to automatically download. I found the following Perl script which does just that: http://stackoverflow.com/questions/2453548/how-can-i-download-imap-mail-attachments-over-ssl-and-save-them-locally-using-pe The above script uses the

Re: Parsing a email attachment over SSL

2013-07-29 Thread John SJ Anderson
(a) Your subject line doesn't seem to have anything to do with the question in your message. (b) The documentation for Mail::IMAPClient says that the search() method arguments are appended to an IMAP SEARCH command. I think if you look at the relevent section of the IMAP RFC (https://tools.ietf.or