Skip to main content
Everything in a Langmail mailbox is reachable over standard protocols on mail.langmail.me. This page is the endpoint map — the same one an export tool or a competitor’s migration script would use. That’s the point.

Endpoints

ProtocolEndpointUse
JMAPhttps://mail.langmail.me — session at /.well-known/jmapModern JSON mail access; what the MCP server and webmail use
CalDAVhttps://mail.langmail.me — discovery at /.well-known/caldav, collections under /dav/cal/Calendars and scheduling; what the calendar tools use
IMAPmail.langmail.me:993 (SSL/TLS) or :143 (STARTTLS)Any classic mail client; full archive access
SMTP submissionmail.langmail.me:465 (SSL/TLS) or :587 (STARTTLS)Sending from mail clients
ManageSievemail.langmail.me:4190Server-side filtering rules (Sieve)

Authentication

MethodWorks forHow to get it
OAuth bearer tokenJMAP, CalDAV (HTTP Authorization: Bearer header)The OAuth flow — this is what MCP clients and webmail use
App passwordIMAP, SMTP, CalDAVGenerate in webmail under Settings → Security; see Use a mail client or Use a calendar client
Your account password is never used directly by mail protocols — interactive sign-in is Google-based, and each device or script gets its own revocable app password.

What this buys you

  • Complete export, any time. An IMAP or JMAP sync of your mailbox is a complete, portable archive in standard formats — including the category keywords Langmail adds, which are plain mailbox keywords.
  • Client freedom. Apple Mail, Thunderbird, Outlook, mutt, offlineimap — any standards-compliant mail client works without Langmail’s involvement.
  • No proprietary surface to depend on. The MCP server itself is a thin layer over JMAP and CalDAV. If you outgrow it, the protocols underneath are yours.
Metadata that lives outside the mailbox — account settings, Morning Brief configuration — is app-level and not part of the protocol surface.