mozilla-comm / jsmime

A MIME parser written in JavaScript
MIT License
42 stars 18 forks source link

Add support for writing out parameter-style headers #8

Open jcranmer opened 10 years ago

jcranmer commented 10 years ago

The big stumbling block here is properly emitting RFC 2231 support. Combined with careful attention to maximum line lengths, this is actually surprisingly difficult.