github / github/email_reply_parser
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
- Vorherrschende Sprache
- Ruby
- Sterne
- 708
- Forks
- 156
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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 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 wrote:
> THIS IS THE ORIGINAL EMAIL!
> HI!
"@lines":
```
Maybe ERP should look for the `On Oct 9, 2011, at 3:47 PM, Maboo wrote` business as well as the angle bracket?
Beitragsleitfaden
Rechercherichtung
Beginne damit, das Problem anhand des E-Mail-Beispiels zu reproduzieren, und untersuche, wie der Parser Markdown-artige Zitate und die Antwortmarkierung „On Oct 9, 2011...“ verarbeitet. Erledigt ist es, wenn das abschließende Zitat nicht im sichtbaren Fragment enthalten ist, während die ursprünglich zitierte E-Mail verborgen bleibt.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- ruby
- Bereich
- backend
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 35/100