White paper · August 2026 · QMail

Mail, Rebuilt from the Envelope Up

Why the forty-four-year-old protocol behind email cannot be secured by patching — and how QMail replaces it with mail that has no passwords to steal, no server that can read it, and a price on spam.

Written for investors and strategic partners evaluating the secure-communications market. No technical background is assumed.

DISTRIBUTEDMAILSYSTEM.COM CLOUDCOIN.ORG RAIDAGROUP.COM

Executive summary

Nearly every email sent today travels over SMTP, a protocol designed in 1982 for a few hundred researchers who all trusted one another. It has no built-in way to verify who sent a message, it exposes the envelope — and often the contents — to every server that handles it, and it makes sending free, which is why roughly half of all email traffic is spam. Four decades of add-ons (spam filters, sender-verification records, transport encryption) treat the symptoms; the flaws are architectural, and a protocol that must stay compatible with 1982 can never require what security demands.

QMail is a replacement, not a patch. It is an open-standard mail protocol built on RAIDA — a network of 25 independent servers that has operated continuously since 2016. In QMail, your address is a cryptographic certificate rather than an account, so there is no password to phish and a sender's identity is proven rather than claimed. Each message is encrypted and split into fragments stored on separate, independently operated servers, so no company — and no single subpoena or breach — can read your mail. Recipients set a price that strangers must pay to reach their inbox, which turns spam from a filtering problem into an arithmetic problem. And because the system uses no public-key cryptography at all, the mathematics that quantum computers are expected to break simply is not there to attack.

QMail is running software, not a proposal: client applications ship today for Windows, macOS, Linux, and Android; the protocol is published as a royalty-free open standard in draft; and the underlying network has nine years of continuous operation behind it. This paper explains the problem, the mechanism, and the business built on it — including the open questions a diligence team would ask.

Part I · The problem

Five flaws that cannot be patched out of email

Email's underlying protocol, SMTP, was standardized in 1982 — before the web, before commercial internet access, before the idea that a stranger might ever email you. It was built for a small academic community and assumes every participant is honest. That assumption is now the foundation of a criminal economy: in 2023 the FBI's Internet Crime Complaint Center logged $12.5 billion in reported cybercrime losses, with business-email compromise alone accounting for $2.9 billion.1 Five structural flaws explain why.

1

Anyone can claim to be anyone

The "From" line of an email is ordinary text that the sender types. SMTP has no mechanism to check it. Retrofits exist — SPF, DKIM, DMARC — but they are optional, frequently misconfigured, and at best verify a domain, never a person. Every phishing attack ever sent depends on this single omission: the protocol cannot tell your bank from a forgery of your bank.

2

The mail is a postcard

A sent email is never one copy. It lands on your device, your provider's servers, every relay along the route, the recipient's provider, and the recipient's device — and the protocol delivers it in readable form to each of them. Providers scan mail for advertising; governments collect it in bulk, as the 2013 PRISM disclosures documented.2 Even when the words are encrypted, the envelope is not: who wrote to whom, when, how often, and how much — metadata that by itself maps a person's relationships and routines.3

3

Today's encryption has a shelf life

The encryption protecting email in transit rests on public-key mathematics — problems that are hard for today's computers and, per Shor's algorithm, easy for a sufficiently large quantum computer. Adversaries do not need to wait: U.S. cybersecurity agencies warn of "harvest now, decrypt later" campaigns that record encrypted traffic today to unlock it tomorrow.4 The response is a massive migration to new algorithms — NIST published its first post-quantum standards in August 2024,5 and the U.S. government estimates $7.1 billion to migrate federal systems alone6 — which replaces one mathematical bet with a newer, less-tested one.

4

Sending is free, so spam is rational

Sending ten million emails costs about as much as sending one. As long as that is true, a response rate of one in a hundred thousand is a profitable business, and filters are locked in a permanent arms race they cannot win — spammers adapt faster than filters, and every false positive blocks mail that mattered. Computer scientists identified the fix in 1992: make sending cost something.7 Email has never been able to implement it, because email has no payment rail.

5

Your inbox is a rented room

Your mail archive — and your identity, since your address doubles as your login everywhere — lives on servers owned by a handful of companies. Those companies can read it, can be compelled to hand it over, can suspend your account without appeal, and concentrate billions of users' mail into single targets: Yahoo's breach exposed all three billion of its accounts; the 2021 Microsoft Exchange attack compromised tens of thousands of organizations at once. Centralization is not a policy choice a provider can reverse. It is how SMTP-era email is built.

Each of these is a design decision, not a bug. A protocol that must remain compatible with every mail server built since 1982 can bolt security on, but can never require it — and attackers simply use the door that must stay open.

Part II · The solution

How QMail works

QMail is an open-standard, quantum-safe mail protocol developed under the Distributed Mail System project. It runs on RAIDA — the Redundant Array of Independent Detection Agents — a network of 25 independently operated servers, distributed globally, that has run continuously since 2016 as the authentication network behind the CloudCoin digital currency. QMail was designed against a simple standard: assume every intermediary is hostile, and make the mail safe anyway.

The journey of one message

When you press Send, your QMail client — not any server — does the work:

  • Shred and encrypt. The message is encoded in a compact binary format, encrypted, and split into stripes — typically seven data stripes plus one parity stripe, and up to 32 — with one stripe delivered to each of several independent storage servers. Any single stripe is unreadable on its own, and the parity stripe lets the message be rebuilt even if a server disappears.
  • Announce. The client sends a small, authenticated announcement — a "Tell" — to one server the recipient has designated as their beacon, along with the postage the recipient charges. The subject line, attachment names, and preview travel separately, encrypted; no server ever sees them.
  • Retrieve. The recipient's client is notified, downloads the stripes from the storage servers in parallel, then verifies, decrypts, and reassembles the message locally.
SENDER'S CLIENT encrypts & shreds the message BEACON SERVER holds only the announcement STORAGE 1 · stripe 1 STORAGE 2 · stripe 2 STORAGE 3 · stripe 3 STORAGE n · parity RECIPIENT'S CLIENT reassembles & decrypts locally 1 one encrypted stripe per server 2 Tell: announcement + postage 3 new-mail notice 4 parallel download
Figure 1 — No server ever holds a readable message. Each storage server receives one encrypted stripe (typically 7 data + 1 parity; up to 32). The beacon holds only the sealed announcement and postage. Content, subject lines, and attachment names are decrypted only on the recipient's device; the parity stripe rebuilds the message if a storage server is offline.

Contrast this with SMTP, where a complete, readable message sits on the sender's provider, the recipient's provider, and every relay in between. In QMail there is no point in the network where the whole message — or even its subject line — exists in readable form.

Five fixes for five flaws

1

Identity that cannot be phished

Answers flaw 1 · anyone can claim to be anyone

A QMail address is not an account; it is a cryptographic certificate — a digital token whose ownership is verified by the RAIDA network. Each token carries 25 separate secrets, one per server, and no server ever holds another's. There is no username, no password, and no login page, which means there is nothing for a phishing site to steal: authentication is a proof your software performs, not a secret you type. The same mechanism makes the "From" line trustworthy for the first time — a sender's identity is cryptographically proven with every message, so a forged sender is not filtered out, it is structurally impossible.

2

Mail no server can read

Answers flaw 2 · the mail is a postcard

Because every message is encrypted and striped across independently operated servers, there is no provider that can scan your mail, no central archive to breach, and no single company to subpoena. Subject lines, attachment names, and previews — the fields SMTP exposes to every relay — travel as encrypted data that only the recipient's device can open.

Stated plainly: the recipient's chosen beacon server does see that a delivery occurred — sender, recipient, time, and size — which is a small fraction of what every SMTP relay sees, but not zero. Eliminating this residual visibility is on the protocol's roadmap, and the specification is candid about the boundary.

3

Nothing for a quantum computer to break

Answers flaw 3 · encryption with a shelf life

QMail's quantum safety does not come from new, exotic mathematics. It comes from an absence: the protocol uses no public-key cryptography at all. Keys are pre-distributed secrets shared between your token and each server, and all encryption is symmetric AES — the cipher NIST states will remain secure against quantum attack for decades, since Grover's algorithm offers "little or no advantage" against it.8 Shor's algorithm breaks the public-key handshakes in TLS, RSA, and conventional encrypted email; in QMail, that handshake never happens. While the rest of the industry migrates from one mathematical assumption to another, QMail removed the assumption. Wire encryption is AES-128 today, with AES-256 authenticated encryption specified in the standard and deployable to meet U.S. CNSA 2.0 requirements.

4

Spam priced out of existence

Answers flaw 4 · sending is free

Every QMail user publishes an inbox fee in the network's directory. People on your whitelist — friends, family, colleagues — write to you free. A stranger must attach postage, paid in CloudCoin, the zero-fee instant-settlement currency native to the network; the payment rail email never had is built in. A spammer who targets ten million inboxes must pay ten million fees before sending: junk mail stops being a filtering problem and becomes an arithmetic problem. The economics also invert who profits — a rejected phishing attempt still pays you its fee, a routine user might charge a cent, and a public figure can price their inbox at whatever their attention is worth, refunding senders whose messages they welcome. A free allowance keeps ordinary correspondence costless.

5

An inbox nobody can take away

Answers flaw 5 · the rented room

QMail is an open standard, not a service. The protocol specifications are published under open licenses with a royalty-free patent grant, anyone may run a server, and your address is a bearer certificate you hold — not an entry in a company's database. No provider can suspend you, mine your archive, or hold your identity hostage, because there is no provider in that sense at all. The model is the one piece of internet infrastructure that has never had a catastrophic central failure: like the DNS root, QMail's trust is spread across independent operators rather than concentrated in any one of them.

A side benefit with its own economics: CBDF

QMail messages are encoded in the Compact Binary Document Format rather than HTML. Page layouts, fonts, and colors are referenced as two-byte codes into shared catalogues instead of being spelled out in verbose markup, so a styled message can be on the order of one percent of the size of its HTML equivalent, and a short note is a few dozen bytes. Two consequences matter commercially: servers handle an order of magnitude more mail per dollar of hardware, and — because CBDF documents are data, not code — tracking pixels, hidden scripts, and the entire class of malicious-email rendering attacks are technically impossible, not merely filtered.

Attachments without a ceiling

Email caps attachments at whatever the smallest provider in the chain allows — usually about 25 megabytes, a limit inherited from the era when a whole message had to fit on one server, and the reason so much "email" actually travels as links to Dropbox or Google Drive. The QMail standard imposes no attachment limit at all. Because a message is already striped across many servers, a large file is simply more stripes: the format addresses objects with 64-bit sizes (beyond 4 gigabytes), total capacity is the sum of what the storage servers offer rather than any one machine's ceiling, and striping works in the sender's favor — a file spread across ten servers uploads and downloads roughly ten times faster than a single connection. Storage is metered in postage, so heavy users pay their way instead of being refused.

Table 1 — The architectural comparison, point by point
SMTP emailQMail
Sender identityTyped text; forgeableCryptographically proven per message
Credentials to stealPassword + reset flowsNone — no password exists
Where mail livesComplete copies on providers' serversEncrypted fragments across independent servers
Subject & attachment namesReadable by every relayEncrypted; decrypted only on the recipient's device
Cost to spam≈ $0 per million messagesRecipient-set postage on every message
Quantum exposurePublic-key handshakes; harvestable todayNo public-key cryptography to attack
Message size (styled)Typically tens of kilobytes of HTMLOn the order of 1% of the HTML equivalent
Attachment limit≈ 25 MB capNone in the standard — striped in parallel across servers
Who can lock you outYour provider, at its discretionNo one — the address is a bearer certificate
Part III · The evidence

What exists today

Most quantum-safe communication projects are papers. QMail's unusual property is that its foundation predates its pitch:

  • Nine years of network operation. The 25-server RAIDA network has run continuously since 2016 as the authentication layer for CloudCoin, without a security breach of the network in that period.
  • Shipping software. QMail entered public beta in January 2026. Client applications are downloadable today for Windows, macOS, Linux, and Android, alongside a developer engine with a documented API; the server source code is published.
  • A real open standard, honestly labeled. The four protocol specifications — QMail, CBDF, the directory, and key exchange — are published with a reference implementation and conformance test suites, under Creative Commons licensing and a royalty-free patent grant, with a stated path to IETF submission. The specs are marked pre-1.0 drafts, and say so.
  • Issued intellectual property. The underlying client-to-redundant-servers architecture is covered by U.S. Patent 10,650,375, with further filings pending on the key-exchange and document-format layers.9 Because the standard carries a royalty-free grant, the patents defend the ecosystem rather than tax it; the commercial moat is the operating network and its economy.
  • A market being pushed toward it. NIST's first post-quantum standards (August 2024), the CNSA 2.0 migration timeline, and a federal transition estimated at $7.1 billion6 mean every large organization must now re-decide how its communications are secured. That decision window is QMail's opening.

Development is staged in public phases: Phase I (core striped mail) is complete; Phase II (quantum-safe key exchange, custom addresses, striping across up to 32 servers) is largely deployed; Phase III (full rich-document format and financial services) is targeted for 2027.

Part IV · The economics

How QMail makes money

Email's business model is surveillance: the user is the product. QMail's business model is postage: attention and storage are priced, payments settle instantly at zero fee in the network's native currency, and the operating company earns revenue at several points of that flow. The streams are deliberately staged by maturity rather than projected as one hockey stick.

Selling today
Addresses. QMail addresses come in six classes — @bit through @epic — priced from $10 to $1,000 (top tier by arrangement), each backed by an escrowed CloudCoin stake. The class is visible to everyone you write to, so a costlier address is a spam-resistant signal of legitimacy, the way a verified badge was meant to work. Postage subscriptions ($5–$20 monthly) keep wallets topped up, and CloudCoin itself is sold directly.
In development
Per-message micropostage (fractions of a cent per message at scale) and the attention market: public figures publish a paid QMail link, followers pay the inbox fee to reach them, and the platform retains 15% of the fee against the creator's 85%. Creators recruit their own audiences, driving customer-acquisition cost toward zero.
Planned
Server-software licensing, pre-configured server hardware, training and certification, and enterprise deployment — each contingent on the network scaling first.

The streams reinforce one another: every address sale, subscription, and postage payment settles in CloudCoin, so each product line deepens demand for the currency that the same company issues — a flywheel in which the payment rail, unlike a card network's, costs the users nothing per transaction.

Part V · Candor

What we would tell a diligence team

An investor education paper that hides its risks educates no one. Four points deserve scrutiny:

  • Adoption is the central risk. Priced email has been proposed before (Hashcash, "sender pays") and failed — but it failed for want of a workable payment rail and any reason for recipients to recruit senders. QMail has a zero-fee instant settlement rail, a free allowance so ordinary users never feel a toll, and an attention market that pays recipients to bring their audiences with them. Whether that is enough is the bet.
  • The standard is pre-1.0. The specifications are published, tested, and versioned, but drafts — including named open items in the key-exchange layer that the maintainers themselves flag as must-resolve. The candor is a strength; the immaturity is a fact.
  • Privacy is dramatically better, not absolute. As noted in Part II, delivery announcements are visible to the recipient's beacon operator. QMail should be described as removing every central point of reading and failure — not as making users invisible.
  • Sovereignty cuts both ways, and the project is young. With no provider, there is no password reset and no help desk that can restore a lost address — self-custody demands more of users. And the network's nine-year operating history belongs to its currency layer; QMail itself is a beta with early-adopter traction, not yet a userbase, and has not yet been through an independent third-party security audit.
Closing

The takeaway

Email's five great problems — phishing, surveillance, quantum exposure, spam, and centralized control — are not failures of effort. They are the direct consequences of a 1982 design that no amount of patching can reach, which is why forty years and billions of dollars of add-ons have not fixed them. QMail is the first working system to attack all five at the root: identity as a certificate instead of a password, mail as encrypted fragments instead of stored copies, symmetric cryptography instead of quantum-vulnerable handshakes, postage instead of filters, and an open standard instead of a landlord — running on a network with nine years of continuous operation, with software you can download today.

To explore further: distributedmailsystem.com for the product and beta downloads, cloudcoin.org for the full protocol specifications, and raidagroup.com for the company behind the network.

References
  1. Federal Bureau of Investigation, Internet Crime Complaint Center, Internet Crime Report 2023. ic3.gov
  2. Greenwald, G. & MacAskill, E., "NSA Prism program taps in to user data of Apple, Google and others," The Guardian, June 6, 2013.
  3. Electronic Frontier Foundation, "Why Metadata Matters." ssd.eff.org
  4. Cybersecurity and Infrastructure Security Agency, Post-Quantum Cryptography Initiative. cisa.gov/quantum
  5. National Institute of Standards and Technology, "NIST Releases First 3 Finalized Post-Quantum Encryption Standards," August 13, 2024.
  6. U.S. Office of Management and Budget, Report on Post-Quantum Cryptography Migration (federal agency estimate, 2024).
  7. Dwork, C. & Naor, M., "Pricing via Processing or Combatting Junk Mail," CRYPTO '92.
  8. National Institute of Standards and Technology, Post-Quantum Cryptography FAQ: on Grover's algorithm and AES. csrc.nist.gov
  9. United States Patent No. 10,650,375, "Method of authenticating and exchanging virtual currency" (client-to-redundant-servers architecture).