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