Summary of the "mimeencodings_" fields in ListManager
This table stores the standard MIME encoding types. Note that the "binary" type is not used in practice and has been omitted.
Primary key: EncodingID_
EncodingID_ |
An auto-incrementing ID field that uniquely identifies a record in this table (int, NOT NULL) |
Name_ |
This is the MIME encoding type. It can only be one of 7bit, 8bit, quoted-printable, or base64 (varchar(40), NULL) |
Desc_ |
A text description. Informational only (varchar(120), NULL) |