To Do list for Boost.Mime:

General:
* Finish the test suites
** Compare results to python parser
** Try to parse some bad mime inputs
--> Added 0019-NoBoundary test
* Integrate into cpp-netlib
* Write some docs

Specific:
* Rename make_mime into something better. Parse, Encode?
--> Changed the name to 'parse_mime', and made the stream and iterator versions use the same name
* Start using boost::exception
* Look into making the parsing restartable
* Figure out how to 