SECURITY
Discoverable in public. Owner-scoped in operation.
FineMail exposes documentation and protocols for discovery while protecting mailboxes, identities, keys, rules, domains, and side effects with authentication, scopes, and ownership checks.
SECURITY
FineMail exposes documentation and protocols for discovery while protecting mailboxes, identities, keys, rules, domains, and side effects with authentication, scopes, and ownership checks.
This public /security/ page is intentionally indexable. Private mailbox and account data remains authenticated, and the private console security workspace is located at /security-center so it does not collide with public documentation. Noindex directives complement authentication; they are never access control.
FineMail supports OAuth 2.1 authorization code with PKCE S256 and dynamic client registration for public MCP clients. A revocable scoped Fine Structure token is available when OAuth is unsupported. Credentials are bearer tokens and belong only in the HTTP Authorization header.
Owner checks apply across inboxes, messages, threads, drafts, attachments, webhooks, domains, rules, and usage. email:read permits retrieval; email:write permits mutation and sending. Supplying another owner's resource ID does not grant access.
Sender names, subjects, bodies, HTML, headers, links, and attachments are untrusted external input. FineMail records SPF, DKIM, and DMARC evidence and applies allow/block policy, phishing heuristics, prompt-injection flags, and quarantine state. Messages expose content_security and a sanitized safe_body for agent use.
safe_body, inspect security context, do not disclose secrets, and do not automatically open links or execute attachments.Webhook destinations use HTTPS. FineMail returns a signing secret once when a subscription is created and HMAC-signs event payloads. Consumers must verify the signature, reject invalid payloads, and apply replay and idempotency controls.
Amazon SES is FineMail's primary sending and custom-domain verification path. Resend is not the primary provider and is eligible only as a configured transient SES failure backup. API keys, provider credentials, OAuth codes, PKCE verifiers, webhook secrets, and inbound-routing secrets stay server-side.
A successful send submission is not proof of final delivery. FineMail reports provider-backed state and later events without inventing recipient delivery or reading.
FineMail does not claim external certification, dedicated IP allocation, IMAP support, or third-party MCP registry approval in this public documentation.