mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
See Changelog.
Monotone-Parent: 5230458dba570c663e9087a99852e38cfb26de0f Monotone-Revision: c4cf916deded766b0ec097265e36dfa44044cd71 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2010-11-01T18:53:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-11-01 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/MailerUI/UIxMailListActions.m (-messageSubject): we now
|
||||
escape HTML tags in the returned string.
|
||||
|
||||
2010-11-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailBaseObject.m (-_createIMAP4Connection):
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
if (![subject length])
|
||||
subject = [self labelForKey: @"Untitled"];
|
||||
|
||||
return subject;
|
||||
return [subject stringByEscapingHTMLString];
|
||||
}
|
||||
|
||||
- (BOOL) showToAddress
|
||||
|
||||
Reference in New Issue
Block a user