| java.lang.Object | |||
| ↳ | com.google.code.javax.mail.search.SearchTerm | ||
| ↳ | com.google.code.javax.mail.search.StringTerm | ||
| ↳ | com.google.code.javax.mail.search.HeaderTerm | ||
This class implements comparisons for Message headers. The comparison is case-insensitive.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| headerName | The name of the header. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Equality comparison.
| |||||||||||
Return the name of the header to compare with.
| |||||||||||
Compute a hashCode for this object.
| |||||||||||
The header 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
| |||||||||||
The name of the header.
Constructor.
| headerName | The name of the header |
|---|---|
| pattern | The pattern to search for |
Equality comparison.
| obj |
|---|
Return the name of the header to compare with.
Compute a hashCode for this object.
The header match method.
| msg | The match is applied to this Message's header |
|---|