Monotone-Parent: 97f575a86bdffe611740d9ece60ebb194d833c51

Monotone-Revision: 3f6c57e715b0ee7af5182cb7a04ea8cc6df72a2a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-16T21:57:35
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-16 21:57:35 +00:00
parent ac375cd9fe
commit 0ec5c77119
3 changed files with 257 additions and 0 deletions
+14
View File
@@ -1,3 +1,17 @@
2007-08-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailObject+Draft.m: new extension module
containing a rewrite of the mail action methods found in
UI/Mailer/, that needed to be put in the SOGoMailObject class.
([SOGoMailObject -subjectForReply]): new method that returns a
subject suitable for replies.
([SOGoMailObject -contentForReply]): new method that returns the
textual content of an email, quoted for replying.
([SOGoMailObject -filenameForForward]): new method that returns
the name of the filename that should contain the forwarded
message, based on its subject.
([SOGoMailObject -subjectForForward]): explicit.
2007-08-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailMainFrame.m ([UIxMailMainFrame