1 Aug
2007
1 Aug
'07
8:55 p.m.
On Wed, August 1, 2007 8:36 pm, Tan Shao Yi <tansy@pacific.net.sg> said:
Will it be possible to make this available in the 1.0 branch? UW-IMAP seems to continue to process e-mails without the MIME-Version, so long as it has the Content-Type or -Encoding header.
It's an easy patch if you want to apply it to your installation. Probably something like this, although I haven't tried it...
src/lib-mail/message-parser.c @225:
- if (!hdr->eoh && strcasecmp(hdr->name, "Mime-Version") == 0) {
- //if (!hdr->eoh && strcasecmp(hdr->name, "Mime-Version") == 0) { /* it's MIME. Content-* headers are valid */ part->flags |= MESSAGE_PART_FLAG_IS_MIME;
- }