2

I am creating a chrome extension which works with the gmail api. The email format followed is based on RFC 2822. I want to modify the email. Is there any standard library in javascript to manipulate the RFC 2822 compliant email?

4

1 回答 1

1

我真的很喜欢andris9的 Mailparser。它是为 Node 制作的,但您可以浏览它或从源代码中获取灵感。

解析后,您可以使用他的另一个库Mailcomposer 对其进行操作。

于 2015-06-29T17:08:14.757 回答