类 MyBodyTerm

  • 所有已实现的接口:
    Serializable

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

      • MyBodyTerm

        public MyBodyTerm​(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