3 test: multiple field w/ the same name must be preserved (Received:)
5 codecs bench/optimization
7 MimeEntity cpyctor & op=
9 b64 & qp examples converted to File::iterator
11 BUG: istring::find e istring::compare NON sono case insensitive
13 override MimeEntity::write for binary entities (application/* etc.) so
14 we don't need to store files in memory but we can just print them out
17 usare size_t(in config.h) invece di unsigned int
19 opt: create boundaries using char that are not allowed for
26 MMFile and StdFile tests
28 MMFile and StdFile must be handled by configure
30 inline keyword where needed
33 copy(beg,end,omimeentity_itarator<char>(entity))
35 imimeentity_itarator beg(entity), end;
36 copy(beg,end, outputit)
51 -? usenet msg format test
53 - DateTie > < >= <= == !=
54 - DateTime() ctor == Now()
55 - tutte le classi devono ritornare la stringa di inizializzazione se
56 sono state costruite tramite stringa di input in modo da minimizzare
57 la differenza tra contenuti parsed e quelli reali
58 - field "\"" quoting support
60 -? field << Charset(IS08859-1) << base64str <<
61 Charset(ISO8859-4) << 34 << 55;
62 field.append(Charset(), base64str);