加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

linux – 有没有办法过滤远程IMAP帐户中的邮件?

发布时间:2020-12-13 18:13:32 所属栏目:Linux 来源:网络整理
导读:情况: 仅限IMAP访问的邮件服务器. 问题: 我希望能够过滤邮件(将一些邮件放到各种文件夹中,将它们标记为已读取,等等). 大多数新的电子邮件客户端都具备此功能,但我需要一个独立的过滤程序,因为我需要使用各种电子邮件客户端连接到此服务器. 一般来说 – 比
情况:
仅限IMAP访问的邮件服务器.
问题:
我希望能够过滤邮件(将一些邮件放到各种文件夹中,将它们标记为已读取,等等).

大多数新的电子邮件客户端都具备此功能,但我需要一个独立的过滤程序,因为我需要使用各种电子邮件客户端连接到此服务器.

一般来说 – 比如procmail,但是在IMAP上工作.

该软件将在Linux或Solaris上运行.

解决方法

一个快速的谷歌抛出 IMAPFilter看起来它做你想要的:
  • Searching of messages using many available criteria in the IMAP protocol,such as:
    • Status (recent,unread,etc.) of a message.
    • Size of a message.
    • Age of a message.
    • Matching of a string or a regular expression pattern in the headers or the body of a message.
  • Ability to use logical operators (and/or/not) while searching messages.
  • Different capabilities available to process messages,including:
    • Deleting messages.
    • Moving messages to a mailbox in the same or different servers
    • Copying messages to a mailbox in the same or different servers.
    • Marking messages or changing message flags.
  • Listing of the available and/or subscribed mailboxes,along with support for the IMAP CHILDREN extension.
  • Creating,deleting,renaming,subscribing or unsubscribing mailboxes
  • Internationalisation (I18N) support.
  • Server namespace support using the IMAP NAMESPACE extension.
  • Secure Socket Layer (SSL) or Transport Layer Security (TLS) encrypted imaps (port 993) connections.
  • Encrypted connections using the IMAP STARTTLS extension.
  • User authentication with the Challenge-Response Authentication Mechanism (CRAM),specifically CRAM-MD5.
  • Perl Compatible Regular Expressions (PCRE) support.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读