]> err.no Git - sope/commitdiff
fixed OGo bug #1897
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 14 Aug 2007 16:38:13 +0000 (16:38 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 14 Aug 2007 16:38:13 +0000 (16:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1525 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-mime/ChangeLog
sope-mime/NGMail/ChangeLog
sope-mime/NGMail/NGSmtpClient.m
sope-mime/Version

index 800c7b896d10130efb16d1216deba68b17f0b6f7..a7be6b5edd60b75db26790d9fe6d43ca6d4215ad 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-09  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
+
+       * NGMail: fixed some connection states in NGSmtpClient (OGo bug #1897)
+         (v4.7.250)
+
 2007-07-15  Helge Hess  <helge.hess@opengroupware.org>
 
        * NGImap4: fixed an encoding issue on gstep-base/Cocoa (OGo bug #1885)
index 56a782429afcd5dc3b68d3d6de0c66901aa05e09..b26ca17305179b46156c34d8363b098b860c4597 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-09  Wolfgang Sourdeau  <WSourdeau@Inverse.CA>
+
+       * NGSmtpClient.m: properly change connection states (fixes OGo bug
+         #1897)
+
 2005-12-13  Helge Hess  <helge.hess@opengroupware.org>
 
        * NGMimeMessageParser.m: moved NSData QP category to own file
index d7f23357f9a07a8a300a0fbe649fbec34efce2f3..3a8807d75aab31d83f0c634faaaa8e2a71fd8d81 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000-2005 SKYRIX Software AG
+  Copyright (C) 2000-2007 SKYRIX Software AG
 
   This file is part of SOPE.
 
       NSLog(@"SMTP(MAIL FROM): expected reply code %i, got code %i ..",
             NGSmtpActionCompleted, [reply code]);
     }
+    [self gotoState:NGSmtpState_TRANSACTION];
     return YES;
   }
   return NO;
     reply = [self receiveReply];
     if (self->isDebuggingEnabled) [NGTextErr writeFormat:@"S: %@\n", reply];
     if ([reply isPositive]) {
+      [self gotoState:NGSmtpState_connected];
       return YES;
     }
     else {
index fbc4ca5b0fb09525fc52f124853f725ec87bd561..358da7ed3d67d6daab70977f4739938305f36d0c 100644 (file)
@@ -2,7 +2,7 @@
 
 MAJOR_VERSION:=4
 MINOR_VERSION:=7
-SUBMINOR_VERSION:=249
+SUBMINOR_VERSION:=250
 
 # v4.5.214 requires libNGExtensions v4.5.146
 # v4.2.149 requires libNGStreams    v4.2.34