类 MySubjectTerm

  • 所有已实现的接口:
    Serializable

    public final class MySubjectTerm
    extends javax.mail.search.StringTerm
    description:邮件主题搜索
    作者:
    lzw
    另请参阅:
    序列化表格
    Date:
    2023-04-23 17:48
    • 构造器详细资料

      • MySubjectTerm

        public MySubjectTerm​(String pattern)
        Construct a StringTerm with the given pattern. Case will be ignored.
        参数:
        pattern - the pattern
    • 方法详细资料

      • match

        public boolean match​(javax.mail.Message msg)
        指定者:
        match 在类中 javax.mail.search.SearchTerm