Ticket #1485757 (closed Bugs: fixed)

Opened 18 months ago

Last modified 18 months ago

Blank message

Reported by: ajlorente Owned by:
Priority: 5 Milestone: 0.2.1
Component: PHP backend Version: 0.2-stable
Severity: normal Keywords: blank message
Cc:

Description

Blank message body, but viewed when I press "view source" button. Also viewed at older version, 0.2.alpha.

Message content-encoding: base64. Version from svn: 2309 Attached one of problematic message.

Thanks.

Attachments

message.txt (3.0 KB) - added by ajlorente 18 months ago.
Problematic message base64

Change History

Changed 18 months ago by ajlorente

Problematic message base64

Changed 18 months ago by alec

  • component changed from MIME parsing to PHP backend
  • milestone set to 0.2.1

The problem is in utf7_to_utf8(). The message looks ok, but I'm not sure about used encoding.

Changed 18 months ago by thomasb

  • status changed from new to closed
  • resolution set to fixed

This is not UTF-7 encoding but Latin1. We're unable to display this message correctly (Thunderbird isn't able to do so either) but r2315 makes sure that the message body is not empty.

Changed 18 months ago by ajlorente

Confirmed, worked with r2315. The encoded issue with message body is because I change manually the content to preserve mail privacy and I used latin1!.

Thanks for your support!

Note: See TracTickets for help on using tickets.