Interface MailListener

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REVISION  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean fetchMessage​(MailMessage mail, boolean stored, java.util.Map<java.lang.String,​java.lang.Object> ctxt)
      Invoked after a mail was fetch.
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • fetchMessage

        boolean fetchMessage​(MailMessage mail,
                             boolean stored,
                             java.util.Map<java.lang.String,​java.lang.Object> ctxt)
        Invoked after a mail was fetch.
        Parameters:
        mail - the javax.mail.Message fetched
        stored - boolean to store MailMessage in JCMS
        ctxt - a context used to store information
        Returns:
        boolean stored