2 Aug
2007
2 Aug
'07
6:15 p.m.
Hi Timo,
Thanks so much.
UW-IMAPD includes an additional check for the Content-Transfer-Encoding too. Would it be a good idea to include it too?
From rfc822.c in UW-IMAPD:
if (!strcmp (tmp+8,"TRANSFER-ENCODING") || (!strcmp (tmp+8,"TYPE") && strchr (d,'/'))) { MM_LOG ("Warning: MIME header encountered in non-MIME message", PARSE);
Cheers.
On Thu, 2 Aug 2007, Timo Sirainen wrote:
On Thu, 2007-08-02 at 08:36 +0800, Tan Shao Yi wrote:
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.