public static class ReadableMime
extends java.lang.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
- See Also:
- Serialized Form