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:
Francis Lachapelle
2010-11-01 18:53:27 +00:00
parent 77fce4d4da
commit c75d5e90ee
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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):
+1 -1
View File
@@ -192,7 +192,7 @@
if (![subject length])
subject = [self labelForKey: @"Untitled"];
return subject;
return [subject stringByEscapingHTMLString];
}
- (BOOL) showToAddress