Files
openclaw-config/workspace-resume/memory/2026-07-15.md
T

31 lines
1.2 KiB
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.
# 2026-07-15 周三
## 系统配置
### Docker MySQL
- 本地 Docker 运行 MySQL 8(端口 3306),已创建数据库:
- `resume` — 简历库(3 张空表)
- `finances` — 家庭财务管理(8 张表)
- `fitness` — 健康/健身追踪(14 张表,已有数据)
- `travel` — 旅行规划(3 张表)
- `main` — 通用(3 张空表)
- 已有备份文件 `db/resume_latest.sql`
### himalaya 邮件客户端
- 安装 v1.2.0musl 静态编译)
- 配置存入 `~/.config/himalaya/config.toml`,含 IMAP/SMTP 连接信息
- musl 版本缺运行时 imap/smtp feature,不可用
- 系统 Rust 版本 1.63(apt 安装),太旧无法编译 himalaya
### 代理
- Docker 部署了 Clash 代理:`http://proxy:***@127.0.0.1:7443`
### 周报发送流程变更
- **之前**himalaya message save → 草稿箱
- **现在**Python IMAP APPEND(更稳定)
- 脚本位置:`workspace-resume/send_weekly_report.py`
- 使用 `imaplib.IMAP4_SSL` 连接阿里邮箱(imap.mxhichina.com:993
- 构造多段邮件(纯文本 + HTML)
- 存入草稿箱(阿里邮箱编码:`&g0l6Pw-`
- 已在 MEMORY.md 和 weekly-report-g5/SKILL.md 中更新文档