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