php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30724 Unicode subject lines getting garbled
Submitted: 2004-11-09 00:25 UTC Modified: 2004-11-09 07:02 UTC
From: mfurdyk at takingitglobal dot org Assigned:
Status: Not a bug Package: Mail related
PHP Version: 4.3.9 OS: Redhat 7.3
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:
11 + 33 = ?
Subscribe to this entry?

 
 [2004-11-09 00:25 UTC] mfurdyk at takingitglobal dot org
Description:
------------
I have checked to see if this is a problem with qmail, but it is not.

If I send an e-mail, using UTF-8 as encoding for the .php files that does this, with the subject and body being Unicode Russian or Spanish or any type of special characters, the subject always comes through missing characters...

The body, however, is always fine!

Reproduce code:
---------------
mail("$full","Вестник TakingITGlobal 4.11: Предпринимательство","TakingITGlobal 4.11: представляет whatever here","From: test@whatever.com\nContent-Type: text/plain; charset=\"utf-8\"\n");


Expected result:
----------------
Subject retainining all UTF-8 characters.

Actual result:
--------------
Subject:
 е  ник TakingITGlobal 4.11:   едп инима ел   во

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-11-09 07:02 UTC] tony2001@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.

You need to encode non-ASCII subject lines with base64_encode() or imap_qprint().
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC