This class can parse and decode MIME e-mail messages.
It takes the data of the message headers and body and returns a data structure that contains the definition of the message decode headers and body parts.
The class code is based on another class for the same purpose by Richard Heyes. |