Edit report at https://bugs.php.net/bug.php?id=66733&edit=1

 ID:                 66733
 Updated by:         c...@php.net
 Reported by:        cmbecker69 at gmx dot de
 Summary:            Sent mails are lacking important header fields
-Status:             Assigned
+Status:             Wont fix
 Type:               Bug
 Package:            Website problem
 Operating System:   irrelevant
 PHP Version:        Irrelevant
 Assigned To:        peehaa
 Block user comment: N
 Private report:     N

 New Comment:

Given that bugsnet has been superseded by GH issues, it is
sufficiently safe to assume that this issue won't be fixed.


Previous Comments:
------------------------------------------------------------------------
[2014-02-18 14:54:48] cmbecker69 at gmx dot de

Description:
------------
The emails sent to subscribers of bug reports are lacking a
Content-Type header field. According to RFC 2045 section 5.2[1]
such messages are treated as with the default Content-Type:

  Content-type: text/plain; charset=us-ascii

This might cause MUAs to incorrectly display characters outside
the ASCII range.

Adding
  
  Content-Type: text/plain; charset=UTF-8
  
should solve the issue.

Furthermore the Content-Transfer-Encoding is missing, so according
to RFC 2045 section 6.1[2] it defaults to

  Content-Transfer-Encoding: 7bit
  
However, it should be

  Content-Transfer-Encoding: 8bit
  
[1] <https://tools.ietf.org/html/rfc2045#section-5.2>
[2] <https://tools.ietf.org/html/rfc2045#section-6.1>



------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=66733&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to