RE: parsing email headers

2010-03-24 Thread Tobias Hoellrich
There are tons of POP3 related modules on CPAN: http://cpan.uwinnipeg.ca/search?query=pop3&mode=dist I've used Mail::POP3Client in the past and your task could be easily implemented with it: http://cpan.uwinnipeg.ca/htdocs/Mail-POP3Client/Mail/POP3Client.html Cheers - Tobias -Original Messa

RE: parsing email headers

2010-03-24 Thread Paul Rogers
Thank you for your reply. I suppose I should have been a bit more specific. I have indeed been using Mail::POP3Client. However, it's the dates that I think could prove tricky. The code down below does indeed narrow down to the date (assuming I work with the "Date:" header). Dates appear to be

RE: parsing email headers

2010-03-24 Thread Tobias Hoellrich
add support for those dates as well. Cheers - Tobias From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Paul Rogers Sent: Wednesday, March 24, 2010 9:17 AM To: perl-win32-users@listserv.ActiveState.com Subject: RE: parsin

RE: parsing email headers

2010-03-24 Thread Brian Raven
From: perl-win32-users-boun...@listserv.activestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Paul Rogers Sent: 24 March 2010 15:17 To: perl-win32-users@listserv.ActiveState.com Subject: RE: parsing email headers > Thank you for your reply. I suppose I sho

RE: parsing email headers

2010-03-24 Thread Paul Rogers
> Brian Raven wrote: > CPAN is your friend. > > For example, I tried > , > and > on the fourth page I saw DateTime::Format::Mail, which sounds pretty > much like what you are asking for. > > BTW, it seems to be available vie ppm