mozilla-comm / jsmime

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

Investigate alternatives to synchronous parsing in MimeParser #5

Open jcranmer opened 10 years ago

jcranmer commented 10 years ago

The current parser implementation parses as much code as it can whenever a new buffer is delivered to it. This approach may not be the best way to handle the parsing.