]> err.no Git - sope/blob - sope-mime/NGImap4/ChangeLog
new Xcode projects
[sope] / sope-mime / NGImap4 / ChangeLog
1 2004-09-21  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * imCommon.h: Fixed duplicate interface declarations by renaming
4           them. I believe this was an Xcode only issue. (v4.3.180)
5
6 2004-09-07  Helge Hess  <helge.hess@skyrix.com>
7
8         * NGImap4ResponseParser.m: added some sanity checks for unexpected
9           parsing input, removes crashes as reported in OGo bug #883 (v4.3.179)
10
11 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
12
13         * NGImap4.xcode: new Xcode project
14
15 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
16
17         * fixed for SOPE 4.3 structure (v4.3.173)
18
19 2004-07-15  Helge Hess  <helge.hess@skyrix.com>
20
21         * v4.2.169
22
23         * NGImap4Client.m, NGImap4Context.m, NGImap4DataSource.m,
24           NGImap4FileManager.m, NGImap4Message.m, NGImap4ResponseParser.m:
25           fixed gcc 3.x warnings
26
27         * NGImap4ResponseNormalizer.m: fixed some gcc 3.x warnings, fixed
28           normalization (OGo bug #840), bug introduced in v4.2.166
29
30         * NGImap4Folder.m: major code cleanups, fixed some gcc 3.x warnings,
31           added debug output if ImapDebugEnabled is on
32
33 2004-07-13  Helge Hess  <helge.hess@opengroupware.org>
34
35         * NGImap4Client.m: fixed some compilation issue with older gcc's
36           (v4.2.168)
37
38         * NGImap4Client.m: minor improvements to exception handling (v4.2.167)
39
40         * v4.2.166
41
42         * NGImap4Message.m(-generateBodyStructure): scan for the response
43           containing the body structure if multiple responses were submitted
44           by the IMAP server (eg Courier), this might fix OGo bug #800
45
46         * NGImap4ResponseNormalizer.m: various code cleanups, minor speed
47           improvements in fetch-response normalization
48
49         * NGImap4Message.m: added more logging to find OGo bug #800 (v4.2.165)
50
51 2004-06-21  Helge Hess  <helge.hess@opengroupware.org>
52
53         * NGImap4FolderMailRegistry.m: fixed a warning with gstep-base 
54           (v4.2.164)
55
56 2004-06-20  Helge Hess  <helge.hess@opengroupware.org>
57
58         * NGImap4/NGImap4Message.m: minor optimization (v4.2.163)
59
60 2004-06-14  Helge Hess  <helge.hess@opengroupware.org>
61
62         * NGImap4Client.m, NGImap4ResponseParser.m, NSString+Imap4.m: fixed
63           gcc 3.4 warnings (v4.2.162)
64
65 2004-05-16  Helge Hess  <helge.hess@opengroupware.org>
66
67         * NGImap4Context.m, NGImap4FileManager.m, NGImap4Folder.m, 
68           NGImap4Message.m, NGImap4ServerRoot.m, NGSieveClient.m: replaced 
69           "==YES" comparisons (v4.2.158)
70
71 2004-04-02  Helge Hess  <helge.hess@skyrix.com>
72
73         * v4.2.154
74
75         * NGImap4Message.m: remember mail registry in an ivar (increased the
76           class version), this should fix OGo bug #660
77
78         * NGImap4Folder.m: some code cleanups
79
80 2004-02-17  Helge Hess  <helge.hess@opengroupware.org>
81
82         * v4.2.152
83
84         * EOQualifier+IMAPAdditions.m, NGImap4Client.m: minor cleanups
85
86         * imCommon.h: only define sel_eq on NeXT or APPLE runtime, fixes OGo
87           bug #582
88
89 2004-02-10  Helge Hess  <helge.hess@opengroupware.org>
90
91         * NGImap4Client.m, NGImap4FolderMailRegistry.m, NGImap4Functions.m,
92           NGImap4ResponseParser.m, NGSieveClient.m: fixed compilation warnings
93           on OSX (v4.2.151)
94
95 2004-01-25  Helge Hess  <helge.hess@opengroupware.org>
96         
97         * NGImap4Folder.m: use new NGDataStream API to allow additional
98           optimizations (open data parsing streams in read-only mode) 
99           (v4.2.149)
100
101 2004-01-24  Helge Hess  <helge.hess@opengroupware.org>
102
103         * v4.2.148
104
105         * NGImap4Client.m: cleanups, moved "response normalization" methods to
106           a separate NGImap4ResponseNormalizer object
107         
108         * NGImap4ResponseParser.m (_parseUntaggedResponse): optimized parsing
109           of untagged responses, cache NSNumber class, improved autorelease
110           behaviour (v4.2.147)
111         
112         * NGMimeRFC822DateHeaderFieldParser.m: replaced (expensive) usage of 
113           the NSCalendarDate parser with a hackish, but much faster hand
114           written parser. Should give a good performance benefit on large mail
115           folders (looks like ~50ms for 30 mails ) (v4.2.146)
116
117 2004-01-22  Helge Hess  <helge.hess@opengroupware.org>
118
119         * v4.2.145
120
121         * NGImap4FolderMailRegistry.m: implemented new "flat-array" 
122           notification center for mail flag coordination. Quite fast with
123           observer inserts/removes. Hopefully this doesn't break anything,
124           but apparently it works just fine.
125
126         * added NGImap4FolderFlags class to manage folder flags
127
128 2004-01-21  Helge Hess  <helge.hess@skyrix.com>
129
130         * v4.2.144
131
132         * EOQualifier+IMAPAdditions.m: fixed unseen qualifier processing
133
134         * NGImap4Client.m, EOQualifier+IMAPAdditions.m: moved IMAP4 search
135           string generation out of NGImap4Client.m to 
136           EOQualifier+IMAPAdditions.m
137
138 2004-01-20  Helge Hess  <helge.hess@opengroupware.org>
139
140         * v4.2.143
141
142         * NGImap4Message.m: deprecated URL based factory methods - you should
143           always use the context or folder "constructors", removed 
144           +messageWithUid:.. methods (used nowhere and messages should be
145           constructed using their folder!)
146
147         * NGImap4Folder.m: added -messageWithUid: factory method - you should
148           always use that instead of allocating an NGImap4Message on your own,
149           removed +imap4FolderWithContext: (used nowhere and folders should be
150           constructed using their parent folder or context)
151
152         * NGImap4Context.m: added URL based factory for messages and folders
153
154 2004-01-20  Helge Hess  <helge.hess@skyrix.com>
155
156         * NGImap4Message.m: added various attempts for optimizations (v4.2.142)
157
158 2004-01-19  Helge Hess  <helge.hess@opengroupware.org>
159
160         * v4.2.141
161
162         * NGImap4Context.m: added globalID method, various cleanups
163         
164         * NGImap4Folder.m: added -globalID method, major cleanups
165         
166         * NGImap4Client.m: added -serverGlobalID method, moved password 
167           escaping code to NSString+Imap4.m
168         
169         * added global-id classes in NGImap4 (v4.2.140)
170
171 2004-01-16  Helge Hess  <helge.hess@opengroupware.org>
172
173         * v4.2.139
174
175         * NGImap4Functions.m: started a new object to wrap all the old function
176           junk
177
178         * NGImap4Client.m, NGImap4Message.m: major cleanups
179
180         * NGImap4DataSource.m: moved EOQualifier additions to separate source
181           file, various cleanups
182
183         * v4.2.138
184
185         * NGImap4ServerRoot.m: some cleanups, replaced NSZoneMalloc with
186           calloc()
187
188         * NGImap4Client.m: major cleanups, better handling of -lastException
189
190 Tue Nov 11 15:04:18 2003  Jan Reichmann  <jr@skyrix.com>
191
192         * NGImap4ResponseParser.m: add parsing of capability entries without 
193           value (v4.2.136)
194
195 2003-11-10  Helge Hess  <helge.hess@opengroupware.org>
196
197         * NGImap4ResponseParser.m: explicitly marked the lastChar variable as
198           being a signed char to avoid compiler errors (v4.2.135)
199
200 Thu Nov  6 16:41:13 2003  Jan Reichmann  <jr@skyrix.com>
201
202         * v4.2.134
203
204         * NGSieveClient: fixed a bug in normalizeResponse, return 
205           NSMutableDictionary
206
207         * NGImap4ResponseParser.m: remove CYRUS_2_0 constant, don`t now
208           what it should be :(
209
210 Mon Nov  3 15:42:37 2003  Jan Reichmann  <jr@skyrix.com>
211
212         * NGImap4Context: temporary set selected folder befor the select action
213           to prevent notification confusions (v4.2.133)
214
215 2003-10-17  Helge Hess  <helge.hess@skyrix.com>
216
217         * NGSieveClient.m: small code cleanups
218
219 Fri Jul 25 13:27:26 2003  Jan Reichmann  <jr@skyrix.com>
220
221         * NGImap4DataSource.h: fixed #define
222
223 Tue Jul 22 15:19:34 2003  Jan Reichmann  <jr@skyrix.com>
224
225         * NGImap4ResponseParser.m: check for empty quota reponses 
226           (v4.2.128)
227
228 2003-07-18  Helge Hess  <helge.hess@skyrix.com>
229
230         * NGImap4Client.m: fixed some gstep-base issues, patch provided by 
231           Filip Van Raemdonck and cleaned up a bit (v4.2.127)
232
233 Thu Jul 17 10:37:22 2003  Jan Reichmann  <jr@skyrix.com>
234
235         * NGImap4ServerRoot: add a missing method 
236           (bulkFetchHeadersFor:inRange:withAllUnread:) (v4.2.126)
237
238 Mon Jun 30 17:45:12 2003  Jan Reichmann  <jr@skyrix.com>
239
240         * v4.2.125
241         
242         * NGImap4Client: code cleanups
243
244         * NGImap4Message: improve cache behavior (store the read-flag without
245           fetching all flags)
246
247         * NGImap4Folder: add a new method to fetch headers in range + set all
248           read flags
249
250 Fri Jun 27 18:08:49 2003  Jan Reichmann  <jr@skyrix.com>
251
252         * NGImap4Message.m: improve flag handling (v4.2.124)
253
254         * NGImap4Message.m: code cleanups (v4.2.123)
255
256 Thu Jun 26 13:23:30 2003  Jan Reichmann  <jr@skyrix.com>
257
258         * v.4.2.122
259         
260         * NGImap4Message.m: add messageWithURL: methods
261
262         * NGImap4Context.m: execute select-command before setting selectet 
263           folder
264
265         * NGImap4Folder: add a struct do store failed select, status, getQuota 
266           responses, set selectet folder after successfully select response
267
268 Fri Jun 20 18:51:24 2003  Jan Reichmann  <jr@skyrix.com>
269
270         * v4.2.121
271
272         * NGImap4Client.m: cleanups
273
274         * NGImap4ServerRoot, NGImap4Folder.m, NGImap4Functions: 
275           fetch status (new/unseen) of subfolders on demand only if Default: 
276           FetchNewUnseenMessagesInSubFoldersOnDemand = 'YES'
277
278         * NGImap4ServerRoot, NGImap4Folder.m: improve folder-flag analysing, 
279           nonexistent folders will be ignored (Default: ShowNonExistentFolder), 
280           no 'list' request for folder  with hasnochildren flag 
281           (Default: IgnoreHasNoChildrenFlag) (v4.2.120)
282
283         * v4.2.119
284         
285         * NGImap4Functions: cleanups
286
287         * NGImap4Context.m: cleanups
288
289         * NGImap4Folder.m: only reset subfolders if -resetSubFolders called 
290           (prev. behavior: -resetFolder called -resetSubFolders), cleanups
291
292 Tue Jun 17 11:53:46 2003  Jan Reichmann  <jr@skyrix.com>
293
294         * v4.2.118
295         
296         * NGImap4Message+BodyStructure.h: check parsing of date failed 
297
298         * NGImap4Folder: cleanups
299
300 Mo Jun 02 15:55:20 2003  Jan Reichmann  <jr@skyrix.com>
301
302         * NGImap4Folder, NGImap4Functions: add notification for 
303           subfolder-resets (v4.2.112)
304         
305 2003-05-28  Helge Hess  <helge.hess@skyrix.com>
306
307         * NGImap4Folder.m: fixed NSLogL=>NSLog removed a NSLog (v4.2.111)
308
309 Tue May 27 17:39:20 2003  Jan Reichmann  <jr@skyrix.com>
310
311         * NGImap4Folder.m: check for quota only if folder is selectable 
312           (v4.2.110)
313
314 Tue May 20 18:03:12 2003  Jan Reichmann  <jr@skyrix.com>
315
316         * NGImap4Context; add accessor to edit default values (v4.2.108)
317
318 Wed May 14 10:57:51 2003  Jan Reichmann  <jr@skyrix.com>
319
320         * v4.2.106
321         * NGImap4ResponseParser.m: use lowercase string to determine whether
322           fetch body reponse is 'text' or 'message' (courier imap use lowercase
323           letters for the body description) (bug 1611)
324         * Info: move rfc, drafts and other information files to 'Info'
325
326 Thu May 13 17:59:25 2003  Jan Reichmann  <jr@skyrix.com>
327
328         * NGImap4Folder.m: add notification for folder reset, if more than one
329           folder for the same folderpath exist (v4.2.105) (bug 1612)
330
331 Mon May  5 17:59:25 2003  Jan Reichmann  <jr@skyrix.com>
332
333         * NGImap4Folder.m: improve error log, fix a bug regarding multiple 
334           mail copy from and to the same folder (v4.2.103)
335
336 Wed Apr 30 15:24:26 2003  Jan Reichmann  <jr@skyrix.com>
337
338         * v4.2.102
339         
340         * NGImap4ServerRoot: noinferiors depends on serverkind (bug 932)
341         
342         * NGImap4ResponseParser.m: improve parsing of server greeting 
343         
344         * NGImap4Folder, NGImap4ServerRoot: take ShowOnlySubscribedIn* 
345           from context
346         
347         * NGImap4Context.m: set ShowOnlySubscribedIn* Defaults 
348           (depends on server)
349         
350         * NGImap4Client.m: detect washington imap server
351
352 Wed Apr 30 12:34:38 2003  Jan Reichmann  <jr@skyrix.com>
353
354         * v4.2.101
355         
356         * NGImap4ServerRoot: fixed retain bug
357         
358         * NGImap4Folder.m: NSLog -> logWithFormat, fixed release (bug 1559),
359         
360         * NGImap4Context: accessors for server defaults
361         
362         * NGImap4Client.m: code cleanups, some logs depends LogDefault,
363           try to get server name (cyrus, courier) - set some server-depending
364           Defaults, fixed special folder subscribe/create behavior (bug 1540)
365           
366
367 Fri Apr 11 11:17:25 2003  Jan Reichmann  <jr@skyrix.com>
368
369         * NGImap4Functions.m: add ImapLogEnabled' default
370           bind some logs to 'LogImapEnabled' (v4.2.99)
371
372 2003-04-09  Helge Hess  <helge.hess@skyrix.com>
373
374         * v4.2.98
375
376         * NSString+Imap4.m: fixed a gcc signed/unsigned warning
377
378         * NGSieveClient.m: fixed a warning
379
380         * NGImap4FileManager.m: fixed some warnings
381
382         * NGImap4Folder.m: fixed a warning
383
384         * NGImap4Client.m: small cleanups
385
386         * NGImap4ResponseParser.m: some smaller cleanups and small performance
387           improvements (less autorelease, use NSStringClass) (v4.2.96)
388         
389 Mon Apr  7 20:02:29 2003  Jan Reichmann  <jr@skyrix.com>
390
391         * v4.2.95
392         
393         * NGImap4Message.m: check whether encoding was set -> set encoding 
394           during body-structure fetch
395         
396         * NGImap4Message+BodyStructure.h: if body-structure component is no 
397           rfc822 or multipart --> body url got  'part=1' (bug 1385)
398
399 Fri Feb 28 18:32:53 2003  Jan Reichmann  <jr@skyrix.com>
400
401         * NGImap4Functions.m: add support for Washington Imap Server, 
402           (delete folders in server root) (v4.2.93)
403
404 Wed Feb 26 17:47:53 2003  Jan Reichmann  <jr@skyrix.com>
405
406         * v4.2.92
407         
408         * NGImap4ServerRoot.m: read also inbox folder if it
409           is not subscribed
410         
411         * NGImap4Client.m: check whether no sequence contains 'ALERT', 
412           reconnect also if the server repsonse an unexpecte 'bye' sequence
413
414         * (Changes for Washington Imap Server support)
415         
416 Wed Feb 26 14:26:30 2003  Jan Reichmann  <jr@skyrix.com>
417
418         * NGImap4Client.m: remove NXConstStr in Excep. Handler (v4.2.91)
419
420 Wed Feb 26 11:37:18 2003  Jan Reichmann  <jr@skyrix.com>
421
422         * NGImap4Client.m: check whether so key exist, 
423           use DATE as default sort key (v4.2.89)
424
425 Tue Feb 25 11:21:52 2003  Jan Reichmann  <jr@skyrix.com>
426
427         * NGImap4Client.m: fixed a reconnect bug (try only one time, 
428           before return with exception) (bug 1108) (v4.2.88)
429
430 Mon Feb 24 15:48:07 2003  Jan Reichmann  <jr@skyrix.com>
431
432         * NGImap4Message.m: select folder befor fetch body structure (bug 1094)
433           (v4.2.87)
434
435 Fri Feb 14 16:16:47 2003  Jan Reichmann  <jr@skyrix.com>
436
437         * NGImap4Context.m: code cleanups (v4.2.85)
438
439 Fri Jan 31 17:05:55 2003    <jr@skyrix.com>
440
441         * NGImap4Context.m: add defaults for imap special folders, 
442           fix folder create bug (v4.2.83)
443
444 Fri Jan 31 14:39:12 2003    <jr@skyrix.com>
445
446         * NGImap4Folder.m: fetch all messages if no sort failed or no 
447           sortordering was given (v4.2.82)
448
449 Fri Jan 31 12:28:09 2003    <jr@skyrix.com>
450
451         * v4.2.81
452         
453         * NGImap4Message.m: code cleanups
454         
455         * NGImap4Message+BodyStructure.h: fix parsing structure bug
456
457 Wed Jan 29 22:12:08 2003    <jr@skyrix.com>
458
459         * NGImap4*: code cleanups (replace macros with method calls),
460           catch all exceptions, now they are stored in [context lastException]
461           remove connection retry (v4.2.80)
462         
463 Tue Jan 28 16:24:37 2003    <jr@skyrix.com>
464
465         * NGImap4Functions.m: fix courier imap bug (couldn`t delete subfoder 
466           which are selected) (v4.2.78)
467
468 Tue Jan 28 15:54:21 2003    <jr@skyrix.com>
469
470         * NGImap4Client.m: remove unnecessary abort() (v4.2.77)
471
472 Tue Jan 21 19:05:30 2003    <jr@skyrix.com>
473
474         * NGImap4Client.m: add sort encoding default 
475           (ImapSortEncoding default: UTF-8) (v4.2.71)
476
477 Tue Jan 21 18:38:09 2003    <jr@skyrix.com>
478
479         * NGMimeMessageParser: increase version number cause changing of 
480           instance vars of super-class (v4.2.70)
481
482 Fri Jan 17 13:49:17 2003    <jr@skyrix.com>
483
484         * NGImap4ResponseParser: fix variable placing (v4.2.66)
485
486 Thu Jan 16 18:40:47 2003    <jr@skyrix.com>
487
488         * NGImap4ResponseParser.m: decode header values fur bodystructures
489         (v4.2.65)
490
491 Tue Jan 14 18:17:55 2003    <jr@skyrix.com>
492
493         * v4.2.64
494         
495         * NGImap4Message+BodyStructure.h: lowercase content-transfer-encoding
496
497 Tue Jan 14 12:24:44 2003    <jr@skyrix.com>
498
499         * v4.2.61
500
501         * NGImap4Functions.m: build exception after delete failed
502         
503         * NGImap4Folder.m: reset subfolders after rename
504         
505         * NGImap4Client.m: handle unexpectet 'bye' - response (occured with 
506           broken courier-imap server) 
507
508 Tue Jan 14 10:20:29 2003    <jr@skyrix.com>
509
510         * v4.2.60
511         
512         * NGImap4Client.m: fix parsing of cyrus version bug (skyrix bug 845)
513
514 Tue Jan 14 09:22:47 2003    <jr@skyrix.com>
515
516         * NGImap4Message+BodyStructure.h: fixed wong instance var
517
518 Mon Jan 13 19:44:55 2003    <jr@skyrix.com>
519
520         * NGImap4Message.m, NGImap4Message+BodyStructure.h,
521           NGImap4FileManager.m: use NGMime header field name contants (v4.2.59)
522
523 Fri Jan 10 09:54:14 2003    <jr@skyrix.com>
524
525         * v4.2.58
526         
527         * NGImap4Support.h: add -isOverQuota method to protocol
528         
529         * NGImap4ServerRoot.m: add missed methods from protocol
530         
531         * NGImap4ResponseParser.m: parse also quotaroot respones without 
532           given quota-root (skyrix bug 822)
533         
534         * NGImap4Folder.m: improve error handling (needed by quota errors)
535
536 Thu Jan  9 14:31:12 2003    <jr@skyrix.com>
537
538         * v4.2.57
539         
540         * NGImap4Context.m: add private method to set lastExceptions 
541           from folder
542         
543         * NGImap4Client.m: handle ALERT responses
544         
545         * NGImap4Folder: check for quota warning, check whether copy failed 
546           during move (SKYRiX Bug #777)
547         
548         * NGImap4ResponseParser.m: improve 'no' response parsing
549         
550 Wed Jan  8 16:26:00 2003    <jr@skyrix.com>
551         
552         * v4.2.56
553
554         * NGImap4ResponseParser.m: fix quoted quota response parsing behavior
555
556         * NGImap4Folder, NGImap4Client.m: use absolute names for 
557           quota response (bug 835)
558
559 Tue Jan  7 16:47:36 2003    <jr@skyrix.com>
560
561         * v4.2.55
562
563         * NGImap4ServerRoot.m: add -usedSpace und -maxQuota methods (bug 821)
564
565         * NGImap4Support.h: complete NGImap4Folder protocol 
566           (add -usedSpace, -maxQuota)
567
568 Fri Dec 27 10:52:44 2002  Helge Hess  <helge.hess@skyrix.com>
569
570         * v4.2.53
571
572         * NSString+Imap4.m: fixed ordering of arguments to calloc() call
573           (count,size) not (size,count)
574         
575         * NGSieveClient.m: removed some gcc 3.2 warnings
576
577         * NGImap4ResponseParser.h: added -parseSieveResponse to interface
578           declaration (removes a warning)
579
580 Mon Dec 23 15:38:30 2002  Helge Hess  <helge.hess@skyrix.com>
581
582         * v4.2.52
583
584         * NGImap4Message.m: removed some unneeded code in -dealloc
585
586         * NGImap4Message.h: NSMutableDictionary declaration was missing in the
587           header file
588
589         * NGImap4FileManager.m: -messageAtPath: is now typed to returned an
590           NGImap4Message
591
592 2002-12-17  Helge Hess  <helge.hess@skyrix.com>
593
594         * NGImap4Client.m: replaced THROW with raise (4.2.51)
595
596 Tue Dec 17 14:46:58 2002    <jr@skyrix.com>
597
598         * v4.2.50
599
600         * NGImap4ResponseParser.m: parse quota responses
601         
602         * NGImap4Folder.*: add maxQuota/usedQuota methods
603         
604         * NGImap4Context.*: add -canQuota method
605         
606         * NGImap4Client.*: add 'quota' command
607
608 2002-12-07  Helge Hess  <helge.hess@skyrix.com>
609
610         * NGImap4Folder.m: added -isComplete prototype to NGImap4Message
611           Privates (removes a compilation warning) (v4.2.49)
612
613 Tue Dec 10 19:12:45 2002    <jr@skyrix.com>
614
615         * v4.2.48
616
617         * NGImap4ResponseParser.m: throw exception "No response exception" 
618           if server is down (SKYRiX Bug #651)
619         
620         * NGImap4Folder.m, NGImap4ServerRoot: Default for display 
621           subscribed-folders (ShowOnlySubscribedInSubFolders and
622           ShowOnlySubscribedInRoot)
623         
624         * NGImap4Client.m: release exceptions after description output now 
625
626 Tue Dec 10 12:47:08 2002    <jr@skyrix.com>
627
628         * v4.2.47
629
630         * NGImap4ResponseParser.m: fixing 'fetch body' response bug (check for
631           empty bodies) (SX Bug #756)
632         
633         * NGImap4Message+BodyStructure.h: build messages only for rfc822 
634           subtype, fixed header handling message/rfc822 bodies
635         
636         * NGImap4Folder.m: remove logs
637         
638         * NGImap4ServerRoot.m: add fake methods (SX Bug #756)
639         
640 Mon Dec  9 13:55:52 2002    <jr@skyrix.com>
641
642         * v4.2.46
643
644         * NGImap4Context.m: add capability support
645         
646         * NGImap4Client.*, NGImap4ResponseParser: add capability command
647
648 Fri Dec  6 17:08:28 2002    <jr@skyrix.com>
649
650         * v4.2.45
651         
652         * NGImap4Folder*: add some ss-sorting improvements, bulk-fetch 
653           messages in range
654         
655         * NGImap4Message.m: description do not initialize headers anymore,
656           add -_setHeaders: private function for bulk-fetching
657
658 Tue Dec  3 16:45:14 2002    <jr@skyrix.com>
659
660         * NGImap4ResponseParser.m: parse empty string if message does 
661           'no longer exists'(v4.2.44)
662
663 Mon Dec  2 19:22:13 2002  Jan Reichmann  <jr@skyrix.com>
664
665         * v4.2.43
666
667         * NGImap4Context.m: add -setSelectedFolder for performance 
668           improvements
669         
670         * NGImap4Folder.m: (Bug #17379) clear msn->uid cache after delete,
671           performance (remove double 'select' call) 
672
673 Mon Dec  2 11:18:51 2002    <jr@skyrix.com>
674
675         * NGImap4Folder.m: only reset subfolder if they are already loaded 
676           (v4.2.42)
677
678 Fri Nov 29 12:27:25 2002    <jr@skyrix.com>
679
680         * v4.2.40
681
682         * NGImap4ResponseParser.m: check tagged responses before parsing 
683           it
684         
685         * code cleanups
686
687 Wed Nov 27 16:42:07 2002    <jr@skyrix.com>
688
689         * NGImap4Context.m, NGImap4Folder: add msn-uid cache (v4.2.39)
690
691 Mon Nov 25 16:29:40 2002  Jan Reichmann  <jr@skyrix.com>
692
693         * NGImap4Folder.m: if no next mail, return nil (v4.2.38)
694         
695         * NGImap4Client.m: check whether sort keys are valid (v4.2.36)
696         
697         * NGImap4ResponseParser.m: fix 'idle to long' bug
698
699 Fri Nov 22 15:04:18 2002    <jr@skyrix.com>
700
701         * NGImap4ResponseParser.m: fixed content parsing (v4.2.36)
702         
703         * NGImap4Message*: add support for body-structure content(v4.2.35)
704
705 Fri Nov 22 11:13:40 2002    <jr@skyrix.com>
706
707         * NGImap4ResponseParser.m: add Imap4MMDataBoundary Default to 
708           modify MM-Data-Use boundary (v4.2.34)
709
710 Thu Nov 21 20:02:48 2002    <jr@skyrix.com>
711
712         * NGImap4ResponseParser.m: add file mapped data for fetching imap data 
713           (to restore previous behavior -NoMemoryMappedDataForImapBlobs YES) 
714           (v4.2.33)
715
716 Wed Nov 21 18:07:37 2002    <jr@skyrix.com>
717
718         * add fetch body structure with content-urls
719         
720         * add fetch content of single parts (v4.2.32)
721
722 Wed Nov 20 18:07:37 2002    <jr@skyrix.com>
723
724         * GNUmakefile: remove tool-make
725
726 2002-11-20  Helge Hess  <helge.hess@skyrix.com>
727
728         * NGImap4Message.m: added ability to query headers using KVC (v4.2.31)
729
730         * v4.2.30
731
732         * NGImap4FileManager.m: do not create if no URL is given, better
733           error handling with URL initialization
734
735         * NGImap4Context.m: do not create context if an empty URL is given
736
737 Tue Nov 19 18:13:38 2002    <jr@skyrix.com>
738
739         * NGImap4*: add commands (thread, fetch body)
740
741 Mon Nov 11 10:24:14 2002  Jan Reichmann  <jr@skyrix.com>
742
743         * NGImap4Client.m: improve greetings parse behaviour
744
745 2002-11-10  Helge Hess  <helge.hess@skyrix.com>
746         
747         * NGImap4Client, NGImap4FileManager: can init with URL (v4.2.27)
748
749 2002-09-30  Helge Hess  <helge.hess@skyrix.com>
750
751         * NGImap4Client.m: prepared for SSL support
752
753         * NGImap4Context.m: do not alloc with zone (v4.2.25)
754
755 Tue Aug 22 14:57:38 2002  Jan Reichmann  <jr@skyrix.com>
756
757         * (from 4.1) use cyrus 2.0, sieve, fixes (v4.2.23)
758
759 Tue Aug 20 14:57:38 2002  Jan Reichmann  <jr@skyrix.com>
760
761         * NGImap4Folder.m: (BUG 17379) if there is no prev-message,
762           take last message (v4.2.22)
763
764 Tue Jul 23 10:17:23 2002  Jan Reichmann  <jr@skyrix.com>
765
766         * NGImap4Folder.m: (BUG 17129) remove debug abort (v4.2.19)
767
768 - 2002-07-17 v4.2.17 (hh) [extracted from CVS]
769
770 Wed Jul 17 12:58:01 2002  Jan Reichmann  <jr@skyrix.com>
771
772         * NGImap4Folder.m: added better logs (v4.2.18)
773
774         * NGImap4Folder.m: (BUG 16784) if no sort ordering is given,
775           sort on "date" field of the message
776         
777 Thu Jul 11 16:04:39 2002  Jan Reichmann  <jr@skyrix.com>
778
779         * NGImap4Folder, NGImap4Client, NGImap4ResponseParser: add 
780           sortedMessagesInRange Method
781
782 - 2002-07-10 v4.2.16 (hh) [extracted from CVS]
783
784 2002-07-09  Helge Hess  <helge.hess@skyrix.com>
785
786         * NGImap4DataSource.m: place -fetchObjects in an autorelease-pool
787           (v4.2.15)
788
789         * NGImap4Message.m: now supports file-info keys, cleaned up 
790           -description (v4.2.14)
791
792 - 2002-07-08 v4.2.13 (hh) [extracted from CVS]
793 - 2002-07-08 v4.2.12 (hh) [extracted from CVS]
794
795 Thu Jun 13 19:36:33 2002  Jan Reichmann  <jr@skyrix.com>
796
797         * NGImap4Context: add folderWithName:caseInsensitive: (v4.2.11)
798
799 Tue Jun 11 16:17:06 2002  Jan Reichmann  <jr@skyrix.com>
800
801         * NGImap4Client.m: (bug 11939) add quote support for special 
802           chars in passwd (v4.2.10)
803
804 Mon Jun 10 18:58:55 2002  Jan Reichmann  <jr@skyrix.com>
805
806         * NGImap4Context.m, NGImap4Folder.m: add support for case sensitve 
807           folder handling (v4.2.9)
808
809         * NGImap4Context.m, NGImap4Folder.m: reduce logs (v4.2.8)
810
811 Sun Jun  9 02:56:55 2002  Jan Reichmann  <jr@skyrix.com>
812
813         * NGImap4Client.m: (bug 16482) double encoding bug (v4.2.7)
814
815         * NGImap4ServerRoot.m: (bug 16050) show also not subscribed folders
816           (v4.2.6)
817
818 - 2002-06-07 v4.2.5  (jr) [extracted from CVS]
819 - 2002-06-04 v4.2.4  (jr) [extracted from CVS]
820
821 2002-06-03  Helge Hess  <helge.hess@skyrix.com>
822
823         * fixed to compile with gstep-base
824
825 - 2002-05-22 v4.2.3  (jr) [extracted from CVS]
826
827 Wed Mar  6 13:29:28 CET 2002 Jan Reichmann  <jr@skyrix.com>
828
829         * merge with SkyrixGreen
830
831 Mon Jan  7 16:57:07 2002  Jan Reichmann  <jr@skyrix.com>
832
833         * NGImap4ResponseParser.m: improved error messages
834
835 Fri Dec  7 14:14:33 2001  Jan Reichmann  <jr@skyrix.com>
836
837         * NGImap4Client.m ([NGImap -fetchFrom:to:parts:]): add profiling
838
839 Tue Dec  4 19:14:43 2001  Jan Reichmann  <jr@skyrix.com>
840
841         * NGImap4Client.m ([NGImap -fetchFrom:to:parts:]): passwd with spaces
842
843 Wed Nov 28 18:17:06 2001  Gerrit Albrecht  <ga@skyrix.com>
844
845         * NGImap4Context.m, NGImap4FileManager.m: Added knowledge
846           about drafts folder.
847
848 Wed Oct 24 13:18:29 2001  Helge Hess  <helge.hess@skyrix.com>
849
850         * NGImap4Client.m: moved Folder-Name encoding/decoding to NSString
851           category - needs to be corrected to NSData !!!
852
853         * updated to SKYRiXgreen version (lots of fixes & changes)
854
855 Tue Oct  2 05:41:32 2001  Jan Reichmann  <jr@skyrix.com>
856
857         * NGImap4Context.m: Fixed __RELEASE__ bug ;(
858
859 Fri Aug 10 13:48:29 2001  Helge Hess  <helge.hess@skyrix.com>
860
861         * NGImap4FileManager.m: inherit from NGFileManager
862
863 Fri Aug 10 07:28:10 2001  Martin Hoerning  <mh@skyrix.com>
864
865         * NGImap4Client, NGImap4FileManager, NGImap4Context:
866           RETAIN-BUGS fixed
867
868 Fri Jun 22 15:46:23 2001  Jan Reichmann  <jr@skyrix.com>
869
870         * NGImap4Client.m: fixed search uid bug
871
872 Thu Jun 21 16:50:13 2001  Jan Reichmann  <jr@skyrix.com>
873
874         * NGImap4FileManager.m: add -imapContext
875
876 Wed May 16 17:59:00 2001  Jan Reichmann  <jr@skyrix.com>
877
878         * NGImap4Client.m, NGImap4Context.m, NGImap4ResponseParser.m: 
879           washington imap server
880
881 Tue May 15 18:10:33 2001  Jan Reichmann  <jr@skyrix.com>
882
883
884         * NGImap4ResponseParser.m: ignore now empty fetchentries with no 
885         header length field
886
887 Tue May  8 16:26:13 2001  Jan Reichmann  <jr@skyrix.com>
888
889         * NGImap4FileManager.m: add edit possibility for syncMode
890
891 Mon Apr  17 11:17:47 2001  Jan Reichmann  <jr@skyrix.com>
892
893         * NGImap4Folder.m: fixed error log bug
894         
895 Mon Apr  2 13:47:47 2001  Jan Reichmann  <jr@skyrix.com>
896
897         * NGImap4FileManager.m: fixed private interface
898
899 Fri Mar 30 14:17:25 2001  Jan Reichmann  <jr@skyrix.com>
900
901         * NGImap4Client.m: try only 10 times to reconnect before raising an 
902         exception
903
904         * NGImap4Client.m: fixed error log
905
906 Fri Mar 30 10:54:08 2001  Helge Hess  <helge.hess@skyrix.com>
907
908         * NGImap4DataSource.m: major cleanups
909
910 Fri Mar 16 16:05:27 2001  Jan Reichmann  <jr@skyrix.com>
911
912         * NGImap4Message.m: fixed parse message bug 
913
914 Wed Mar 14 13:16:24 2001  Jan Reichmann  <jr@skyrix.com>
915
916         * NGImap4FileManager.m: add datasource at path
917
918 Tue Feb  6 19:47:03 2001  Jan Reichmann  <jr@skyrix.com>
919
920         * NGImap4Folder.m: fixed bug for wrong MSN
921
922 Tue Feb  6 19:47:03 2001  Joerg Grimm  <joerg@trex2>
923
924         * NGImap4Client.m: check open connection response without
925                            servername (Cyrus IMAP4 v)
926
927 Wed Jan  3 13:14:43 2001  Jan Reichmann  <jr@skyrix.com>
928
929         * NGImap4Client.m: fixed flag bug
930
931 Tue Jan  2 16:58:46 2001  Jan Reichmann  <jr@skyrix.com>
932
933         * NGImap4Client.m: hide password in log
934
935         * NGImap4Client.m: sleep before reconnect
936
937 Mon Dec 18 14:48:18 2000  Jan Reichmann  <jr@skyrix.com>
938
939         * NGImap4Folder.m: fixed 'lookup only' folder bug
940
941 Fri Dec 15 19:26:09 2000  Jan Reichmann  <jr@skyrix.com>
942
943         * NGImap4Client.m, NGImap4Context.m: automatically subscribe to inbox
944
945         * NGImap4Context.m: format text
946
947 Mon Nov 13 14:51:13 2000  Jan Reichmann  <jr@skyrix.com>
948
949         * Python/: insert python module
950         * NGImapClient.m: enable append of messages with more than 15kB
951
952 Fri Sep 29 15:15:29 2000  Jan Reichmann  <jr@skyrix.com>
953
954         * NGImap4: add sync mode (synchronize selects for folder)
955
956 Thu Sep 14 13:33:49 2000  Jan Reichmann  <jr@skyrix.com>
957
958         * search.txt: use '=' instead of '=='
959
960         * NGImap4Context.[hm]: insert - newMessages
961
962         * NGImap4Client.m: remove compiler warning
963
964 Wed Sep 13 14:47:23 2000  Jan Reichmann  <jr@skyrix.com>
965
966         * NGImap4Context.m: at first ask inbox in method hasNewMessages
967
968 Tue Sep  5 14:04:37 2000  Joerg Grimm  <joerg@trex2>
969
970         * NGImap4Folder.m: log removed
971
972 Fri Sep  1 13:15:22 2000  Jan Reichmann  <jan@mdlink.de>
973
974         * NGImap4Client.m: remove logs
975
976 Wed Aug 30 21:22:31 2000  Jan Reichmann  <jan@mdlink.de>
977
978         * NGImap4Context.[hm], NGImap4Client.m: store server data
979
980 Tue Aug 29 18:56:38 2000  Jan Reichmann  <jan@mdlink.de>
981
982         * NGImap4Context.m, NGImap4Folder.h, NGImap4Folder.m,NGImap4Functions.m:
983         actions for no-select folders
984
985 Mon Aug 28 18:43:11 2000  Jan Reichmann  <jan@mdlink.de>
986
987         * NGImap4Folder.m: fixed bug for read-only folder
988
989 Tue Aug  8 11:21:16 2000  Helge Hess  <helge.hess@mdlink.de>
990
991         * NGImap4Message.m: added -globalID method
992
993         * NGImap4Context.m: added -login method
994
995 Thu Jul 27 14:48:26 2000  Jan Reichmann  <jan@mdlink.de>
996
997         * NGImap4Folder.m: fixed bug (unseen was not updated) 
998
999 Fri Jun 23 10:32:00 2000  Jan Reichmann  <jan@mdlink.de>
1000
1001         * NGImap4ResponseParser.m: remove category for NSData
1002
1003 Wed Jun  7 16:07:03 2000  Jan Reichmann  <jan@mdlink.de>
1004
1005         *  NGImap4Folder.[hm], NGImap4ServerRoot.[hm]: maxResults for search 
1006
1007 Mon May 29 17:56:46 2000  Jan Reichmann  <jan@mdlink.de>
1008
1009         * NGImap4Functions.m: remove recursive copy bug
1010
1011 Sat May 27 18:27:48 2000  Jan Reichmann  <jan@mdlink.de>
1012
1013         * NGImap4Message.m: add flagged methods
1014
1015 Tue May 23 12:33:25 2000  Jan Reichmann  <jan@mdlink.de>
1016
1017         * NGImap4Context.[hm]: improvements ( add -folderWithName)
1018
1019 Fri May 19 11:52:25 2000  Jan Reichmann  <jan@mdlink.de>
1020
1021         * NGImap4Client.m: replace 0 with 1 in range-commands
1022
1023 Thu May 18 15:20:19 2000  Jan Reichmann  <jan@mdlink.de>
1024
1025         * NGImap4*: enabled mailboxes with more than one rootfolder
1026
1027 Tue May 16 12:35:46 2000  Jan Reichmann  <jan@mdlink.de>
1028
1029         * NGImap4Client.m: fixed RC bug
1030
1031 Mon May 15 16:26:19 2000  Jan Reichmann  <jan@mdlink.de>
1032
1033         * NGImap4Context.m, NGImap4Folder.[hm]: evaluate noinferiors flag 
1034
1035 Wed May 10 19:30:37 2000  Jan Reichmann  <jan@mdlink.de>
1036
1037         * NGImap4Folder.m: fixed RC-bug (raised during moveFolder)
1038
1039 Wed May  3 22:15:10 2000  Jan Reichmann  <jan@mdlink.de>
1040
1041         * NGImap4Folder.m: improvements
1042
1043 Mon May  1 21:24:21 2000  Jan Reichmann  <jan@mdlink.de>
1044
1045         * NGImap4Folder.m: fixed RC-bug
1046
1047 Wed Apr 26 10:26:54 2000  Jan Reichmann  <jan@mdlink.de>
1048
1049         * NGImap4Context.m: bugfix in hasNewMessages
1050
1051 Thu Apr 13 16:19:56 2000  Jan Reichmann  <jan@mdlink.de>
1052
1053         * NGImap4Message.m: insert isEqual: and hash methods
1054
1055 Mon Apr 10 14:34:49 2000  Helge Hess  <helge.hess@mdlink.de>
1056
1057         * NGImap4Folder.m: added autorelease-pools, added immutable containers
1058
1059         * NGImap4Client.m: added autorelease-pools
1060
1061         * NGImap4Client.m(-normalizeFetchResponse:): created immutable, 
1062           not-autoreleased NSDictionary entry objects
1063
1064         * NGImap4Client.m: replaced abort() with NSCAssert
1065
1066 Thu Apr  6 16:32:09 2000  Jan Reichmann  <jan@mdlink.de>
1067
1068         * NGImap4 build lib-internal Trash/Sent Folder managment
1069
1070 Tue Feb 29 19:18:09 2000  Helge Hess  <helge.hess@mdlink.de>
1071
1072         * MOF3 import
1073
1074 Tue Feb 22 19:16:11 2000  Helge Hess  <helge.hess@mdlink.de>
1075
1076         * GNUmakefile (GNUSTEP_INSTALLATION_DIR): changed to GNUSTEP_LOCAL_ROOT
1077
1078 Thu Jan 13 17:24:40 2000  Jan Reichmann  <jan@mdlink.de>
1079
1080         * created ChangeLog