-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenPGP encrypted e-mails have wrong Content-Type #197
Comments
The message that is passed to gmi is correct presumably? You can check by adding a |
It seems like this issue is not too old: https://issuetracker.google.com/issues/171715824, but old enough that I am worried about it ever getting fixed.. Signed messages that used to work "recently" stopped working. |
Thanks for keeping me in the loop @gauteh and adding a comment there. Much appreciated! Yep, it may not getting fixed any time soon. Still I'd keep this ticket open (or add an item to Caveats) as a warning to others that may get weird results when using encrypted OpenPGP messages. |
Agreed, let's keep it open, for a while at least.
…On Wed, Apr 21, 2021 at 9:38 AM Wiktor Kwapisiewicz < ***@***.***> wrote:
Thanks for keeping me in the loop @gauteh <https://github.com/gauteh> and
adding a comment there. Much appreciated!
Yep, it may not getting fixed any time soon. Still I'd keep this ticket
open (or add an item to Caveats) as a warning to others that may get weird
results when using encrypted OpenPGP messages.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#197 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAN363A2JMIWMW2JFIVE33TJZ6GTANCNFSM43BLZR4A>
.
|
The rumors are correct, Gmail API mangles up PGP/MIME messages. I just saw some movement on the issue https://partnerissuetracker.corp.google.com/issues/171715824/resources - fingers crossed. |
Hi,
Thanks for this project!
I'm using gmi to sync folders (which works great) and to send e-mail which works mostly okay with one minor issue: PGP encrypted e-mails. (for the record I'm using these instructions).
The e-mail being sent has this header:
But the receiving side gets something like this:
And this change confuses many e-mail clients (most notably Thunderbird) into thinking it's not encrypted (while it is).
Funnily enough it seems the original message is correctly stored in Gmail's Sent folder.
I think this may be a limitation of Gmail's API as I've heard rumors that this is the reason why Flowcrypt (that also uses Gmail API) doesn't send PGPMIME messages (but I'm not sure) but even if it is I think it'd be good to at least mention this limitation.
Using direct SMTP connection avoids this issue (at the expense of having a separate app password :( ).
The text was updated successfully, but these errors were encountered: