php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33501 imap_8bit() sometimes drops '.' at end of line
Submitted: 2005-06-28 19:24 UTC Modified: 2005-06-28 20:01 UTC
From: mrten+php at ii dot nl Assigned:
Status: Not a bug Package: *Mail Related
PHP Version: 4.3.10 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mrten+php at ii dot nl
New email:
PHP Version: OS:

 

 [2005-06-28 19:24 UTC] mrten+php at ii dot nl
Description:
------------
imap_8bit() sometimes drops a . at the end of the line (example between ||)

|img src="cid:yadayada.jpg" |

 becomes 

|img src=3D"cid:yadayada=
jpg"=20|




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-28 19:27 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

And update your IMAP client library (cclient) first.
PHP just wrapps appropriate cclient functions and I doubt that it's really PHP fault. 
 [2005-06-28 19:55 UTC] mrten+php at ii dot nl
test of bugreport interface
 [2005-06-28 19:56 UTC] mrten+php at ii dot nl
oooh, UW. now I understand why it doenst work...

sorry, both options are not feasible. it is a production server, not under my control. i'll code around it, thanks for the quick reply.

(and can someone fix the interface for this webapp? this is the third time i'm submitting this!)
 [2005-06-28 20:01 UTC] tony2001@php.net
Feel free to reopen the report when/if you're able to provide more info about it.

>And can someone fix the interface for this webapp?

Works perfectly here.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 03:01:29 2024 UTC