ID: 13465 Comment by: se at designlinks dot net Reported By: seung_hwan at hotmail dot com Status: Bogus Bug Type: IMAP related Operating System: Red Hat 7.1 (Seawolf) PHP Version: 4.0.6 New Comment:
OK - so how do we get in touch with the IMAP guys to correct this 'issue'? I agree that the fault lies squarely on the shoulders of the sender for not adding the mandatory MIME-version header, but surely imap_fetchstructure can deal with the missing header. Eh - what if we just inject the mandatory field into the header before calls to this function (whether or not the field is already there?) Previous Comments: ------------------------------------------------------------------------ [2003-01-22 08:30:59] tm at bogs dot de I've found the following explanation for this problem (although many mail clients interpret the content as html, imap do not so, but it seems to be an error on side of the sender not of the receiver): "[...] Once again, let me emphasize that "Content-Type: text/html" without the mandatory MIME-Version header is garbage. It violates both MIME and the older format." See also: - http://www.faqchest.com/prgm/wuimap-l/imap-01/imap-0110/imap-011002/imap01103110_15803.html - http://www.faqchest.com/prgm/wuimap-l/imap-01/imap-0110/imap-011002/imap01103111_18907.html - http://www.faqchest.com/prgm/wuimap-l/imap-01/imap-0110/imap-011002/imap01103001_02507.html ------------------------------------------------------------------------ [2001-10-19 02:42:37] [EMAIL PROTECTED] If it is a bug (which I doubt), it's not a PHP bug, but a bug in the library that the imap extension used. I recommend to check this out with the imap guys. Not a PHP bug > bogus. ------------------------------------------------------------------------ [2001-10-19 00:00:16] seung_hwan at hotmail dot com Nobody knows how to solve this problem??? ------------------------------------------------------------------------ [2001-09-26 22:05:51] seung_hwan at hotmail dot com The list of modules I compiled PHP with: ./configure --with-apxs=/usr/local/apache/bin/apxs \ --with-mysql=/usr/local/mysql \ --with-imap=/usr/local/imap \ --with-language=korean \ --with-charset=euc_kr \ --with-zlib \ --enable-track-vars \ --disbale-debug \ --enable-modules=so \ --with-config-file-path=/usr/local/apache/conf \ My server environments: OS - Red Hat 7.1 PHP - 4.0.6 qmail - 1.03 imap - 4.7 apache - 1.3.20 mysql - 3.23.39 If a mail header contains 'Mime-Version: 1.0', imap_fetchstructure works ok. However If not, imap_fetchstructure always returns the type value as text and the subtype value as plain. For example, suppose I receive the following mail. x-sender: [EMAIL PROTECTED] x-receiver: [EMAIL PROTECTED] Received: from myonair.com by gaultier with Microsoft SMTPSVC(5.0.2172.1); Tue, 25 Sep 2001 11:34:08 +0900 Received: (qmail 31008 invoked by uid 99); 25 Sep 2001 11:39:49 +0900(KST) Date: 25 Sep 2001 11:39:49 +0900(KST) Message-ID: <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: test From: [EMAIL PROTECTED] Content-Type: text/html; charset=ks_c_5601-1987 Return-Path: [EMAIL PROTECTED] X-OriginalArrivalTime: 25 Sep 2001 02:34:08.0868 (UTC) FILETIME=[8DAA4240:01C1456A] <iframe frameborder="0" scrolling="no" topmargin="0" leftmargin="0" src="http://mail.myonair.com/letter/mail_to.html?user_no=2" width="620" height="450"></iframe> The mail content type is text/html, but imap_fetchstructure returns the content type as text/plain because there is not 'Mime-Version: 1.0' in the mail header. If the mail header contains 'Mime-Version: 1.0', imap_fetchstructure works properly. Is this a kind of bug? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=13465&edit=1