emersion / hydroxide

A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
MIT License
1.56k stars 120 forks source link

Cannot send email from Evolution - "Invalid or missing message signature" #182

Open zarandya opened 3 years ago

zarandya commented 3 years ago

I am no longer able to send email from Evolution to non-Protonmail recipients. I am getting the following messages:

2021/06/19 14:51:32 creating draft message
2021/06/19 14:51:42 uploading message body
2021/06/19 14:51:44 sending message
2021/06/19 14:51:44 Received create event for message <MESSAGE ID>
2021/06/19 14:51:44 request failed: POST https://mail.protonmail.com/api/messages/<MESSAGE ID>: [2001] Invalid or missing message signature

Downgrading Evolution and/or Hydroxide did not make the error go away, so it is probably a change in the Protonmail API. Another device running Hydroxide+FairEmail still works though.

I have not set up any signing keys in Evolution or Protonmail.

tfardet commented 3 years ago

Same issue for me with git sendemail using hydroxide.

EDIT: it suddenly started working again for me this morning with git sendemail... so temporary upstream issue at Proton?

zarandya commented 3 years ago

nope, evolution still doesn't work

tfardet commented 3 years ago

Any news from this? It started happening again for me and, looking at the logs, I found the POST returned to be:

5001 "Missing x-pm-appversion header" which seems to me like protonmail is now checking for a specific header from their bridge apps...

r3k2 commented 2 years ago

this is happening to me now.. trying to sent a git patch using git sendmail O_O

alvaro-canepa commented 1 year ago

Same here using Laravel to send emails.

2022/12/12 16:18:32 SMTP server listening on 127.0.0.1:1025
2022/12/12 16:18:49 <EMAIL ADDRESS> logged in
2022/12/12 16:18:49 creating draft message
2022/12/12 16:18:50 uploading message body
2022/12/12 16:18:51 sending message
2022/12/12 16:18:52 request failed: POST https://mail.proton.me/api/messages/<MESSAGE ID>: [2001] Invalid or missing message signature, please sign out and back in again

any update?

poshul commented 3 months ago

Still an issue.