Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网
- Sources: 5个新文档 - Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理 - Index: 更新至 Batch 9 - 累计 sources: 108/182
This commit is contained in:
25
wiki/concepts/邮件分类.md
Normal file
25
wiki/concepts/邮件分类.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
title: "邮件分类"
|
||||
type: concept
|
||||
tags: [automation, email, openclaw, gog]
|
||||
date: 2026-04-16
|
||||
---
|
||||
|
||||
## Definition
|
||||
Agent 自动扫描 Gmail 收件箱,对邮件进行标签标注(待处理/归档/加星标)、噪音归档,并根据发件人或关键词触发相应工作流。
|
||||
|
||||
## 典型规则
|
||||
| 条件 | 操作 |
|
||||
|------|------|
|
||||
| 促销/新闻邮件 | 自动归档 |
|
||||
| 包含"urgent"关键词 | 标注红色标签 + 置顶 |
|
||||
| 已知联系人 | 归类到对应联系人标签 |
|
||||
| 无已知规则 | 保留在收件箱待处理 |
|
||||
|
||||
## 实现依赖
|
||||
- [[gog-CLI]]:Gmail API 访问
|
||||
- Cron job 每小时执行一次
|
||||
|
||||
## Connections
|
||||
- [[Self-Healing-Home-Server]]:邮件分类是晨报前的数据准备步骤
|
||||
- [[gog-CLI]]:Gmail 访问工具
|
||||
Reference in New Issue
Block a user