[Trac-tickets] Re: [The Trac Project] #1139: E-Mail notification summaries are badly formatted (Thunderbird related?)

The Trac Project noreply at edgewall.com
Mon May 22 17:27:42 CDT 2006


#1139: E-Mail notification summaries are badly formatted (Thunderbird related?)
--------------------------------------------+-------------------------------
 Reporter:  cboos at bct-technology.com        |        Owner:  eblot   
     Type:  defect                          |       Status:  assigned
 Priority:  low                             |    Milestone:          
Component:  ticket system                   |      Version:  0.8     
 Severity:  minor                           |   Resolution:          
 Keywords:  notification email thunderbird  |  
--------------------------------------------+-------------------------------
Changes (by eblot):

  * owner:  jonas => eblot
  * status:  new => assigned

Comment:

 About line endings:

 SMTP [http://www.faqs.org/rfcs/rfc2822.html RFC2822] (chapter 2.2)
 specifies that headers line should always end with '''CRLF'''. Trac does
 send this kind of line endings, whatever the platform it runs on.

 The body lines should also ends with '''CRLF''', but those are the
 "physical" lines that are sent over SMTP.
 Trac does not guarantee this latter condition yet.

 Note that when the body is encoded (as with Base64 for example), the
 "logical" lines (the ones the sender has written) may use either line
 ending, as those line endings do not appear as 0x0d, 0x0a in the message
 body.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1139>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list