+2004-09-29 Helge Hess <helge.hess@skyrix.com>
+
+ * SOGoMailManager.m: minor improvement to error logging (v0.9.15)
+
2004-09-29 Helge Hess <helge.hess@opengroupware.org>
* v0.9.14
result = [client login:[_url user] password:_pwd];
if (![[result valueForKey:@"result"] boolValue]) {
- [self logWithFormat:@"ERROR: IMAP4 login failed!"];
+ [self logWithFormat:@"ERROR: IMAP4 login failed! (%@,pwd=%s,%@)",
+ [_url absoluteString], [_pwd length] > 0 ? "yes" : "no", client];
return nil;
}
# $Id$
-SUBMINOR_VERSION:=14
+SUBMINOR_VERSION:=15