Package com.sun.mail.gimap
Class GmailRawSearchTerm
- java.lang.Object
-
- javax.mail.search.SearchTerm
-
- javax.mail.search.StringTerm
-
- com.sun.mail.gimap.GmailRawSearchTerm
-
- All Implemented Interfaces:
java.io.Serializable
public final class GmailRawSearchTerm extends StringTerm
This class implements searching using the Gmail X-GM-RAW extension.- Since:
- JavaMail 1.4.6
- Author:
- Bill Shannon
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.mail.search.StringTerm
ignoreCase, pattern
-
-
Constructor Summary
Constructors Constructor Description GmailRawSearchTerm(java.lang.String pattern)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
Equality comparison.boolean
match(Message msg)
The match method.-
Methods inherited from class javax.mail.search.StringTerm
getIgnoreCase, getPattern, hashCode, match
-
-
-
-
Method Detail
-
match
public boolean match(Message msg)
The match method.- Specified by:
match
in classSearchTerm
- 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:
java.lang.RuntimeException
- this can't be supported locally
-
equals
public boolean equals(java.lang.Object obj)
Equality comparison.- Overrides:
equals
in classStringTerm
-
-