php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32052 8-bit subject not encoded after RFC 2047
Submitted: 2005-02-21 15:35 UTC Modified: 2005-02-21 18:08 UTC
From: slava at livsy dot kiev dot ua Assigned:
Status: Not a bug Package: *Mail Related
PHP Version: 4.3.10 OS: Any
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 + 49 = ?
Subscribe to this entry?

 
 [2005-02-21 15:35 UTC] slava at livsy dot kiev dot ua
Description:
------------
When sending mail 8-bit Subject: data MUST be encoded as described in RFC 2047. No 8-bit headers allowed. php DOES NOT encode any subjects.

Affected all mail-sending software written in php including phpBB, phpNuke, smallNuke etc.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-21 18:08 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

PHP does not do e-mail encoding for you, the application is responsible for that.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC