AgentMail: paid-member mailbox reader (TUI + bot mode) on the BBS#16
Merged
Conversation
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Replace the figlet "profullstack.com" wordmark with a scaled-down ASCII rendition of the Profullstack </> mark (derived from the brand image), shown on the join@ onboarding and the ssh <name>@ hub. Reuses the existing banner plumbing; the mark is sourced from internal/brand and rendered in Profullstack red. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ralyodio
force-pushed
the
feat/bbs-logo-banner
branch
from
June 14, 2026 16:47
89f90c9 to
6b4db2b
Compare
internal/mailbox is a transport-agnostic mail client for Founding Lifetime members: read, search, compose, send, reply, flag, delete. - types/transport/client: paid-gated facade returning JSON-serializable structs (same shapes as @logicsrc/plugin-agentmail) - memory.go: in-memory transport (tests/dev/reference) + tests - imap.go/smtp.go: real backend — go-imap/v2 (Dovecot IMAP, master-user login) + net/smtp submission via the co-located relay; go-message parses bodies/attachments - reader_tui.go: Bubble Tea reader for humans (list/read/flag/delete) - bot.go: JSON in/out mode for agents (ssh mail@host list|read|send|…) - wired as the paid "Mail" hub entry and the ssh mail@ route + auth.MailNames Connects to the self-hosted Mailu stack at mail.profullstack.com / smtp.profullstack.com. Rebased onto main; build + vet + tests clean (Go 1.26). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ralyodio
force-pushed
the
feat/bbs-mail-reader
branch
from
June 14, 2026 16:49
fb8186b to
e165ece
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
A paid-member (Founding Lifetime) mailbox client on the BBS — reachable from the
Mailhub entry andssh mail@bbs.profullstack.com. Works for humans (a Bubble Tea TUI) and agents (a JSON in/out bot mode), against the self-hosted Mailu stack.internal/mailboxErrNotPaid) returning JSON-serializable structs; same shapes as@logicsrc/plugin-agentmail.go-imap/v2(Dovecot IMAP via master-user login so the gateway opens any mailbox with one secret) +net/smtpsubmission through the co-located relay;go-messageparses bodies/attachments.mailboxes,list,read,search,send,reply,flag,seen,delete.Wiring
MailhubSessionApp+ssh mail@route (auth.MailNames); TUI with a PTY, bot mode with a command/no PTY.AGENTBBS_MAIL_DOMAIN(mail.profullstack.com),AGENTBBS_MAIL_IMAP_ADDR,AGENTBBS_MAIL_SMTP_ADDR,AGENTBBS_MAIL_MASTER_USER/PASS.Verification
Go 1.26:
go build ./...,go vet ./...clean;gofmtclean; mailbox unit tests pass. IMAP/SMTP integration is pending the Mailu deploy (PR for the stack follows).Notes
feat/bbs-logo-banner→feat/one-login-hub-clean; review/merge those first.@logicsrc/plugin-agentmail(logicsrc PR NNTP open-ended range ("5-") parsed as empty range — XOVER/OVER return no articles #73) and the Mailu stack (next).🤖 Generated with Claude Code