Skip to content
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

Open
bobdobberson opened this issue Jan 19, 2023 · 4 comments
Open

hydroxide appears to strip email headers #242

bobdobberson opened this issue Jan 19, 2023 · 4 comments

Comments

@bobdobberson
Copy link

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

@cookiengineer
Copy link

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?

@bobdobberson
Copy link
Author

@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
Copy link
Author

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

@mikejzx
Copy link
Contributor

mikejzx commented Dec 4, 2023

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

Related PRs: #143 and possibly #129

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants