ForMaiR v1.2.0 已经发布,邮件自动转发工具

栏目: 软件资讯 · 发布时间: 3年前

内容简介:ForMaiR v1.2.0 已经发布,邮件自动转发工具 此版本更新内容包括: ForMaiR - auto Forward eMails with custom Rules GitHub | 码云 自定义规则的邮件自动转发工具。 安装 使用 pip $ python3 -m pip install...

ForMaiR v1.2.0 已经发布,邮件自动转发工具

此版本更新内容包括:

ForMaiR - auto Forward eMails with custom Rules

ForMaiR v1.2.0 已经发布,邮件自动转发工具

GitHub | 码云

自定义规则的邮件自动转发工具。

安装

使用 pip

$ python3 -m pip install --user formair

使用 git

$ git clone git@github.com:k8scat/ForMaiR.git
$ cd ForMaiR
$ python3 setup.py install

使用

参考配置:template/config.yaml

$ formair # 从 ./config.yaml 中加载配置

$ formair /path/to/config.yaml # 从 /path/to/config.yaml 中加载配置

自定义规则

满足下列任一规则的邮件会被转发到指定的邮箱列表(to_addrs

  • 邮件的发件人(from_addr[1])在指定的发件人列表中(from_addrs
  • 邮件的主题(subject)匹配指定的主题正则表达式(subject_pattern
  • 邮件的内容(plain_contenthtml_content)匹配指定的内容正则表达式(content_pattern
rules:
  -
    to_addrs:
      - 't1@example.com'
      - 't2@example.com'
    from_addrs:
      - 'f1@example.com'
      - 'f2@example.com'
    subject_pattern: ''
    content_pattern: ''
  -
    to_addrs:
      - 't1@example.com'
      - 't2@example.com'
    from_addrs:
      - 'f1@example.com'
      - 'f2@example.com'
    subject_pattern: ''
    content_pattern: ''

只转发新邮件

支持转发指定范围内的新邮件。

  • index_file 文件中获取上次读取的邮件位置(last_email_index) (如果文件不存在,则默认是 0)
  • pop3_server.stat 获取当前邮件的总数(email_count
for index in range(last_email_index+1, email_count+1):
    pass

文档

https://formair.io

详情查看:https://gitee.com/hsowan/ForMaiR/releases/v1.2.0


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Design systems

Design systems

Not all design systems are equally effective. Some can generate coherent user experiences, others produce confusing patchwork designs. Some inspire teams to contribute to them, others are neglected. S......一起来看看 《Design systems》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换