mail2pushover:从传入邮件生成 Pushover 通知

时间:2024-07-08 14:33:30
【文件属性】:

文件名称:mail2pushover:从传入邮件生成 Pushover 通知

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-08 14:33:30

Python

一个小的 python 脚本,它从标准输入或文件中获取电子邮件,读取一些标题并使用将推送通知发送到移动设备。 除了subject和sender ,推送通知还包含以下格式的 URL: message://\ 在 iOS 上, message:// URL 方案被分配给MobileMail.app 。 该应用程序将在点击 URL 时打开,如果邮件在收件箱中,它将被打开。 不幸的是,没有办法让MobileMail.app打开不在收件箱中的邮件。 如果您更喜欢具有 URL 方案的另一个邮件客户端,请使用下面解释的配置标志更改它。 #配置 一些值必须在config.json设置。 user_key :您的 Pushover 用户 API 密钥 app_token :您的 Pushover 应用程序令牌 message_id_protoco


【文件预览】:
mail2pushover-master
----.gitignore(27B)
----README.md(2KB)
----config.json.example(122B)
----fixtures()
--------mailwithoutsubject.txt(410B)
--------mail_with_invalid_headers.txt(190B)
--------normalmail.txt(441B)
--------mail_with_special_char_in_sender.txt(448B)
--------mailinglistmail.txt(1KB)
--------normalmail_address_only_sender.txt(434B)
----mail2pushover_tests.py(3KB)
----pushover_client.py(1KB)
----pushover_notification.py(199B)
----mail2pushover.py(3KB)

网友评论