]> err.no Git - sope/blobdiff - sope-mime/NGImap4/NGImap4Client.h
fixed copyrights for 2005
[sope] / sope-mime / NGImap4 / NGImap4Client.h
index 0d7f0120e402f221acfb67c1a662f6cae8823e29..dcd65245d09c6593789753f1b9871f63326f1120 100644 (file)
@@ -1,20 +1,20 @@
 /*
-  Copyright (C) 2000-2004 SKYRIX Software AG
+  Copyright (C) 2000-2005 SKYRIX Software AG
 
-  This file is part of OpenGroupware.org.
+  This file is part of SOPE.
 
-  OGo is free software; you can redistribute it and/or modify it under
+  SOPE 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
+  SOPE 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
+  License along with SOPE; see the file COPYING.  If not, write to the
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
@@ -127,9 +127,10 @@ typedef enum {
 - (NSDictionary *)expunge;
   
 - (NSDictionary *)sort:(NSArray *)_sortOrderings
-  qualifier:(EOQualifier *)_qual;
+  qualifier:(EOQualifier *)_qual
+  encoding:(NSString *)_encoding;
 - (NSDictionary *)fetchUids:(NSArray *)_uids parts:(NSArray *)_parts;
-- (NSDictionary *)fetchUid:(unsigned)_uid parts:(NSArray *)_parts;
+- (NSDictionary *)fetchUid:(unsigned)_uid    parts:(NSArray *)_parts;
 - (NSDictionary *)fetchFrom:(unsigned)_from to:(unsigned)_to
   parts:(NSArray *)_parts;
 - (NSDictionary *)storeUid:(unsigned)_uid add:(NSNumber *)_add
@@ -147,9 +148,17 @@ typedef enum {
 
 - (NSDictionary *)searchWithQualifier:(EOQualifier *)_qualifier;
 
+/* context accessors (DEPRECATED) */
+
 - (void)setContext:(NGImap4Context *)_ctx;
 - (NGImap4Context *)context;
 
+/* raw methods */
+
+- (NSDictionary *)primarySort:(NSString *)_sortString
+  qualifierString:(NSString *)_qualString
+  encoding:(NSString *)_encoding;
+
 @end
 
 #endif /* __SOPE_NGImap4_NGImap4Client_H__ */