Creates a new empty Message.
Creates a new empty Message.
public MimeMessage();
Parses the specified MIME message stream into a Message instance. @param is the stream to parse. @throws IOException on I/O errors.
public MimeMessage(Stream);