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

Fix email header encoding issue #4

Open
nathanielrindlaub opened this issue Sep 14, 2022 · 0 comments
Open

Fix email header encoding issue #4

nathanielrindlaub opened this issue Sep 14, 2022 · 0 comments
Assignees

Comments

@nathanielrindlaub
Copy link
Member

We initially had some trouble decoding and parsing the RidgeTec emails because they were in an encoding called "Quoted-Printable Content-Transfer-Encoding" (see Stack Overflow post about it here). We've since successfully decoded it, and the HTML body Looks clean, but the headers appear to still be stuck in that same form of encoding. Perhaps the headers had an additional layer of nested encoding?

At any rate, we are able to extract the thumbnail URL and metadata just fine, so I suppose this isn't terribly high priority.

@nathanielrindlaub nathanielrindlaub self-assigned this Sep 14, 2022
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

1 participant