public static class ReadableMime
extends Object
A Message or message Part whose data can be read as a MIME format
stream. Note that the MIME stream will include both the headers
and the body of the message or part. This should be the same data
that is produced by the writeTo method, but in a readable form.
- Since:
- JavaMail 1.4.5
- Author:
- Bill Shannon
- See Also:
- Serialized Form