purebred-mua / purebred-email

A fast email parsing library implemented in Haskell
https://hackage.haskell.org/package/purebred-email
GNU Affero General Public License v3.0
23 stars 4 forks source link

boundary must be 1..70 characters (and other restrictions) #33

Closed frasertweedale closed 3 years ago

frasertweedale commented 5 years ago

Adjust types to enforce boundary being 1..70 characters (and other restrictions). See https://tools.ietf.org/html/rfc2046#section-5.1.1 for details.