Table 1.
Sending with Mail::Mailer
Dan Sugalski
"E-mail with Attachments"
The Perl Journal, Summer 1999
 

MIME Content-Transfer-Encoding

7bit 7 bit text, no encoding
8bit 8 bit text, no encoding
binary Raw binary data, no encoding
quoted-printable Plain text with characters outside the normal printable range hex-escaped
base64 Binary data encoded into base64 format