bugmldonkey, a multi-networks file-sharing client - Bugs: bug #12831, Mail notices is bad content.

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12831: Mail notices is bad content.

Submitter:  None
Submitted:  Wed 27 Apr 2005 03:00:02 PM UTC
   
 
Category:  Core Severity:  3 - Normal
Item Group:  Program malfunction Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  2.5.30.14 Release: 
Operating System:  Linux Binaries Origin:  CVS / Self compiled
CPU type:  Intel x86

Sun 01 May 2005 05:34:36 PM UTC, comment #2: 

Applied to CVS 01.05.2005

spiralvoice <spiralvoice>
Group administrator
Wed 27 Apr 2005 04:38:42 PM UTC, comment #1: 

Please see patch #3956

spiralvoice <spiralvoice>
Group administrator
Wed 27 Apr 2005 03:00:02 PM UTC, original submission:  

Mail notices is encoding iso8859-1, and I work in UTF-8.
Mail content encode to be UTF-8 force that is display ok.

change source: src/utils/net/mailer.ml (with 2 line)
original code=>
"From: mldonkey <%s>/r/nTo: %s/r/nSubject: %s/r/nMIME-Version: 1.0/r/nContent-Type: text/plain/r/nDate: %s/r/n/r/n%s"

rewrite to be:
"From: mldonkey <%s>/r/nTo: %s/r/nSubject: %s/r/nMIME-Version: 1.0/r/nContent-Type: text/plain;/r/n/tcharset="utf-8"/r/nDate: %s/r/n/r/n%s"

Mail notices had be OK!

--
Raw Lin
http://www.rawya.org/pLog/

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-05-01 spiralvoice Open/ClosedOpen Closed
2005-04-27 spiralvoice StatusNone Fixed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code