Map Development Area (MDA)
Location:
_/_
internet
_/_
mime
_/_
content-transfer-encoding
| MIME Content-Transfer-Encoding |
|
|
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
|
|
|