| java.lang.Object | ||||
| ↳ | com.google.code.javax.mail.search.SearchTerm | |||
| ↳ | com.google.code.javax.mail.search.StringTerm | |||
| ↳ | com.google.code.javax.mail.search.AddressStringTerm | |||
| ↳ | com.google.code.javax.mail.search.FromStringTerm | |||
This class implements string comparisons for the From Address header.
Note that this class differs from the FromTerm class
in that this class does comparisons on address strings rather than Address
objects. The string comparisons are case-insensitive.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.AddressStringTerm
| |||||||||||
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.
| |||||||||||
Check whether the address string specified in the constructor is
a substring of the From address of this Message.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.javax.mail.search.AddressStringTerm
| |||||||||||
From class
com.google.code.javax.mail.search.StringTerm
| |||||||||||
From class
com.google.code.javax.mail.search.SearchTerm
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructor.
| pattern | The address pattern to be compared. |
|---|
Equality comparison.
| obj |
|---|
Check whether the address string specified in the constructor is a substring of the From address of this Message.
| msg | The comparison is applied to this Message's From address. |
|---|