2004-10-27 Helge Hess <helge.hess@opengroupware.org>
+ * NGMail: fixed a bug in NGSendMail (v4.3.191)
+
* NGMail: added NGSendMail object (v4.3.190)
2004-10-08 Helge Hess <helge.hess@opengroupware.org>
2004-10-27 Helge Hess <helge.hess@opengroupware.org>
+ * NGSendMail.m: properly setup user defaults object
+
* added new NGSendMail object (derived from mail-deliver command in
OGo Logic)
if ((self = [super init])) {
NSUserDefaults *ud;
+ ud = [NSUserDefaults standardUserDefaults];
+
self->isLoggingEnabled =
[ud boolForKey:@"ImapDebugEnabled"];
self->shouldOnlyUseMailboxName =
MAJOR_VERSION:=4
MINOR_VERSION:=3
-SUBMINOR_VERSION:=190
+SUBMINOR_VERSION:=191
# v4.2.149 requires libNGStreams v4.2.34