php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2576 Function imap_8bit() does not encode spaces
Submitted: 1999-10-20 05:04 UTC Modified: 2000-03-01 15:11 UTC
From: pelle dot andersson at its dot uu dot se Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.12 OS: Linux 2.2.5 (Redhat 6.0)
Private report: No CVE-ID: None
 [1999-10-20 05:04 UTC] pelle dot andersson at its dot uu dot se
The function imap_8bit() does not encode spaces. Spaces shuold be replaced by "_" in an quoted printable-encoded string.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-01 15:01 UTC] hholzgra at cvs dot php dot net
this is not true for qouted-printable encoded
text (see RFC2045, section 6.7)

it would be true for encoding 'Q' in
RFC2047 encoded header fields, but this
is a different story
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 13:01:32 2024 UTC