logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   internet   _/_   mime   _/_   content-transfer-encoding  

Index Browse Edit Visualize Statistics Download Help
 
MIME Content-Transfer-Encoding
MIME Header
- MIME Content-Description
- MIME-Version Header
- MIME Content-Type Header
- MIME Content-Transfer-Encoding
- MIME Content-ID Header
Types:
Comment:
describes how the part was encoded/represented for transfer
purpose:
backwards-compatibility
example:
base64 and quoted-printable -> body is represented using 7-bit ASCII characters
example:
7bit, 8bit, and binary -> indicates that the body is not encoded -- message is represented as either 7-bit ASCII, 8-bit ASCII, or as raw binary data
Comment:
note that many mail systems still require binary data to be base64- or QP-encoded
Comment:
MIME specification defines five distinct transfer encodings