Files
openclaw-workspace/memory/projects/proton-mail-bridge.md
2026-04-11 09:45:12 -05:00

58 lines
1.3 KiB
Markdown

# Proton Mail Bridge Integration
## Overview
Email integration via Proton Mail Bridge for IMAP/SMTP access
## Connection Details
- **IMAP Server:** 127.0.0.1:1143
- **SMTP Server:** 127.0.0.1:1025
- **Username:** alexthenerdyai@proton.me
- **Security:** AUTH=PLAIN (local connection only)
- **Bridge Version:** Proton Mail Bridge 03.22.00 - gluon
## Test Results (2026-02-18)
✅ Connected successfully to Bridge IMAP
✅ Authenticated with Bridge password
✅ Retrieved folder list (10 folders found)
✅ INBOX has 3 messages, all unread
## Available Folders
- INBOX
- Sent
- Drafts
- Starred
- Archive
- Spam
- Trash
- All Mail
- Folders
- Labels
## Capabilities
- Read emails from INBOX
- Search, mark read/unread, move messages
- Send emails via SMTP
- Full folder management
## Potential Uses
- Daily email digest
- Notifications
- Automated responses
- Email-based triggers
## Files Created
- `tools/proton_imap_test.py` — Initial test script
- `tools/proton_imap_simple.py` — Working IMAP test script
## Status
**Functional** — Bridge connected and tested
## Next Steps
- [ ] Integrate with cron jobs for email-based actions
- [ ] Create email notification system
- [ ] Set up email-to-Discord forwarding if desired
---
*Trigger words: proton, email, imap, smtp, bridge, mail*