mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
(email alarms) Fix recipient header encoding
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
NGMimeMessage *message;
|
||||
NSString *to, *headerTo, *attendeeName;
|
||||
|
||||
attendeeName = [[attendee cnWithoutQuotes] asQPSubjectString: @"utf-8"];
|
||||
attendeeName = [attendee cnWithoutQuotes];
|
||||
if ([attendeeName length])
|
||||
headerTo = [NSString stringWithFormat: @"%@ <%@>", attendeeName,
|
||||
[attendee rfc822Email]];
|
||||
|
||||
Reference in New Issue
Block a user