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