Monotone-Parent: 430f5637e275bb6a780f5be502428ee3c01c1d98

Monotone-Revision: 4b4728f355bbb34bff8025c45fdf5a359fe6387a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-19T21:31:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-07-19 21:31:16 +00:00
parent 2e5a3f44db
commit e82423d4e2
3 changed files with 128 additions and 90 deletions
+6
View File
@@ -1,5 +1,11 @@
2011-07-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMailMessage.m (-_setupBodyData): new
centralized method that performs the common operations required to
fetch the message body.
(-getPrHtml:inMemCtx,-getPrBody:inMemCtx:): make use of the above
method.
* SoObjects/SOGo/NSString+Utilities.m
(-countOccurrencesOfString:): new self-explicit method.