#413: Mails broken if /accounts/user/name contains umlauts
----------------------------------+-----------------------------------------
 Reporter:  mail@…                |       Owner:  wsanchez@…        
     Type:  Defect                |      Status:  new               
 Priority:  5: Not set            |   Milestone:                    
Component:  Calendar Server       |    Severity:  Other             
 Keywords:                        |       Radar:                    
----------------------------------+-----------------------------------------
 Hi,

 I have an Umlaut in my name: ö.

 The mailgateway will send mails like the following:
 {{{
 2011-02-07 09:50:08+0100 [-] [mailgateway]    From:
 =?utf-8?q?Felix_M=C3=B6ller_=3Cmail=40felixmoeller=2Ede=3E?=
 }}}

 Removing the Umlaut it gets back to:
 {{{
 2011-02-07 10:01:06+0100 [-] [mailgateway]    From: Felix Moeller
 <m...@felixmoeller.de>
 }}}

 I guess this should allready be encoded in Quoted Printable at:
 {{{
             formattedFrom = "%s <%s>" % (cn, fromAddr)
 }}}

 Workarround is to remove the Umlaut...

-- 
Ticket URL: <http://trac.calendarserver.org/ticket/413>
Calendar and Contacts Server </>
HTTP/WebDAV/CalDAV Server
_______________________________________________
calendarserver-dev mailing list
calendarserver-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev

Reply via email to