← 返回
沟通协作 中文

ProtonMail via Proton Mail Bridge

ProtonMail integration via Proton Mail Bridge for reading and sending encrypted emails.
使用 Proton Mail Bridge 集成 ProtonMail,读取和发送加密邮件。
rvacyber
沟通协作 clawhub v1.0.1 2 版本 99916.6 Key: 无需
★ 1
Stars
📥 1,178
下载
💾 15
安装
2
版本
#latest

概述

!RVA Cyber

ProtonMail Skill (v1.0.1)

Use ProtonMail for secure email via Proton Mail Bridge. Stable release — CLI tested against live Proton Mail Bridge.

Setup (once)

  1. Install Proton Mail Bridge:

```bash

brew install --cask proton-mail-bridge

```

  1. Launch Bridge and sign in:
    • Open Proton Mail Bridge app
    • Sign in with your ProtonMail credentials
    • Bridge will generate local IMAP/SMTP credentials
  1. Configure the skill:

Add to your OpenClaw config (~/.openclaw/openclaw.json):

```json

{

"skills": {

"entries": {

"protonmail": {

"enabled": true,

"env": {

"PROTONMAIL_ACCOUNT": "your-email@pm.me",

"PROTONMAIL_BRIDGE_PASSWORD": "bridge-generated-password"

}

}

}

}

}

```

Get Bridge credentials:

  • In Bridge, click your account → Mailbox configuration
  • Copy the IMAP password (NOT your ProtonMail password)
  • Use skills.entries.protonmail (not skills.protonmail)

CLI Usage

The skill provides a protonmail CLI tool:

# List inbox (most recent 10 emails)
protonmail list-inbox --limit=10 [--unread]

# Search emails
protonmail search "from:alice@example.com" --limit=20

# Read specific email
protonmail read <uid>

# Send email
protonmail send --to=bob@example.com --subject="Meeting" --body="See you at 3pm"

# Reply to email
protonmail reply <uid> --body="Sounds good!"

Common Requests

  • List inbox: "Check my ProtonMail inbox"
  • Search emails: "Search ProtonMail for emails from alice@example.com"
  • Read email: "Read ProtonMail email UID 31"
  • Send email: "Send an email via ProtonMail to bob@example.com about the project"
  • Reply: "Reply to ProtonMail email UID 31"

How It Works

  1. Proton Mail Bridge runs locally and connects to your ProtonMail account
  2. Bridge provides local IMAP (read) and SMTP (send) servers
  3. This skill connects to Bridge's local servers
  4. All encryption/decryption happens locally via Bridge
  5. No third-party services — direct ProtonMail integration

Security

  • ✅ Official Proton software (audited, open-source Bridge)
  • ✅ End-to-end encryption maintained
  • ✅ Credentials stored locally only
  • ✅ No API keys or tokens — uses standard IMAP/SMTP
  • ✅ Bridge password is separate from your ProtonMail password

Troubleshooting

"Connection refused" errors

  • Check Bridge is running: Open Proton Mail Bridge app
  • Verify ports: Bridge should show 127.0.0.1:1143 (IMAP) and 127.0.0.1:1025 (SMTP)

"Authentication failed"

  • Use Bridge password, not ProtonMail password: Get it from Bridge → Account → Mailbox configuration
  • Check account email: Must match exactly (e.g., user@pm.me or user@protonmail.com)

"Skill not found"

  • Reinstall skill: Run npm run install-skill in the skill directory
  • Check OpenClaw config: Ensure skills.protonmail.enabled: true

Development

See README.md for development setup and testing.

License

MIT — See LICENSE

版本历史

共 2 个版本

  • v1.0.1 当前
    2026-05-03 03:03 安全 安全
  • v0.1.1
    2026-03-29 06:56 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,629
communication-collaboration

Gmail

byungkyu
Gmail API 集成,托管 OAuth,支持读取、发送和管理邮件、线程、标签及草稿,适用于需要与 Gmail 交互的场景。
★ 72 📥 37,750
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,748