hydroxide icon indicating copy to clipboard operation
hydroxide copied to clipboard

hydroxide appears to strip email headers

Open bobdobberson opened this issue 2 years ago • 4 comments

I've noticed that mail fetched via IMAP from hydroxide appears to be missing many headers, email delivery information, originating servers, etc.

I'm wondering if there would be a simple way (I don't grok 'go') to avoid the apparent header filtering that is going on in imap/message.go?

https://github.com/emersion/hydroxide/blob/master/imap/message.go#L374

bobdobberson avatar Jan 19 '23 23:01 bobdobberson

I think @bobdobberson is actually talking about missing Header fields in the https://github.com/emersion/hydroxide/blob/master/protonmail/messages.go#L56-L84 file?

@bobdobberson What kind of mail headers are missing? Do you have a list/examples?

cookiengineer avatar Jun 19 '23 09:06 cookiengineer

@cookiengineer when I opened this, the messages downloaded by offlineimap via hydroxide were missing all of the important (to me) headers that explain what mail servers the message passed through, and other information.

I do not know if any changes have happened since that improve this behavior.

Take a look at the headers to your messages downloaded through hydroxide compared to 'view original' in the web interface.

bobdobberson avatar Jun 21 '23 04:06 bobdobberson

To be clear, the headers are present when messages are downloaded with offlineimap via proton-bridge.

bobdobberson avatar Jun 21 '23 04:06 bobdobberson

This is the same issue as #142 (and #201 which was closed as a duplicate)

Related PRs: #143 and possibly #129

mikejzx avatar Dec 04 '23 09:12 mikejzx