Class GmailRawSearchTerm

java.lang.Object
jakarta.mail.search.SearchTerm
jakarta.mail.search.StringTerm
org.eclipse.angus.mail.gimap.GmailRawSearchTerm
All Implemented Interfaces:
Serializable

public final class GmailRawSearchTerm extends StringTerm
This class implements searching using the Gmail X-GM-RAW extension.
Since:
JavaMail 1.4.6
See Also:
  • Constructor Details

    • GmailRawSearchTerm

      public GmailRawSearchTerm(String pattern)
      Constructor.
      Parameters:
      pattern - the pattern to search for
  • Method Details

    • match

      public boolean match(Message msg)
      The match method.
      Specified by:
      match in class SearchTerm
      Parameters:
      msg - the pattern match is applied to this Message's subject header
      Returns:
      true, it the match succeeds, false if the match fails
      Throws:
      RuntimeException - this can't be supported locally
    • equals

      public boolean equals(Object obj)
      Equality comparison.
      Overrides:
      equals in class StringTerm