shenxn / protonmail-bridge-docker

ProtonMail IMAP/SMTP Bridge Docker container
GNU General Public License v3.0
382 stars 77 forks source link

Incorrect login credentials with credentials from info output #103

Open SirEdvin opened 4 months ago

SirEdvin commented 4 months ago

So, I get all credentials from info command of bridge instance and make sure that it persist after restart, but I always get this error, with or without starttls.

ERRO[May 29 09:20:48.071] Incorrect login credentials.                  pkg=smtp username=<my email>

What do I doing wrong here?

Neriderc commented 1 month ago

Not sure if you worked this out. I'm using this to pull details from another docker container that wants to read email attachments, but some of the challenges I had are likely the same. I wrote a comment here with full details.

Two key things for me:

My guess is the first one, try disabling the encrypted connection (this is the connection between the bridge and your email client, presumably on the same machine, so the security concerns are minimal).