]> err.no Git - scalable-opengroupware.org/commitdiff
removed some unused method
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 11 Jul 2005 12:43:22 +0000 (12:43 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 11 Jul 2005 12:43:22 +0000 (12:43 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@711 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/Mailer/ChangeLog
SOGo/SoObjects/Mailer/SOGoMailBaseObject.h
SOGo/SoObjects/Mailer/SOGoMailBaseObject.m
SOGo/SoObjects/Mailer/Version
SOGo/SoObjects/Sieve/ChangeLog
SOGo/SoObjects/Sieve/SOGoSieveBaseObject.h
SOGo/SoObjects/Sieve/SOGoSieveBaseObject.m
SOGo/SoObjects/Sieve/Version

index 6f7e846498de097e5c752c41cf849412f09bc52e..55ab6f5a745d20c95498d02f73de561de4860a9b 100644 (file)
@@ -1,4 +1,6 @@
 2005-07-11  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SOGoMailBaseObject.[hm]: removed unused -imap4Client method (v0.9.97)
        
        * moved SOGoMailManager related API to NGImap4 (NGImap4Connection,
          NGImap4ConnectionManager, etc) (v0.9.96)
        * SOGoMailAccounts.m: use WOContext method from libSOGo to detect
          Internet access (v0.9.94)
 
-2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
-
        * SOGoMailAccounts.m: only deliver share-names as subobjects if the
          request is not coming from the Internet. Ensure that limitation in
          -lookupName:. Can be enabled using SOGoInternetDetectQualifier just
          like in UIxMailEditor (v0.9.93)
 
-2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
-
        * v0.9.92
 
        * SOGoMailManager.m, SOGoMailConnectionEntry.m: added caching of
          (-addFlags:toAllMessagesInURL:password: for the manager,
          -addFlagsToAllMessages: for the SOGoFolder) (v0.9.91)
        
-2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
-
        * added specific SOGoTrashFolder.m class (subclass of SOGoMailFolder)
          to allow hooking up a different UI (v0.9.90)
 
-2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
-
        * SOGoMailAccounts.m: expose shared mailboxes retrieved via
          AgenorUserManager (aka LDAP) in -toManyRelationshipKeys (v0.9.89)
 
-2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
-
        * SOGoMailObject.m: implemented -trashInContext: method (v0.9.88)
 
 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
 
        * SOGoMailObject.m: prefetch pgp-signature parts (v0.9.87)
 
-2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
-
        * SOGoMailObject.m: started -trash action (v0.9.86)
 
-2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
-
        * v0.9.85
 
        * SOGoMailFolder.m: added ability to check certain ACL permissions (and
@@ -75,8 +63,6 @@
        * SOGoMailManager.m: added methods to retrieve the ACL and the myrights
          from an IMAP4 mailbox
 
-2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
-
        * SOGoMailManager.m: detect Cyrus 'permission denied' when changing
          flags and deliver a http-code 403 exception (v0.9.84)
 
index 4731a928fef1c52e86e030efbe8bfce6e508a5df..7003b793ed4cbe70cf1c3005be1dad21e0516f34 100644 (file)
@@ -39,7 +39,7 @@
 */
 
 @class NSString, NSArray, NSURL;
-@class NGImap4Client, NGImap4ConnectionManager, NGImap4Connection;
+@class NGImap4ConnectionManager, NGImap4Connection;
 @class SOGoMailAccount;
 
 @interface SOGoMailBaseObject : SOGoObject
@@ -59,7 +59,6 @@
 - (NSURL *)imap4URL;
 - (NSString *)imap4Login;
 - (NSString *)imap4Password;
-- (NGImap4Client *)imap4Client;
 
 - (void)flushMailCaches;
 
index 270f471fa96363112984e67822d4db7234ba70b2..80d85398d52d1f1eaee8e31911f0db2f25546ffe 100644 (file)
@@ -133,15 +133,6 @@ static BOOL debugOn = YES;
   return [creds objectAtIndex:1]; /* the password */
 }
 
-- (NGImap4Client *)imap4ClientForURL:(NSURL *)_url password:(NSString *)_pwd {
-  return [[self mailManager] imap4ClientForURL:_url password:_pwd];
-}
-
-- (NGImap4Client *)imap4Client {
-  return [self imap4ClientForURL:[self imap4URL]
-              password:[self imap4Password]];
-}
-
 - (void)flushMailCaches {
   [[self mailManager] flushCachesForURL:[self imap4URL]];
 }
index 1c3b6e3348809a30b133615fc53575a61247be48..1dc8c92c8deebc2d4207dba27245d7366b01315d 100644 (file)
@@ -1,6 +1,6 @@
 # Version file
 
-SUBMINOR_VERSION:=96
+SUBMINOR_VERSION:=97
 
 # v0.9.96 requires libNGMime       v4.5.223
 # v0.9.91 requires libNGMime       v4.5.222
index 924add86b717f707c8261d357a05c57d92bfaa46..05157bda6d74bb7d0fba3b0d399dad77b216bd0d 100644 (file)
@@ -1,5 +1,8 @@
 2005-07-11  Helge Hess  <helge.hess@opengroupware.org>
 
+       * SOGoSieveBaseObject.[hm]: removed unused -imap4Client method
+         (v0.9.10)
+
        * SOGoSieveBaseObject.m: updated to use new NGImap4 API (v0.9.9)
 
 2005-02-10  Helge Hess  <helge.hess@opengroupware.org>
index 35b75b661fa11461245a88554fc8a96f353e18e3..40530b4c9bc31a9991404dae7d4f12d230d1d9fa 100644 (file)
@@ -31,7 +31,7 @@
 */
 
 @class NSString, NSArray, NSURL;
-@class NGImap4Client, NGSieveClient;
+@class NGSieveClient;
 @class NGImap4ConnectionManager;
 @class SOGoMailAccount;
 
@@ -49,7 +49,6 @@
 - (NGImap4ConnectionManager *)mailManager;
 - (NSURL *)imap4URL;
 - (NSString *)imap4Password;
-- (NGImap4Client *)imap4Client;
 - (void)flushMailCaches;
 
 /* Sieve */
index 224199c6a382f9563d5be00d79824da2e162853f..1392b89e55c8ed8943aeb1fb61bd3a73e5cd5eb7 100644 (file)
   return [[self mailAccountFolder] imap4Password];
 }
 
-- (NGImap4Client *)imap4Client {
-  return [[self mailAccountFolder] imap4Client];
-}
-
 - (void)flushMailCaches {
 }
 
index 0d642ced9673bdc9f4364a35bc1b62d31bfe5a5a..fb0c6a818d2a9ad2b7e0496b288c213fef53caed 100644 (file)
@@ -1,6 +1,6 @@
 # Version file
 
-SUBMINOR_VERSION:=9
+SUBMINOR_VERSION:=10
 
 # v0.9.9 requires libNGMime v4.5.223
 # v0.9.6 requires libNGMime v4.5.207