see changelog

Monotone-Parent: 1011e8e7cab7e718b62aa03f637fa6a37349d95c
Monotone-Revision: 06aa9d65ffbfa422bd62686e09571834da68af2f

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2007-11-25T17:26:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2007-11-25 17:26:56 +00:00
parent 047010bfa4
commit c08f067ee9
7 changed files with 62 additions and 14 deletions
+29
View File
@@ -1,3 +1,32 @@
2007-11-25 Ludovic Marcotte <ludovic@inverse.ca>
* SoObjects/Mailer/SOGoMailForward.m
Use [sourceMail decodedSubject] instead of [sourceMail subject]
Signature fix in -signature - see the comment
for SOGoMailReply.
* SoObjects/Mailer/SOGoMailObject.m
Improved -stringFromData: to try UTF-8 then fallback to Latin1
* SoObjects/Mailer/SOGoMailReply.m
Modified -messageBody to strip the signature from the reply.
Also modified -signature to add "-- \n%@" instead of the
broken ""--\r\n%@" pattern.
* UI/MailPartViewers/UIxMailPartAlternativeViewer.m
We now favor text/calendar parts over text/html and
text/plain parts when viewing a multipart/alternative mail.
This allows us to show the email invitations coming from
Microsoft Outlook.
* UI/MailerUI/UIxMailAccountActions.m
Signature fix in -composeAction - see the comment
for SOGoMailReply.
* UI/MailPartViewers/UIxMailPartViewer.m
Modified -flatContentAsString to use UTF-8 as the
default fallback encoding for 8-bit content.
2007-11-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailPartViewers/UIxMailRenderingContext.m