Searched defs:GmailRawSearchTerm (Results 1 - 1 of 1) sorted by relevance

/javamail/gimap/src/main/java/com/sun/mail/gimap/
H A DGmailRawSearchTerm.java53 public final class GmailRawSearchTerm extends StringTerm { class in inherits:StringTerm
62 public GmailRawSearchTerm(String pattern) { method in class:GmailRawSearchTerm
75 throw new RuntimeException("GmailRawSearchTerm not supported locally");
82 if (!(obj instanceof GmailRawSearchTerm))

Completed in 286 milliseconds