Class MailInterface

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

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

    • MailInterface Link icon

      public MailInterface()
  • Method Details Link icon

    • getSearchTerm Link icon

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

      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