Methods in com.infoengine.email that return UFID |
static UFID |
UFIDFactory.getUFID(String id)
|
UFID[] |
MessageOrFilter.apply(javax.mail.Store store)
|
UFID[] |
MessageEqualFilter.apply(javax.mail.Store store)
|
UFID[] |
MessageComparisonFilter.apply(javax.mail.Store store)
Apply the comparison to messages in a specific store. |
UFID[] |
MessageAndFilter.apply(javax.mail.Store store)
|
UFID[] |
FolderOrFilter.apply(javax.mail.Store store)
|
UFID[] |
FolderEqualFilter.apply(javax.mail.Store store)
|
UFID[] |
FolderComparisonFilter.apply(javax.mail.Store store)
|
UFID[] |
FolderAndFilter.apply(javax.mail.Store store)
|
UFID[] |
Filter.apply(javax.mail.Store store)
|
UFID[] |
ContentOrFilter.apply(javax.mail.Store store)
|
UFID[] |
ContentEqualFilter.apply(javax.mail.Store store)
|
UFID[] |
ContentComparisonFilter.apply(javax.mail.Store store)
Apply the comparison to content in a specific store. |
UFID[] |
ContentAndFilter.apply(javax.mail.Store store)
|
protected UFID[] |
AbstractWebject.query(javax.mail.Store store)
|
protected UFID[] |
AbstractWebject.query(javax.mail.Store store,
String type,
String where)
|
abstract UFID[] |
AbstractOrFilter.apply(javax.mail.Store store)
|
abstract UFID[] |
AbstractComparisonFilter.apply(javax.mail.Store store)
|
abstract UFID[] |
AbstractAndFilter.apply(javax.mail.Store store)
|