IMAP settings · proton.me · protonmail.com
Proton Mail IMAP settings
Proton Mail has no IMAP server you can connect to from the outside, and that is not an oversight: mail is stored encrypted, and only your own device holds the key. Access for mail clients goes through Proton Mail Bridge — a desktop application that decrypts locally and serves IMAP at 127.0.0.1, on your own machine. Which is why an online migration service cannot reach a Proton mailbox at all, ours included.
IMAP connection
- Server
- 127.0.0.1
- Port
- 1143
- Encryption
- STARTTLS
- Username
- full address
- Password
- the password from Bridge
Sending, SMTP
- Server
- 127.0.0.1
- Port
- 1025
- Encryption
- STARTTLS
Checked against the service's own autoconfiguration file on 2026-09-15 — the same source Thunderbird reads when it fills the settings in for you. Source: autoconfig.protonmail.com
What breaks here.
- There is no public hostname. The address a client connects to is 127.0.0.1 — your own computer — port 1143 with STARTTLS, served by Bridge.
- Bridge requires a paid Proton plan. On the free plan no mail client can connect, and nothing in the settings changes that.
- Bridge has to be running during the whole migration. Close it and the connection dies mid-transfer.
- The password is the one Bridge shows you, not your Proton account password.
Questions
The short answers
Can MoveMailbox migrate a Proton mailbox online?
No, and neither can any other hosted service. Bridge listens on 127.0.0.1, which only your own machine can reach. Use the desktop client on the same computer where Bridge runs — that works.
Is there any way without a paid plan?
Not over IMAP. The free plan has no Bridge, so a mail client cannot connect at all; exporting through the web interface is the remaining route.
Which port does Bridge use?
IMAP on 1143 and SMTP on 1025, both with STARTTLS, both on 127.0.0.1. Bridge shows the exact values, including the generated password.
Can I migrate into Proton instead?
Same rule in reverse: the destination has to be reachable, so it works with Bridge running locally and our desktop client on that machine.
Find out how big your mailbox is. It costs nothing.
Connect two servers, look at the size and decide. Or take the client and keep everything on your side.
Code on GitHub · built on imapsync · no sign-up