> On 3/29/06, Tomas Kuliavas <[EMAIL PROTECTED]> wrote: >> SquirrelMail does not parse message structure. It gets structure from >> IMAP >> server. >> >> from dovecot src/lib-imap/imap-bodystructure.c >> >> /* If there was no Mime-Version, forget all the Content-stuff */ > > Thanks. The interesting part is that particular section of code has > been the same since 2003, so some other changes to that file are > responsible for the difference in behavior.
I think it is not present in 0.99.14 sources and src/lib-imap/imap-bodystructure.c is different in 0.99.x. Contact form mailer creators and ask them to fix their scripts. Dovecot fails to detect mime structure. I think courier-mta will corrupt such messages by default. Some smtp servers have configuration options that reject such emails. Or talk to dovecot developers. But you should understand that dovecot code is not broken. Your messages are not MIME formated (see rfc2045 chapter 4) and dovecot does not have to spend extra time processing structure of the message. They only have to read message header. If SquirrelMail has to parse message structure, our scripts would do the same. Lack of Mime-version header indicates standard rfc822 message without any mime formating. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
