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.
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/PKG-INFO +3 -5
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/README.md +2 -4
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/__init__.py +0 -1
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/PKG-INFO +3 -5
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/pyproject.toml +1 -1
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/LICENSE +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/config.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/constants.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/data/__init__.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/data/fallback_contacts.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/data/fallback_contacts_privacy.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/__init__.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/mail.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/query.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/receive.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/recognize.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/send.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/utils.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/models.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/__init__.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/contacts.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/images.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/matcher.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/notion.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/recognizer.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/render.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/rules.py +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/SOURCES.txt +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/dependency_links.txt +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/requires.txt +0 -0
- {nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/top_level.txt +0 -0
- {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.
|
|
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.
|
|
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.
|
|
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
|
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nonebot-plugin-mail
|
|
3
|
-
Version: 0.7.
|
|
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.
|
|
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
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/data/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/__init__.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/mail.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/query.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/receive.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/recognize.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/send.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/handlers/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/__init__.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/contacts.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/images.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/matcher.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/notion.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/recognizer.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/render.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail/services/rules.py
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/requires.txt
RENAMED
|
File without changes
|
{nonebot_plugin_mail-0.7.1 → nonebot_plugin_mail-0.7.2}/nonebot_plugin_mail.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|