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