Class MailInterface

java.lang.Object
ecmwf.common.ecaccess.MailInterface

public abstract class MailInterface extends Object
The Class MailInterface.
  • Constructor Details

    • MailInterface

      public MailInterface()
  • Method Details

    • getSearchTerm

      public abstract javax.mail.search.SearchTerm getSearchTerm()
      Gets the search term.
      Returns:
      the search term
    • received

      public abstract boolean received(javax.mail.Message message, String content) throws Exception
      Received.
      Parameters:
      message - the message
      content - the content
      Returns:
      true, if successful
      Throws:
      Exception - the exception