Skip to main content

Zeq Mail

AES-256-GCM encrypted email between Zeq identities — compose, send, and read mail whose body is encrypted before it leaves the client.

App ID mail Runs at /apps/mail/ Auth framework sign-in (the /apps/* gate) Chapter Cryptography & Identity

What it does

A mail client for Zeq identities: messages are addressed by ZID, encrypted with AES-256-GCM, and delivered through the node's mail routes. Attachments ride the file pipeline (chunked init → upload).

API routes behind it

  • POST /api/mail/send · GET /api/mail/ · GET /api/mail/stats — send / inbox / counters (api/mail)
  • POST /api/files/init · POST /api/files/upload · GET /api/files/ — attachments

Reference

  • Source: apps/zeq-dev/public/apps/mail/
  • Related: api/zeqMail — the protocol-level mail surface