| java.lang.Object | |||
| ↳ | com.google.code.javax.mail.search.SearchTerm | ||
| ↳ | com.google.code.javax.mail.search.GmailSearchTerm | ||
| ↳ | com.google.code.javax.mail.search.GmailMessageIDTerm | ||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | searchAttribute | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.GmailSearchTerm
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Equality comparison.
| |||||||||||
The match method.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.GmailSearchTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor.
| gm_msgid | The gm_msgid to search for |
|---|
Equality comparison.
| obj |
|---|
The match method.
| msg | The match is applied to this Message's Message-ID header |
|---|