← 返回
未分类 Key 中文

IMAP Mailbox

Read and manage emails via IMAP protocol. List, read, search, and download email attachments. Supports digest mode for daily briefings. Triggers: check email...
通过IMAP协议读取和管理邮件;列出、阅读、搜索并下载邮件附件;支持每日简报摘要模式;触发器:检查邮件
shimonxin
未分类 clawhub v1.0.1 1 版本 99547.5 Key: 需要
★ 0
Stars
📥 220
下载
💾 0
安装
1
版本
#latest

概述

IMAP Mailbox

Read and manage emails via the IMAP protocol.

Use Cases

  • User asks to check email, view inbox, or read email content
  • User asks to search emails (by sender, subject, etc.)
  • User asks to mark emails as read/unread
  • Daily email digest / briefing

Commands

List Recent Emails

imap-mailbox list [limit]

Lists summaries (sender, subject, date) of the most recent emails. Default: 10.

Read Email Content

imap-mailbox read <uid>

Read the full content of the email with the specified UID.

Search Emails

imap-mailbox search <keyword>

Search emails where the subject or sender contains the keyword.

Email Digest

imap-mailbox digest

Generate a daily email digest summary — categorized and condensed for quick review.

Download Attachments

imap-mailbox download <uid> [output-dir]

Download attachments from the specified email to the output directory.

Configuration

Config file located at ~/.config/imap-mailbox/config.json, containing email address, IMAP server, and authorization token.

{
  "email": "user@example.com",
  "host": "imap.example.com",
  "port": 993,
  "token": "your-authorization-code"
}

Security Notes

  • Authorization tokens are stored locally and never uploaded
  • Recommend rotating authorization tokens periodically
  • To revoke access, regenerate the authorization code in your email provider settings

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-26 18:16 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

微信公众号发布

shimonxin
微信公众号文章发布技能。当用户提到发布公众号文章、推送公众号、公众号发文、将文章发布到公众号、将 Markdown 转成公众号格式,或需要发布带 YAML frontmatter 的 Markdown 文件到公众号时激活。功能包括Markd
★ 0 📥 284

Markdown to PDF (CJK)

shimonxin
Markdown 转 PDF 转换器,支持中日韩(CJK)语言。使用 WeasyPrint + Noto CJK 字体实现精准渲染。功能:表情符号替换、自定义...
★ 0 📥 262

Cron Delivery Fix

shimonxin
诊断并修复 OpenClaw cron任务投递失败。脚本化方案防止手动配置错误。修复静默投递失败和投递缺失。
★ 0 📥 241