Email · Delivery & spam

POP3, IMAP and SMTP are not supported — why

You cannot add your Private.Ki mailbox to Outlook, Apple Mail, Thunderbird or a phone's mail app. The reasons follow from how the mailbox is encrypted.

WiA·3 min·Updated 11 Sept 2026·Verified against app release 2026.09

Private.Ki offers no POP3 or IMAP access to your mailbox and no SMTP login for sending. Your mail is read and written in the Private.Ki web app or the Private.Ki apps for iOS and Android, and nowhere else. This is not a missing feature waiting on a roadmap; it follows directly from the way the service is built.

What that means in practice

You cannot:

  • add your Private.Ki address as an account in Outlook, Apple Mail, Thunderbird, Gmail's app, or any other mail program;
  • fetch your mail with a "mail checker", a backup tool or a script that logs in over IMAP or POP3;
  • use Private.Ki as an outgoing (SMTP) server in another program, a printer or a website.

You can:

  • use the web app in any modern desktop or mobile browser — see Web app vs. native app;
  • install the apps on your phone;
  • receive mail from anyone and send to anyone. SMTP is how our server talks to the rest of the world; it is only the login for you that does not exist.

Why

Your mailbox is stored as ciphertext for your key. Every message — including mail that arrived from outside in clear — is encrypted to your PGP key the moment it reaches our server, and the private key exists only on your devices, protected by your passphrase. An IMAP server could hand a mail program the stored data, but the program would receive PGP blocks it cannot open, with encrypted subjects and no sender names. It would show you a list of unreadable lumps.

There is no password on the server to log in with. Private.Ki authenticates you with the OPAQUE protocol: the server never sees your passphrase, not even during sign-in, and it holds nothing a password could be checked against. IMAP, POP3 and SMTP authentication all work by sending a password to the server. There is nothing on our side for such a login to compare against, and building one would mean storing something we have deliberately chosen never to store.

The security marks live in the app. The padlocks, the signature check, blocked images, the link confirmation, the sender's key import, the key-change warning — all of it runs in Private.Ki's own code on your device, after decryption. A third-party client would either skip these checks or, with PGP add-ons, do them in its own way and with its own keys. The guarantees described in this help centre would no longer hold.

Sending goes through the composer for a reason. Encryption for each recipient, signing, the check that every external recipient has a key, and the header handling that keeps your device out of the message are done on your device and finished by our server. A generic SMTP relay would have to accept whatever a client sends, in clear.

If you need mail in a desktop program

The Private.Ki web app runs in a desktop browser with the full mail and chat feature set, keyboard shortcuts included, and can be pinned as its own window in most browsers (Install app or Add to Dock in the browser menu). Attachments download to your computer like any other file, and Show original lets you save any received external message as a standard .eml file that mail programs can open.

What our server sees

Cannot see

  • Your passphrase or any password equivalent — there is nothing for a mail client to present

Can see

  • Nothing more than in normal use; this article describes an absence, not a feature

Common questions

Can I at least forward my Private.Ki mail to another address automatically?

No. Automatic forwarding would send your mail in clear to a mailbox we do not protect. Forward individual messages from the app with Forward when you need to.

Can I import my old mailbox from another provider?

Not through IMAP. There is no mailbox import at present.

Will IMAP be added later?

Not in the form other providers offer. The reasons above are structural. Any future desktop access will be Private.Ki's own software, doing the decryption on your device the same way the apps do.

Article email/pop3-imap-smtpReplaces: Support of POP3, IMAP, SMTP, Support of POP3, IMAP, SMTP