[CalendarServer-dev] [Calendar and Contacts Server] #413: Mails broken if /accounts/user/name contains umlauts

Calendar and Contacts Server trac at macosforge.org
Mon Feb 7 01:27:33 PST 2011


#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
 <mail at 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


More information about the calendarserver-dev mailing list