#ifndef __NGExtensions_EODataSource_NGExtensions_H__
#define __NGExtensions_EODataSource_NGExtensions_H__
-#import <EOControl/EODataSource.h>
+#include <EOControl/EODataSource.h>
#include <NGExtensions/NGExtensionsDecls.h>
@class EOFetchSpecification;
--- /dev/null
+# $Id$
+
+include $(GNUSTEP_MAKEFILES)/common.make
+
+GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
+
+LIBRARY_NAME = libNGMime
+
+libNGMime_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
+libNGMime_HEADER_FILES_DIR = .
+libNGMime_HEADER_FILES_INSTALL_DIR = /NGMime
+
+libNGMime_SUBPROJECTS = NGMime NGMail NGImap4
+
+ADDITIONAL_CPPFLAGS += -DLIBRARY_MAJOR_VERSION=${MAJOR_VERSION} \
+ -DLIBRARY_MINOR_VERSION=${MINOR_VERSION} \
+ -DLIBRARY_SUBMINOR_VERSION=${SUBMINOR_VERSION} \
+
+-include GNUmakefile.preamble
+include $(GNUSTEP_MAKEFILES)/library.make
+-include GNUmakefile.postamble
-lDOM -lSaxObjC
libNGMime_INCLUDE_DIRS += \
- -I.. -I../NGStreams -I../NGExtensions
+ -I.. \
+ -I../sope-core/NGStreams/ \
+ -I../sope-core/NGExtensions/
ifneq ($(GNUSTEP_BUILD_DIR),)
-RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/..
-RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../skyrix-xml
+RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../sope-core
+RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../sope-xml
libNGMime_LIB_DIRS += \
-L$(RELBUILD_DIR_SxCore)/NGStreams/$(GNUSTEP_OBJ_DIR_NAME) \
-L$(RELBUILD_DIR_SxXml)/SaxObjC/$(GNUSTEP_OBJ_DIR_NAME)
else
libNGMime_LIB_DIRS += \
- -L../NGStreams/$(GNUSTEP_OBJ_DIR) \
- -L../NGExtensions/$(GNUSTEP_OBJ_DIR) \
- -L../EOControl/$(GNUSTEP_OBJ_DIR)
+ -L../sope-core/NGStreams/$(GNUSTEP_OBJ_DIR) \
+ -L../sope-core/NGExtensions/$(GNUSTEP_OBJ_DIR) \
+ -L../sope-core/EOControl/$(GNUSTEP_OBJ_DIR) \
+ -L../sope-xml/DOM/$(GNUSTEP_OBJ_DIR) \
+ -L../sope-xml/SaxObjC/$(GNUSTEP_OBJ_DIR)
endif
+2004-08-20 Helge Hess <helge.hess@opengroupware.org>
+
+ * fixed for SOPE 3.3 structure (v4.3.173)
+
2004-07-15 Helge Hess <helge.hess@skyrix.com>
* v4.2.169
-# $Id$
-
include $(GNUSTEP_MAKEFILES)/common.make
SUBPROJECT_NAME = NGImap4
NGImap4FolderFlags.m \
NGImap4ResponseNormalizer.m \
-#TOOL_NAME = imap_tool
-
-#imap_tool_OBJC_FILES = imap_tool.m #$(NGImap4_OBJC_FILES)
-ADDITIONAL_TOOL_LIBS += -lNGMime
-
-NGImap4_INCLUDE_DIRS += \
- -I.. -I../.. \
- -I../../NGStreams/ \
- -I../../NGExtensions/
-
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make
-include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble
--- /dev/null
+NGImap4_INCLUDE_DIRS += \
+ -I.. -I../.. \
+ -I../../sope-core/NGStreams/ \
+ -I../../sope-core/NGExtensions/ \
+ -I../../sope-core/
/*
Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#ifndef __NGImap4_NGImap4_H__
#define __NGImap4_NGImap4_H__
/*
Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include "NGImap4FolderFlags.h"
-#include "common.h"
+#include "imCommon.h"
@implementation NGImap4FolderFlags
-// $Id$
+/*
+ Copyright (C) 2000-2004 SKYRIX Software AG
+
+ This file is part of OpenGroupware.org.
+
+ OGo is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+
+ OGo is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with OGo; see the file COPYING. If not, write to the
+ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+ 02111-1307, USA.
+*/
#include "NGImap4FolderGlobalID.h"
-#include "common.h"
+#include "imCommon.h"
@implementation NGImap4FolderGlobalID
#include "NGImap4FolderMailRegistry.h"
#include "NGImap4Message.h"
-#include "common.h"
+#include "imCommon.h"
@interface NGImap4Message(UsedPrivates)
- (NSString *)_addFlagNotificationName;
/*
Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include "NGImap4MessageGlobalID.h"
-#include "common.h"
+#include "imCommon.h"
@implementation NGImap4MessageGlobalID
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include "NGImap4ResponseNormalizer.h"
#include "NGImap4Client.h"
-#include "common.h"
+#include "imCommon.h"
@interface NGImap4Client(UsedPrivates)
- (NSString *)delimiter;
-// $Id$
+/*
+ Copyright (C) 2000-2004 SKYRIX Software AG
+
+ This file is part of OpenGroupware.org.
+
+ OGo is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the
+ Free Software Foundation; either version 2, or (at your option) any
+ later version.
+
+ OGo is distributed in the hope that it will be useful, but WITHOUT ANY
+ WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with OGo; see the file COPYING. If not, write to the
+ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
+ 02111-1307, USA.
+*/
#include "NGImap4ServerGlobalID.h"
-#include "common.h"
+#include "imCommon.h"
@implementation NGImap4ServerGlobalID
+2004-08-20 Helge Hess <helge.hess@opengroupware.org>
+
+ * fixed for SOPE 3.3 structure (v4.3.173)
+
2004-07-22 Helge Hess <helge.hess@skyrix.com>
* NGMBoxReader.m: fixed a gcc 3.4 warning (v4.2.170)
NGMimeMessageRfc822BodyGenerator.m \
NGMimeMessageTextBodyGenerator.m \
-NGMail_INCLUDE_DIRS += \
- -I.. -I../.. \
- -I../../NGStreams/ \
- -I../../NGExtensions/
-
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/subproject.make
-include GNUmakefile.postamble
--- /dev/null
+NGMail_INCLUDE_DIRS += \
+ -I.. -I../.. \
+ -I../../sope-core/NGStreams/ \
+ -I../../sope-core/NGExtensions/ \
+ -I../../sope-core/
#include "NGMimeMessageGenerator.h"
#include "NGMimeMessage.h"
-#include "NGMimeFileData.h"
+#include <NGMime/NGMimeFileData.h>
#include "common.h"
/* Defaults
/*
- Copyright (C) 2000-2003 SKYRIX Software AG
+ Copyright (C) 2000-2004 SKYRIX Software AG
- This file is part of OGo
+ This file is part of OpenGroupware.org.
OGo is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the
#define __NGMail_NGPop3Client_H__
#import <Foundation/NSObject.h>
-#import <NGStreams/NGStreams.h>
-#import <NGStreams/NGSocketProtocols.h>
+#include <NGStreams/NGStreams.h>
+#include <NGStreams/NGSocketProtocols.h>
@class NSString, NSData;
@class NGBufferedStream;
+ (id)pop3Client;
- (id)initWithSocket:(id<NGActiveSocket>)_socket; // designated initializer
-// accessors
+/* accessors */
- (id<NGActiveSocket>)socket;
- (NGPop3State)state;
- (void)setDebuggingEnabled:(BOOL)_flag;
- (BOOL)isDebuggingEnabled;
-// connection
+/* connection */
- (BOOL)connectToHost:(id)_host;
- (BOOL)connectToAddress:(id<NGSocketAddress>)_address;
- (void)disconnect;
-// state
+/* state */
- (void)requireState:(NGPop3State)_state;
- (void)gotoState:(NGPop3State)_state;
-// commands
+/* commands */
- (NGPop3Response *)sendCommand:(NSString *)_command;
- (NGPop3Response *)sendCommand:(NSString *)_command argument:(NSString *)arg;
-- (NGPop3Response *)sendCommand:(NSString *)_command intArgument:(int)_argument;
+- (NGPop3Response *)sendCommand:(NSString *)_command intArgument:(int)_arg;
-// service commands
+/* service commands */
- (BOOL)login:(NSString *)_user password:(NSString *)_passwd;
- (BOOL)quit;
- (BOOL)noop;
- (BOOL)reset;
-// optional service commands
+/* optional service commands */
- (NSData *)retrieveMessage:(int)_msgNumber bodyLineCount:(int)_numberOfLines;
- (NSDictionary *)uniqueIdMappings;
- (NSString *)uniqueIdOfMessage:(int)_msgNumber;
-// MIME support
+/* MIME support */
- (NSEnumerator *)messageEnumerator;
- (NGMimeMessage *)messageWithNumber:(int)_messageNumber;
2004-08-20 Helge Hess <helge.hess@opengroupware.org>
+ * now is a subproject of the sope-mime library just like NGImap4 and
+ NGMail (v4.3.173)
+
* moved to sope-mime
* moved to SOPE 4.3 (v4.3.172)
-# $Id$
+# $Id: GNUmakefile 9 2004-08-20 18:40:42Z helge $
-include ../common.make
+include $(GNUSTEP_MAKEFILES)/common.make
-GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_LOCAL_ROOT)
+SUBPROJECT_NAME = NGMime
-LIBRARY_NAME = libNGMime
+NGMime_HEADER_FILES_DIR = .
+NGMime_HEADER_FILES_INSTALL_DIR = /NGMime
-libNGMime_DLL_DEF = libNGMime.def
-libNGMime_SOVERSION=$(MAJOR_VERSION).$(MINOR_VERSION)
-libNGMime_HEADER_FILES_DIR = .
-libNGMime_HEADER_FILES_INSTALL_DIR = /NGMime
-
-libNGMime_HEADER_FILES = \
+NGMime_HEADER_FILES = \
NGMimeDecls.h \
NGMime.h \
\
NGMimeFileData.h \
NGMimeJoinedData.h \
-libNGMime_OBJC_FILES = \
+NGMime_OBJC_FILES = \
NGMime.m \
\
NGConcreteMimeType.m \
NGMimeRFC822DateHeaderFieldGenerator.m \
NGMimeStringHeaderFieldGenerator.m \
-libNGMime_SUBPROJECTS = NGMail NGImap4
-
-ADDITIONAL_CPPFLAGS += -DLIBRARY_MAJOR_VERSION=${MAJOR_VERSION} \
- -DLIBRARY_MINOR_VERSION=${MINOR_VERSION} \
- -DLIBRARY_SUBMINOR_VERSION=${SUBMINOR_VERSION} \
-
-autodoc :
- autodoc $(AUTODOC_FLAGS) -dest ../Documentation/NGMime/ -proj .
- autodoc $(AUTODOC_FLAGS) -dest ../Documentation/NGMail/ -proj ./NGMail/
- autodoc $(AUTODOC_FLAGS) -dest ../Documentation/NGImap4/ -proj ./NGImap4/
-
-include GNUmakefile.preamble
-include $(GNUSTEP_MAKEFILES)/library.make
+include $(GNUSTEP_MAKEFILES)/subproject.make
+include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble
--- /dev/null
+NGMime_INCLUDE_DIRS += \
+ -I.. -I../.. \
+ -I../../sope-core/NGStreams/ \
+ -I../../sope-core/NGExtensions/ \
+ -I../../sope-core
+
+ADDITIONAL_CPPFLAGS += \
+ -DLIBRARY_MAJOR_VERSION=${MAJOR_VERSION} \
+ -DLIBRARY_MINOR_VERSION=${MINOR_VERSION} \
+ -DLIBRARY_SUBMINOR_VERSION=${SUBMINOR_VERSION}
+++ /dev/null
-# $Id$
-
-SUBMINOR_VERSION:=172
-
-# v4.2.149 requires libNGStreams v4.2.34
--- /dev/null
+# $Id$
+
+MAJOR_VERSION=4
+MINOR_VERSION=3
+SUBMINOR_VERSION:=173
+
+# v4.2.149 requires libNGStreams v4.2.34