Kacper Kwapisz
5a6ae3e94f
Add mark_as_read config option to preserve email read status
...
Emails forwarded to Poke are no longer marked as read by default,
so users can continue using read/unread status to organize their
inbox. Set mark_as_read: true (global or per-account) to restore
the previous behavior.
Closes #5
2026-03-25 14:47:42 +01:00
Kacper Kwapisz
b3a5cd4c5b
Switch webhook endpoint to Poke SDK's /inbound/api-message
2026-03-23 16:38:53 +01:00
Kacper Kwapisz
81945732d1
Update config examples to show iCloud and custom SMTP instead of Gmail
2026-03-23 14:24:29 +01:00
Kacper Kwapisz
4ca7032e30
Add from_address override per account for custom domain sending
...
Useful for iCloud SMTP where login is @icloud.com but you send as a
custom domain. Falls back to smtp_username when not set.
2026-03-23 13:47:29 +01:00
Kacper Kwapisz
4a14d33e22
Default allow_send to false — sending must be explicitly enabled
2026-03-23 08:55:17 +01:00
Kacper Kwapisz
518aeda901
Add blocked_recipients per account to prevent sending to specific addresses
2026-03-23 08:52:59 +01:00
Kacper Kwapisz
9c84ea1a91
Add create_draft tool and allow_send toggle per account
...
- create_draft: saves email as draft in IMAP Drafts folder
- allow_send: global config toggle (default true), overridable per account
- When sending disabled, send_email returns error suggesting create_draft
2026-03-23 00:13:35 +01:00
Kacper Kwapisz
8a0abba80c
Make SMTP config optional, falls back to IMAP host/credentials
2026-03-22 22:06:48 +01:00
Kacper Kwapisz
d5e80f164e
Quote YAML values containing colons in config example
2026-03-22 22:00:28 +01:00
Kacper Kwapisz
eb76dbb489
Initial release: IMAP/SMTP email bridge MCP server
...
- 11 MCP tools: search, read, send, archive, move, mark emails + folder management
- IMAP IDLE watcher with polling fallback, forwards new emails to Poke webhook
- Bearer token auth (MCP_API_KEY) for securing the server
- Multi-account support via config.yml
- Docker + GitHub Actions CI/CD (lint, build, push to GHCR)
2026-03-22 21:46:14 +01:00