github / github/email_reply_parser
Failure to strip replies from emails with parents lacking quote '>' char, e.g. Yahoo Mail.
- 主要语言
- Ruby
- 星标
- 708
- 派生
- 156
- PR 合并指标
- 30 天内没有已合并 PR
描述
As an example email body:
```
Here's a reply
On Tuesday, February 10, 2015 4:25 PM, TestAccount 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?
贡献指南
调研方向
Start by reproducing the supplied Yahoo Mail-style body with parse_reply and inspect how the reply and parent are separated when the parent lacks leading quote characters. Done means the example reliably returns the reply separately from the parent content; the issue does not name a specific file or test to run.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- ruby
- 领域
- backend
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100