mailgun / flanker

Python email address and Mime parsing library
http://www.mailgun.com
Apache License 2.0
1.63k stars 204 forks source link

Support for Python 3 #193

Closed horkhe closed 6 years ago

horkhe commented 6 years ago

Support for Python 3 was added so that the Python 2 behavior has not changed. As a result Python 3 specific logic may be not that efficient due to extra conversions between text and bytes, but that is intentionally left for future improvements.

Fixes #97

horkhe commented 6 years ago

@mhahnenberg We do not use Python 3 in house so I would appreciate any comments.

mhahnenberg commented 6 years ago

@horkhe We also don't yet (we've just begun our journey of which converting flanker is one of the early steps) but I can take a look to try and help 😄

horkhe commented 6 years ago

@mhahnenberg then we will probably just accept it as is, and will keep polishing the solution based on the community feedback. @b0d0nne11 any objections?

b0d0nne11 commented 6 years ago

@horkhe nope. lgtm.