Releases: asimpletune/typescript-mailbox-parser
Releases · asimpletune/typescript-mailbox-parser
v0.0.3
v0.0.2
- Improve support for quoted strings in the local portion of an email
- Export the
mailboxfunction by default - Return a discriminated union instead of a success object or array of error strings
- Automate generating the example code used in the README
- Add explicit license
v0.0.1
- Document how it's used and why there won't be many updates
- Write a wrapper around the mailbox parse result to create an API
- Tree shake the RFC 5322 grammar to isolate just the mailbox part