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

If an email reply ends with a markdown-style quote, email reply parser includes this quote in the fragment corresponding to the quoted email reply #3

Open
RogerPodacter opened this issue Oct 10, 2011 · 0 comments

Comments

@RogerPodacter
Copy link

For example:

Hi! I'm replying to an email! let me end it with a quote:

> this is a quote! 

On Oct 9, 2011, at 3:47 PM, Maboo <[email protected]> wrote:

> THIS IS THE ORIGINAL EMAIL!
> HI!

This produces the following fragments:

--- 
- !ruby/struct:EmailReplyParser::Fragment 
  quoted: false
  signature: false
  hidden: false
  "@content": "Hi! I'm replying to an email! let me end it with a quote:"
  "@lines": 
- !ruby/struct:EmailReplyParser::Fragment 
  quoted: true
  signature: false
  hidden: true
  "@content": |-

    > this is a quote!

    On Oct 9, 2011, at 3:47 PM, Maboo <[email protected]> wrote:

    > THIS IS THE ORIGINAL EMAIL!
    > HI!
  "@lines": 

Maybe ERP should look for the On Oct 9, 2011, at 3:47 PM, Maboo <[email protected]> wrote business as well as the angle bracket?

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

1 participant