- MIME, or Multipurpose Internet Email Extensions, was approved in 1992 to replace email standards created in 1982 that could only read ASCII characters in messages that reached only a certain length.
- MIME allows different kinds of text to be included in e-mail, such as characters unique to languages such as German or Chinese, as well as images and video, so that communication possibilities around the world are expanded beyond the technical limitations of ASCII.
- In the MIME format, header fields are used to define first the format version; then content type, such as the message itself, images, audio, video, and text; and also to recode to the desired format.
- The MIME Internet standard allows e-mail to contain text that is not ASCII, such as characters of languages besides English, attachments other than text, multi-part messages, and headers with character sets that are non-ASCII.
- Using the MIME format for programming requires a knowledge of C or C++, with programs such as Hunny MIME++ and Hunny JMIME available to help with the development of such applications.












