Not to my knowledge, but a script that would use
MIME::Tools (specifically,
MIME::Parser) to parse an inbound "message", figure out if it's a multipart/alternative message, and drop the HTML component or return the text component, save attachments, whatever, probably wouldn't be all that hard to write.
Perl has the modules to do MIME processing. The hard part would be writing the application and getting the features implemented.
If you're looking to write one of these, note that there are already a billion e-mail clients out there, many done as a "this is my first real program" type of experiments/projects. If that's the direction you're going in, go for it.
These modules seem to be more useful (to me at least) in doing automatic processing of incoming mail, for example, stripping out (or scanning, whatever), say, HTML components to messages, or certain types of file attachments, etc.
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.