-
Notifications
You must be signed in to change notification settings - Fork 126
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
hydroxide appears to strip email headers #242
Comments
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 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. |
To be clear, the headers are present when messages are downloaded with offlineimap via proton-bridge. |
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
The text was updated successfully, but these errors were encountered: