Exemplo n.º 1
0
 /**
  * Parse the given InputStream using Apache Mime4J to build a MimeMessage.
  *
  * @param in
  * @throws IOException
  * @throws MessagingException
  */
 public MimeMessage(InputStream in) throws IOException, MessagingException {
   parse(in);
 }