Package mireka.list

Class ParsedMail


  • public class ParsedMail
    extends Object
    ParsedMail encompasses both the original Mail object and the mail body lazily parsed into a MimeMessage format.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParsedMail​(Mail mail)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Mail getMail()  
      javax.mail.internet.MimeMessage getMimeMessage()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParsedMail

        public ParsedMail​(Mail mail)