You're giving people wrong ideas with your sloppy wording.

if you don't use MIME, you're not sending email

It is possible to compose Internet messages without MIME, in fact more than half of my outgoing emails are not MIME. Mind that the "E" in the acronym is for "extensions".

Sending email is a different concern.

even if you send through a web interface ( webmail )

It is clear from the problem description that the end user invokes his local desktop mail client through the mailto URI in that Web application.

it must uses MIME on your behalf -- otherwise it isn't email (can't use email addresses)

Email addresses are a different concern. The problem description was about attachments, and we should suppose the addresses in that mailto URI work just fine.


In reply to Re^2: Sending a email with file attachment with LWP ONLY by daxim
in thread Sending a email with file attachment with LWP ONLY by MarkusH

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.