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