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

Failure to strip replies from emails with parents lacking quote '>' char, e.g. Yahoo Mail. #40

Open
aisipos opened this issue Feb 11, 2015 · 3 comments

Comments

@aisipos
Copy link

aisipos commented Feb 11, 2015

As an example email body:

Here's a reply

On Tuesday, February 10, 2015 4:25 PM, TestAccount <test@_blank_.com> wrote:

And here's the parent

parse_reply() isn't able to separate the reply from the parent in this case, it appears because the parent is lacking '>' characters in front. I would have thought this case unusual, but it seems Yahoo mail uses this style by default. Has anyone gotten parse_reply to work with Yahoo mail replies?

@anero
Copy link

anero commented Apr 24, 2015

Same seems to happen with Apple Mail client

@mmcquinn
Copy link

mmcquinn commented Oct 7, 2015

Just ran into this as well. Below is a snippet from the text version of the email, as received by Mandrill. The html version of the email does contain quotes, I believe, but that brings up other issues.

Anyone solve this elegantly?

comment6


On Oct 6, 2015, at 9:36 PM, Mike User <[email protected]<mailto:[email protected]>> wrote:

In Room <more >

@SeanProulx
Copy link

Has anyone solved this issue? We're trying to integrate SparkPost into our application and running into the same issue. Also with the ThunderBird client.

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

4 participants