Skip to content

Releases: asimpletune/typescript-mailbox-parser

v0.0.3

20 Nov 20:21
9d6a756

Choose a tag to compare

There's a bug in tsup that sometimes prevents default exports from working properly.

v0.0.2

20 Nov 12:46
a6b0c3a

Choose a tag to compare

  • Improve support for quoted strings in the local portion of an email
  • Export the mailbox function 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

23 Sep 10:35

Choose a tag to compare

  • 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