mailgun / flanker

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

Email body parser question #242

Open deadlydoge opened 4 years ago

deadlydoge commented 4 years ago

Hi, guys!

I want to ask you, is it possible create parser for my local email provider and push it to your production mailgun.com?

Our company is facing some not-fair behavior: when email was replied from seznam.cz, in "stripped-text" we got whole email thread.

I'm able to write simple parser for this structure.

Can you answer for these questions:

  1. Is it possible propagate to your production?
  2. If first is "YES", where can I find manual or inspiration for your code structure to write this parser

Thank you, Dmytro