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