类 MyMessageIDTerm
- java.lang.Object
-
- javax.mail.search.SearchTerm
-
- javax.mail.search.StringTerm
-
- net.risesoft.james.entity.term.MyMessageIDTerm
-
- 所有已实现的接口:
Serializable
public final class MyMessageIDTerm extends javax.mail.search.StringTerm- 另请参阅:
- 序列化表格
-
-
构造器详细资料
-
MyMessageIDTerm
public MyMessageIDTerm(String msgid)
Constructor.- 参数:
msgid- the msgid to search for
-
-
方法详细资料
-
match
public boolean match(javax.mail.Message msg)
The match method.- 指定者:
match在类中javax.mail.search.SearchTerm- 参数:
msg- the match is applied to this Message's Message-ID header- 返回:
- true if the match succeeds, otherwise false
-
equals
public boolean equals(Object obj)
Equality comparison.- 覆盖:
equals在类中javax.mail.search.StringTerm
-
-