On Thu, 18 Sep 2003, Jurgen Botz wrote: >Andreas Aardal Hanssen wrote: >> Then there's a couple of MIME bugs to be fixed and some scripts to be >> written, before 1.2.3 will be released. >If you'd like to elaborate on these, you might get some help... ;-)
Well if I knew exactly what was wrong, I'd fix it! ;) But seriously, here are two points: - I have assumed that all boundary delimiters in a multipart must start with a CRLF. This is not the case for the first delimiter, which may start at the first byte of the body. - There are errors with documents with multiparts inside multiparts. The error may be in parseFull() or they may be in getPart() - I'm investigating this now. The errors are that some multiparts are simply not parsed, that is they are skipped.. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | "It is better not to do something http://www.bincimap.org/ | than to do it poorly."

