返回顶部
c

china-telecom-mail中国电信邮箱

Send and receive emails via China Telecom (POP3:995, SMTP:465). Lists today's emails, reads content, forwards emails, and sends new emails.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
122
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

china-telecom-mail

中国电信邮件技能

通过中国电信(pop.chinatelecom.cn:995, smtp.chinatelecom.cn:465)发送和接收电子邮件。

安装

将 china-telecom-mail 文件夹复制到您的 OpenClaw 技能目录:

bash

在 Linux/macOS 上


cp -r china-telecom-mail ~/.openclaw/skills/

在 Windows 上

复制到 C:\Users\<你的用户名>\.openclaw\skills\china-telecom-mail

配置

编辑 ~/.openclaw/skills/china-telecom-mail/config.toml:

toml
[email]

POP3 服务器(用于接收)


server = pop.chinatelecom.cn
port = 995
username = your_email@chinatelecom.cn
password = your_password

[smtp]

SMTP 服务器(用于发送)


server = smtp.chinatelecom.cn
port = 465

使用方法

接收邮件

列出今日邮件:
bash
openclaw run --skill china-telecom-mail list-today

阅读特定邮件:
bash
openclaw run --skill china-telecom-mail read 21

JSON 输出:
bash
openclaw run --skill china-telecom-mail json-summary

统计今日邮件数量:
bash
openclaw run --skill china-telecom-mail count

发送邮件

发送简单邮件:
bash
openclaw run --skill china-telecom-mail send \
--to recipient@example.com \
--subject 会议通知 \
--body 请参加明天下午3点的会议。

发送带附件的邮件:
bash
openclaw run --skill china-telecom-mail send \
--to recipient@example.com \
--subject 报告 \
--body 请查收附件 \
--attachment /path/to/report.pdf

转发邮件

转发一封邮件:
bash
openclaw run --skill china-telecom-mail forward \
--email-id 21 \
--to recipient@example.com

交互模式

bash
uv run python ~/.openclaw/skills/china-telecom-mail/main.py interactive

直接使用 Python

bash

列出今日邮件


uv run python ~/.openclaw/skills/china-telecom-mail/main.py list-today

阅读邮件

uv run python ~/.openclaw/skills/china-telecom-mail/main.py read 21

发送邮件

uv run python ~/.openclaw/skills/china-telecom-mail/main.py send \ --to test@example.com \ --subject Test \ --body Hello

转发邮件

uv run python ~/.openclaw/skills/china-telecom-mail/main.py forward \ --email-id 21 \ --to recipient@example.com

目录结构

china-telecom-mail/
├── SKILL.md # OpenClaw 技能元数据
├── main.py # 主程序(接收 + 发送)
├── config.toml # 配置文件
├── README.md # 本文件
└── config.toml.example # 配置模板

功能特性

接收

  • - ✅ 列出今日邮件并显示预览
  • ✅ 阅读完整邮件内容
  • ✅ 支持自动化 JSON 输出
  • ✅ 自动检测中文编码

发送

  • - ✅ 发送纯文本邮件
  • ✅ 发送带附件的邮件
  • ✅ 转发已接收的邮件
  • ✅ 交互模式

提示

  • - 使用 list-today 查看今日所有邮件
  • 邮件 ID 从 1 开始(第一封邮件 ID 为 1)
  • 使用 forward 转发已接收的邮件
  • 使用 send 发送新邮件
  • 支持文本和 HTML 邮件正文

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 china-telecom-mail-1775935230 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 china-telecom-mail-1775935230 技能

通过命令行安装

skillhub install china-telecom-mail-1775935230

下载

⬇ 下载 china-telecom-mail v1.0.0(免费)

文件大小: 7 KB | 发布时间: 2026-4-12 09:22

v1.0.0 最新 2026-4-12 09:22
Initial release of China Telecom Mail skill.

- Send and receive emails via China Telecom using POP3 and SMTP.
- List today’s emails, read full email content, and output email summaries as JSON.
- Send new emails with support for attachments and both text/HTML bodies.
- Forward received emails to other recipients.
- Interactive and command-line modes supported.
- Automatic Chinese encoding detection included.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部