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_
| 
 Field Name  | 
 Description  | 
 Version Added  | 
| 
 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)  | 
 
  |