in reply to Attachments in emails and finding matches and cross referencing
Question 1: There are a lot of Mail and MIME handling modules on CPAN, typically they have mail or mime in their name. Just try to search. I use MIME::Parser in one of my scripts to handle all kinds of MIME attachments.
Question 2: Not really an answer, but are you trying to re-invent maildir, maildir++, or IMAPdir? If not, consider using them. One e-mail == one file. No need to mess with attachments in separate files.
Alexander
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Attachments in emails and finding matches and cross referencing
by Faile (Novice) on Nov 25, 2010 at 14:11 UTC |