2 - Solaris compatibility fixes (thanks to Shan Will)
5 - utils.h: gcc 4.1 compatibility fix
6 - assert() on malformed quoted-printable messages removed
9 - Body::load optimization (thanks to Jorge Ortiz Claver)
10 - InIt copy_until_boundary fix (thanks to Harald Gering)
11 - fixes to let it build on Solaris (thanks to Shan Will)
14 - thread-safe MessageId
15 - always use CRLF (instead of '\n') on write functions
17 - fix: endless loop on malformed base64 input (thanks to Soenke Schau [ss])
18 - fix: no more characters are eaten by folding algorithm when a word is
19 longer then the chosen folding limit
20 - fixed a bug that segfault apps parsing some 'binary' encoded entities
21 (thanks to Paul Marcovici)
22 - examples/exbin, correctly extract 'binary' encoded entities
25 - Codec const-ness mimetic::Body fix
26 - itparser memory leak fixed
30 - initial Win32 support (thanks to Andreas Gruen [agr])
31 - copyright date updated
32 - config_win32.h autogen on 'make dist'
33 - removed a linux specific header file
34 - inline changed to be the first keyword in funcs declaration
35 (thanks to Harald Gering)
36 - *.cc renamed to *.cxx (required by MS Visual C++)
37 - IteratorParser<>::append() fix [agr]
38 - Mailbox::str() fix [agr]
43 - Body::set(...) added
44 - doc/header.html and doc/footer.html added to distribution pkg
45 - dist-hook to rm test/*.cutee.* test/autocutee.mk
48 - parser bug: \n after the body of multipart msgs (see t.parser.h::t0)
52 - cutee (unit testing engine) upgraded
53 - a multi-function email tool has been added into the examples
54 directory. it's still work in progess but already useful for
56 - Attachment and subclasses modified for easy porting
57 - fix to avoid an error when parsing fields without any
58 value: "fieldname: \n". (segfaults if such field is the first one)
62 - random_access_iterator parser fixed:
63 sometimes boundary was included into the body
64 - input_iterator parser fixed (will no more ignore the
66 - MMFile::open() will return true only opening regular files
69 - initial public release