| java.lang.Object | |||
| ↳ | com.google.code.javax.mail.search.SearchTerm | ||
| ↳ | com.google.code.javax.mail.search.StringTerm | ||
| ↳ | com.google.code.javax.mail.search.MessageIDTerm | ||
This term models the RFC822 "MessageId" - a message-id for Internet messages that is supposed to be unique per message. Clients can use this term to search a folder for a message given its MessageId.
The MessageId is represented as a String.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Equality comparison.
| |||||||||||
The match method.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor.
| msgid | The msgid to search for |
|---|
Equality comparison.
| obj |
|---|
The match method.
| msg | The match is applied to this Message's Message-ID header |
|---|