emailreplyparser:GitHub的电子邮件回复解析器库的Go端口

时间:2024-06-04 05:00:00
【文件属性】:

文件名称:emailreplyparser:GitHub的电子邮件回复解析器库的Go端口

文件大小:35KB

文件格式:ZIP

更新时间:2024-06-04 05:00:00

Go

Go的电子邮件回复解析器 GitHub的库的Go端口。 该库将电子邮件正文解析为片段,并在适当时将片段标记为引号或作为签名的一部分。 最常见的用例是获取回复的文本,而忽略签名和引用的原始电子邮件。 它可以正确分析顶部,底部和内联回复。 安装 要安装emailreplyparser运行: go get github.com/recapco/emailreplyparser 用法 该库可用于从电子邮件正文获取回复文本,例如: reply , err := emailreplyparser . ParseReply ( emailBody ) 该库还可以用于检索签名。 例如: func Signature ( text string ) ( string , error ) { email , err := emailreplyparser . Read ( text ) i


【文件预览】:
emailreplyparser-master
----.travis.yml(83B)
----LICENSE(1KB)
----README.md(2KB)
----test_emails()
--------email_2_2.txt(314B)
--------email_iPhone.txt(43B)
--------greedy_on.txt(522B)
--------email_1_1.txt(320B)
--------email_sent_from_my_not_signature.txt(79B)
--------email_1_8.txt(811B)
--------email_1_5.txt(424B)
--------email_BlackBerry.txt(47B)
--------email_bullets.txt(348B)
--------email_sig_delimiter_in_middle_of_line.txt(83B)
--------pathological.txt(3KB)
--------email_2_1.txt(626B)
--------email_multi_word_sent_from_my_mobile_device.txt(64B)
--------email_one_is_not_on.txt(230B)
--------email_1_7.txt(266B)
--------email_1_2.txt(1KB)
--------correct_sig.txt(56B)
--------email_1_4.txt(156B)
--------email_1_3.txt(2KB)
--------email_1_6.txt(427B)
----email.go(4KB)
----vendor()
--------github.com()
----email_test.go(8KB)
----Godeps()
--------Godeps.json(274B)
--------Readme(136B)

网友评论