I am very new to Perl and Perl Monks (this is my first post actually) but have been asked by the Boss to research modules to use for the reading and writing of MIME emails. I have searched CPAN (using "Mail" and "Email" - though I admit to not going any deeper then the first 5 pages each) and found the Mail::Box module (it only reads). By also referencing an older book I have (O'Reillys "Programming Internet Mail" 1999) I was also directed to MIME-Lite (only writes) and MIME-tools. (MailFolder was also referenced but it is still in alpha so I skipped it.)

I am considering refering MIME-tools since it seems to have all the functionality I need but it also seems a bit of over kill. The alternative I am also considering recommending is using Mail::Box and MIME-Lite to cover the needed functionality without a lot of extras.

Now for my questions (finally). First - have I missed any modules (or group of modules) that should be taken into consideration as a viable solution? Second - Of my 2 possible solutions - which do you think is better and why?

life is a game... so have fun.

In reply to Mail Options by lig

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.