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