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