nonebot-plugin-mail 0.7.1__tar.gz → 0.7.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/PKG-INFO +3 -5
  2. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/README.md +2 -4
  3. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/__init__.py +0 -1
  4. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/PKG-INFO +3 -5
  5. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/pyproject.toml +1 -1
  6. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/LICENSE +0 -0
  7. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/config.py +0 -0
  8. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/constants.py +0 -0
  9. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/data/__init__.py +0 -0
  10. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/data/fallback_contacts.py +0 -0
  11. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/data/fallback_contacts_privacy.py +0 -0
  12. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/__init__.py +0 -0
  13. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/mail.py +0 -0
  14. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/query.py +0 -0
  15. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/receive.py +0 -0
  16. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/recognize.py +0 -0
  17. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/send.py +0 -0
  18. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/utils.py +0 -0
  19. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/models.py +0 -0
  20. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/__init__.py +0 -0
  21. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/contacts.py +0 -0
  22. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/images.py +0 -0
  23. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/matcher.py +0 -0
  24. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/notion.py +0 -0
  25. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/recognizer.py +0 -0
  26. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/render.py +0 -0
  27. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/rules.py +0 -0
  28. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/SOURCES.txt +0 -0
  29. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/dependency_links.txt +0 -0
  30. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/requires.txt +0 -0
  31. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/top_level.txt +0 -0
  32. {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-mail
3
- Version: 0.7.1
3
+ Version: 0.7.2
4
4
  Summary: QQ 邮件登记机器人插件,支持 Notion 邮件登记、查询、签收和群聊信封图片智能识别。
5
5
  Author-email: lhc <2743218818@qq.com>
6
6
  License: GPL-3.0-or-later
@@ -20,7 +20,7 @@ QQ 邮件登记机器人插件
20
20
 
21
21
  一个基于 NoneBot2 + OneBot v11 的 QQ 机器人文件夹插件,用于管理“寄信 / 查件 / 签收 / 联系人表 / 邮件记录表”,并将数据同步到 Notion。
22
22
 
23
- 版本:0.7.1
23
+ 版本:0.7.2
24
24
 
25
25
  本版本将原 `mail_v7.py` 单文件插件重构为 `nonebot_plugin_mail/` 文件夹插件,并把叶恩杰项目的信封图片智能识别能力整合为群聊命令流程。
26
26
 
@@ -100,9 +100,7 @@ MAIL_IMAGE_MAX_COUNT=12
100
100
 
101
101
  <img width="1426" height="222" alt="image" src="https://github.com/user-attachments/assets/b9d5247f-5dbf-42b4-85fa-78ca8c502b6a" />
102
102
 
103
-
104
-
105
-
103
+ <img width="1250" height="404" alt="f3fb19bb-b182-491d-b7ca-10607eea9afd" src="https://github.com/user-attachments/assets/ac436494-39f0-4824-bf2a-09b87536a0ac" />
106
104
 
107
105
 
108
106
 
@@ -2,7 +2,7 @@ QQ 邮件登记机器人插件
2
2
 
3
3
  一个基于 NoneBot2 + OneBot v11 的 QQ 机器人文件夹插件,用于管理“寄信 / 查件 / 签收 / 联系人表 / 邮件记录表”,并将数据同步到 Notion。
4
4
 
5
- 版本:0.7.1
5
+ 版本:0.7.2
6
6
 
7
7
  本版本将原 `mail_v7.py` 单文件插件重构为 `nonebot_plugin_mail/` 文件夹插件,并把叶恩杰项目的信封图片智能识别能力整合为群聊命令流程。
8
8
 
@@ -82,9 +82,7 @@ MAIL_IMAGE_MAX_COUNT=12
82
82
 
83
83
  <img width="1426" height="222" alt="image" src="https://github.com/user-attachments/assets/b9d5247f-5dbf-42b4-85fa-78ca8c502b6a" />
84
84
 
85
-
86
-
87
-
85
+ <img width="1250" height="404" alt="f3fb19bb-b182-491d-b7ca-10607eea9afd" src="https://github.com/user-attachments/assets/ac436494-39f0-4824-bf2a-09b87536a0ac" />
88
86
 
89
87
 
90
88
 
@@ -1,6 +1,5 @@
1
1
  # python3
2
2
  # -*- coding: utf-8 -*-
3
- # @Version : 0.7.1
4
3
  # 规划备注:插件入口:PluginMetadata、注册所有 handlers
5
4
 
6
5
  from nonebot.plugin import PluginMetadata
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nonebot-plugin-mail
3
- Version: 0.7.1
3
+ Version: 0.7.2
4
4
  Summary: QQ 邮件登记机器人插件,支持 Notion 邮件登记、查询、签收和群聊信封图片智能识别。
5
5
  Author-email: lhc <2743218818@qq.com>
6
6
  License: GPL-3.0-or-later
@@ -20,7 +20,7 @@ QQ 邮件登记机器人插件
20
20
 
21
21
  一个基于 NoneBot2 + OneBot v11 的 QQ 机器人文件夹插件,用于管理“寄信 / 查件 / 签收 / 联系人表 / 邮件记录表”,并将数据同步到 Notion。
22
22
 
23
- 版本:0.7.1
23
+ 版本:0.7.2
24
24
 
25
25
  本版本将原 `mail_v7.py` 单文件插件重构为 `nonebot_plugin_mail/` 文件夹插件,并把叶恩杰项目的信封图片智能识别能力整合为群聊命令流程。
26
26
 
@@ -100,9 +100,7 @@ MAIL_IMAGE_MAX_COUNT=12
100
100
 
101
101
  <img width="1426" height="222" alt="image" src="https://github.com/user-attachments/assets/b9d5247f-5dbf-42b4-85fa-78ca8c502b6a" />
102
102
 
103
-
104
-
105
-
103
+ <img width="1250" height="404" alt="f3fb19bb-b182-491d-b7ca-10607eea9afd" src="https://github.com/user-attachments/assets/ac436494-39f0-4824-bf2a-09b87536a0ac" />
106
104
 
107
105
 
108
106
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nonebot-plugin-mail"
3
- version = "0.7.1"
3
+ version = "0.7.2"
4
4
  description = "QQ 邮件登记机器人插件,支持 Notion 邮件登记、查询、签收和群聊信封图片智能识别。"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"