-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Use Flanker to improve parsing of badly encoded mail #46
Labels
✨ enhancement
Improvement or change to an existing feature
Comments
kdeldycke
changed the title
Reuse flanker's mail parsing utilities
Improve mail parsing with flanker
Jan 13, 2017
kdeldycke
changed the title
Improve mail parsing with flanker
Improve parsing of badly encoded mail with flanker
Jan 13, 2017
kdeldycke
changed the title
Improve parsing of badly encoded mail with flanker
Improve parsing of badly encoded mail with Flanker
Jan 13, 2017
Closed
kdeldycke
changed the title
Improve parsing of badly encoded mail with Flanker
Improve parsing of badly encoded mail
Jun 7, 2017
Flanker is now Python3-compatible. But we will close this issue for now while we wait for community feedbacks following the revival of this project. |
kdeldycke
changed the title
Improve parsing of badly encoded mail
Use Flanker to improve parsing of badly encoded mail
Sep 8, 2020
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
kdeldycke
added
✨ enhancement
Improvement or change to an existing feature
and removed
enhancement
labels
Nov 23, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Detection and skipping of badly encoded mails has been added in #47. We can go further and improve parsing of these mails.
Flanker is a good effort to better parse email content in Python: https://github.com/mailgun/flanker . The idea would be to reuse its parsing utilities.
Unfortunately,
Flanker
doesn't target Python 3: mailgun/flanker#106 . Some efforts are made on side branches and forks to makeFlanker
Python 3 ready: mailgun/flanker#106 (comment) . But reconciliation of these forks is unlikely to happen. 😢The text was updated successfully, but these errors were encountered: