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