From cbd3b01764aad15288671a0ffe0891a7ddd3d651 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 25 Oct 2007 15:28:59 +0000 Subject: [PATCH] Monotone-Parent: 324953981461ad15df80c3193646a4ca4e57d5b5 Monotone-Revision: 5510a075ff0317a22da3bd5c546abb2ce9386a21 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-25T15:28:59 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 20e432708..1fd10a59b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-10-25 Wolfgang Sourdeau + * SoObjects/Mailer/NSData+Mail.m ([NSData + -bodyDataFromEncoding:encoding]): new utility method that decodes + the NSData instance properly depending on the encoding string + passed as parameter. + * SoObjects/Mailer/SOGoMailObject+Draft.m ([SOGoMailObject -fetchFileAttachmentKeys]): fetch the attachment encoding as well.