Files
nexus/wiki/concepts/邮件分类.md
weishen e62797a33a Batch 9: Obsidian插件/AI开源平替/Coze培训/TK面单/Ubuntu科学上网
- Sources: 5个新文档
- Concepts: ProxyChains, SOCKS5代理, Docker Daemon代理
- Index: 更新至 Batch 9
- 累计 sources: 108/182
2026-04-16 06:36:36 +08:00

26 lines
752 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 访问工具