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

False encoding of iOS emails #67

Open
J04n5mith opened this issue Dec 3, 2018 · 2 comments
Open

False encoding of iOS emails #67

J04n5mith opened this issue Dec 3, 2018 · 2 comments
Labels
bug good first issue Want to get started with contributing? This is easy to implement.

Comments

@J04n5mith
Copy link

If you send an email to the bot from an iOS device it encodes false.

This text:
4 kontis (2 m mit Mütze, 1 m mit Bart und 1 w älter) am Rathenauplatz Richtung Bahnhof.

Encodes to this:
4 kontis (2 m mit M=C3=BCtze, 1 m mit Bart und 1 w =C3=A4lter) am Rathenaupl=
atz Richtung Bahnhof.=20

@git-sid
Copy link
Contributor

git-sid commented Dec 4, 2018

Looks like a strange ASCII representation of UTF-8 encoding, where % is sometimes (?) replaced with =.
Might be related to #27

@git-sid
Copy link
Contributor

git-sid commented Jan 8, 2019

I've found what it is!
It's the wrong encoding! Or rather it's the quoted printable version of the utf-8 string.
we could implement something like this to fix future encoding errors in email reports.

@b3yond b3yond added bug good first issue Want to get started with contributing? This is easy to implement. labels Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Want to get started with contributing? This is easy to implement.
Projects
None yet
Development

No branches or pull requests

3 participants