Monotone-Parent: dadffe002349ec77b297b78990111745b0d487d6

Monotone-Revision: d9d96a71698ba6eb9112c73fcee541b79e0e1b1c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-15T20:22:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-15 20:22:24 +00:00
parent 586dafea00
commit 456c58dfec
3 changed files with 125 additions and 60 deletions
+7 -1
View File
@@ -1,8 +1,14 @@
2007-08-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailAccount.m ([SOGoMailAccount
-isInDraftsFolder]): returns NO.
([-preferredIdentity]): removed method, replaced with -[SOGoUser
primaryIdentity].
([SOGoMailAccount -draftsFolderInContext:_ctx]): new method.
* SoObjects/Mailer/SOGoMailBaseObject.m ([SOGoMailBaseObject
-isInDraftsFolder]): new method that detects if self is contained
by the drafts folder.
by the drafts folder by calling itself on the container object.
* SoObjects/Mailer/SOGoMailAccounts.m ([-fetchAllIdentities]):
removed method.