mat-sz / letterparser

✉️ Isomorphic e-mail parser (with MIME support) written in TypeScript.
BSD 3-Clause Clear License
36 stars 4 forks source link

Support for ReplyTo addresses #18

Closed LovingGarlic closed 3 months ago

LovingGarlic commented 3 months ago

Could we get support for a list of ReplyTo addresses as outlined in RFC2822?

mat-sz commented 3 months ago

@LovingGarlic Do you want to have them introduced in the extract function or is there something else?

LovingGarlic commented 3 months ago

The extract function is what I had in mind

mat-sz commented 3 months ago

@LovingGarlic Apologies for the delay, published with 0.1.7.

LovingGarlic commented 3 months ago

@mat-sz No worries. Thanks for getting it done