Monotone-Parent: 7673d0874bfab0e145fb002673765af736eb602a

Monotone-Revision: ac841eb2b94bbfe80bea0191f70da349cc60a700

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-12-17T20:24:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-12-17 20:24:07 +00:00
parent c493575541
commit b3679212bb
8 changed files with 126 additions and 103 deletions
+24 -5
View File
@@ -1,13 +1,32 @@
2007-12-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailPartViewers/UIxMailPartViewer.m ([UIxMailPartViewer
-clientPart]): new method that returns the corresponding
SOGoMailPart instance.
([UIxMailPartViewer -pathToAttachment]): simplified method, ensure
the filename is present. If the part has none, create one with the
"Untitled-" prefix. Add an extension if none is found.
* UI/MailPartViewers/UIxMailPartImageViewer.m
([UIxMailPartImageViewer -pathToImage]): removed method since it
implementents exactly the same functionality as
[UIxMailPartViewer -pathToAttachment].
* SoObjects/Mailer/SOGoMailBodyPart.m ([SOGoMailBodyPart
-filename]): new method that returns the filename to the current
part by taking the different mime implementations into account.
[SOGoMailBodyPart -isBodyPartKey:inContext:]: commented out method
because we need to handle the part recognition in a different way,
by using the prefix "part" for example. One day we will do that.
* UI/Scheduler/NSArray+Scheduler.m ([NSMutableArray
-reverseArray]): new category method.
2007-12-17 Francis Lachapelle <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailMainFrame.m ([UIxMailMainFrame
-composeAction]): fixed URL when no recipient is specified.
2007-12-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/NSArray+Scheduler.m ([NSMutableArray
-reverseArray]): new category method.
2007-12-14 Ludovic Marcotte <ludovic@inverse.ca>
* SoObjects/Appointments/SOGoCalendarComponent.m