GaloisInc / mime

A Haskell MIME library
Other
12 stars 11 forks source link

Don't case fold header keys #2

Open singpolyma opened 12 years ago

singpolyma commented 12 years ago

It would be nice to use http://hackage.haskell.org/package/case-insensitive instead of hard case-folding header keys. This allows the original string to be re-extracted, which can be useful, especially in re-constructing the original message.