agentbbs/internal/mailbox
Anthony Ettinger 1dbb2c70e2 feat(mailbox): compose & reply in the AgentMail TUI
The interactive reader (ssh mail@ / hub Mail) was read-only; the send path
existed only for agents (bot mode). Add compose (c), reply (r), reply-all (a)
to the TUI with a To/Cc/Subject/Body form (tab/arrows to move fields, ctrl+d
send, esc cancel). Reply prefills + quotes the original and threads via
In-Reply-To. Tests drive the model key-by-key through send.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 14:09:18 +00:00
..
bot.go fix: case-sensitive flag comparison in AgentMail bot (#35) 2026-06-16 03:20:17 -07:00
client.go Feat/mail all members (#55) 2026-06-23 03:38:31 -07:00
imap.go Feat/mail all members (#55) 2026-06-23 03:38:31 -07:00
mailbox_test.go feat(mailbox): compose & reply in the AgentMail TUI 2026-06-23 14:09:18 +00:00
memory.go Add AgentMail: paid-member mailbox reader (TUI + bot mode) on the BBS 2026-06-14 16:49:04 +00:00
reader_tui.go feat(mailbox): compose & reply in the AgentMail TUI 2026-06-23 14:09:18 +00:00
smtp.go Add AgentMail: paid-member mailbox reader (TUI + bot mode) on the BBS 2026-06-14 16:49:04 +00:00
transport.go Add AgentMail: paid-member mailbox reader (TUI + bot mode) on the BBS 2026-06-14 16:49:04 +00:00
types.go Feat/mail all members (#55) 2026-06-23 03:38:31 -07:00