]> err.no Git - scalable-opengroupware.org/blob - SOGo/UI/MailerUI/ChangeLog
added link banner
[scalable-opengroupware.org] / SOGo / UI / MailerUI / ChangeLog
1 2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
2
3         * UIxMailMainFrame.m: added "link" banner to jump to the other SOGo
4           tools, disable the banner in case the tree is disabled (since that
5           hints that a new window without the frame is being used, eg the
6           compose panel), added some more CSS classes instead of inline style
7           declarations (v0.9.132)
8
9 2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
10
11         * prepared ACL editors (v0.9.131)
12
13 2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
14
15         * v0.9.130
16         
17         * UIxMailListView.m: implemented empty-trash action
18
19         * product.plist: added a reduced toolbar when being on the trash folder
20           (no reply/fwd etc, but added an empty trash button)
21         
22 2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
23
24         * v0.9.129
25         
26         * UIxMailAccountView.m: added code to better display shared accounts
27
28         * UIxMailTree.m: moved IMAP4 connection string => label code to a
29           NSString category
30         
31 2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
32
33         * UIxMailTree.m: properly display share names in account list (show
34           name of share instead of the cut-off account login). Added some
35           improved heuristics to determine a viably short name (v0.9.128)
36
37 2005-07-07  Helge Hess  <helge.hess@opengroupware.org>
38
39         * UIxMailView.m, product.plist: added -trash button and action
40           (v0.9.127)
41
42 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
43
44         * product.plist: hide expunge button on mail folder when deleting is
45           disallowed (v0.9.126)
46
47 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
48
49         * v0.9.125
50
51         * UIxMailToolbar.m: added ability to disable toolbar buttons in case an
52           operation is not allowed (eg an object got deleted)
53
54         * product.plist: added 'isSafe=NO' markers to unsafe HTTP methods in
55           toolbar, added 'enabled' binding for 'delete' button
56
57         * v0.9.124
58
59         * UIxMailView.m: improved error handling in case the delete flag could
60           not be set
61
62         * UIxMailMainFrame.m: added -hasErrorText / -errorText / 
63           -errorAlertJavaScript methods to deal with errors encoded in the
64           'error' form parameter
65
66 2005-03-24  Helge Hess  <helge.hess@opengroupware.org>
67
68         * v0.9.123
69         
70         * UIxMailListView.m: added create/delete folder operations
71         
72         * product.plist: added folder-add/delete buttons in toolbar
73
74 2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
75
76         * renamed "default.strings" to "Localizable.strings" (v0.9.122)
77
78 2005-02-23  Helge Hess  <helge.hess@opengroupware.org>
79
80         * mailer.js: split into multiple files (v0.9.121)
81
82 2005-02-22  Helge Hess  <helge.hess@opengroupware.org>
83
84         * UIxMailMainFrame.m: added ability not to generate the HTML frame 
85           (v0.9.120)
86
87 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
88
89         * moved UIxMailSizeFormatter to MailPartViewers (v0.9.119)
90
91 2005-02-18  Helge Hess  <helge.hess@opengroupware.org>
92
93         * mailer.js: added HTML escape/unescape functions (v0.9.118)
94
95         * moved mail part viewers to own product (MailPartViewers) (v0.9.117)
96
97 2005-02-17  Helge Hess  <helge.hess@opengroupware.org>
98
99         * UIxMailSortableTableHeader.m: properly inherit from SoComponent, so
100           that resource lookup works (v0.9.116)
101
102 2005-02-16  Helge Hess  <helge.hess@opengroupware.org>
103
104         * added automatic search field posting (v0.9.115)
105
106         * mailer.js: fixed a row highlighting bug (v0.9.114)
107
108         * product.plist: fixed compose button in mail viewer (v0.9.113)
109
110 2005-02-15  Helge Hess  <helge.hess@opengroupware.org>
111
112         * UIxMailListView.wox: added a pointer cursor for rows and enabled an
113           on-click message opener on some cells (v0.9.112)
114
115         * UIxMailListView.wox: added message row highlighting (v0.9.111)
116
117         * UIxMailAccountView.wox, UIxMailAccountsView.wox: added a title-div
118           to fix layout (v0.9.110)
119
120 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
121
122         * mailer.js: use 'tb.view' instead of 'view' to show a page (v0.9.109)
123
124         * UIxMailTree.m: always stop tree on user folder (v0.9.108)
125         
126         * v0.9.107
127         
128         * product.plist: mapped 'namespaced' "tb.view" SOPE method to the same
129           methods like "view". This allows us to use "tb.view" inside the
130           mailer without clashing with other UIs on top of the same SoObjects
131
132         * UIxMailTree.m: use Inbox icon for SOGoMailAccount and
133           SOGoMailAccounts folders, added ability to specify a
134           'treeFolderAction' (relative URL to be triggered by clicks)
135
136         * v0.9.106
137         
138         * UIxMailFilterPanel.wox: improved CSS styling of the search field
139
140         * UIxMailTree.wox: fixed display of special mail icons if a folder
141           has subfolders and is open (in short: the 'cornerIcon' binding is
142           properly set)
143
144         * v0.9.105
145         
146         * UIxMailTree.m: fixed handling of root nodes (properly display all
147           children of the root node)
148         
149         * UIxMailTreeBlock.m: generate a description
150         
151         * UIxMailMainFrame.m, UIxMailTree.m: made root class of tree
152           configurable using 'SOGoMailTreeRootClass' default
153         
154 2005-02-13  Helge Hess  <helge.hess@opengroupware.org>
155
156         * mailer.css: added left-padding to treecell to make it look better
157           (v0.9.104)
158
159         * UIxMailListView.wox: added mark read/unread without page refresh
160           using XMLHttpRequest (v0.9.103)
161
162         * product.plist, UIxMailListView.wox, mailer.js: added bulk
163           reply/replyall/forward (v0.9.102)
164
165 2005-02-12  Helge Hess  <helge.hess@opengroupware.org>
166
167         * UIxMailMainFrame.m: fixed page form processing if the active URL
168           does not specify a method name (ends with /) (v0.9.101)
169
170         * v0.9.100
171
172         * added support for filter popup (OGo bug #1210)
173         
174         * UIxMailListView: moved filter selection to an own component
175
176         * v0.9.99
177
178         * product.plist: also map index method of mail folder to
179           UIxMailListView
180
181         * UIxMailListView.m: added subject/sender searching (OGo bug #1209)
182
183 2005-02-10  Helge Hess  <helge.hess@opengroupware.org>
184
185         * UIxMailPartLinkViewer.wox, UIxMailPartMessageViewer.wox: added
186           missing 'label' namespace declaration (v0.9.98)
187
188 2005-02-09  Helge Hess  <helge.hess@opengroupware.org>
189
190         * UIxMailReplyAction.m: implemented a content-reply (v0.9.97)
191
192 2005-02-08  Helge Hess  <helge.hess@opengroupware.org>
193
194         * v0.9.96
195
196         * UIxMailPartMessageViewer.m: fixed for multivalue from fields
197
198         * UIxMailEditorAction.m, product.plist: split editor action in multiple
199           classes
200
201         * v0.9.95
202
203         * product.plist: do not use clickedEditorDelete() JS function for
204           draft delete but just call the link
205         
206         * UIxMailEditor.m: a successful draft delete now returns the window
207           closer and refreshes the opener
208         
209         * mailer.js now reloads the opener for editor-save and editor-delete
210           functions (does not properly work since the form load is async)
211         
212         * UIxMailEditorAction.m, product.plist: implemented simple
213           reply/reply-all processing (subject and recipient handling is in
214           place, content quoting is pending)
215         
216         * v0.9.94
217
218         * UIxMailListView.m: properly show "to" address in tableview for
219           Sent folder
220
221         * UIxMailView.m: fixed for new 'from' API
222
223         * v0.9.93
224
225         * mailer.js: work on the read-mail marking code, properly change the
226           icon div
227
228         * UIxMailListView.m: changed handling of unread mail flags
229
230         * UIxMailView.wox: use the new markMailReadInWindow function to mark
231           a mail read in the mail list
232
233 2005-02-07  Helge Hess  <helge.hess@opengroupware.org>
234
235         * v0.9.92
236         
237         * UIxMailView.m: properly refresh mail list after a mail got deleted
238
239         * UIxMailWindowCloser.m: added ability to refresh the opener window
240           prior closing the panel
241
242         * UIxMailView.wox: triggers opener callback to mark a mail as read
243         
244         * mailer.js: added refreshOpener() function which refreshes the
245           panel that opened the current window, added triggerOpenerCallback()
246           function which triggers a URL given in the "openerurl" query
247           parameter on the opener window
248
249         * UIxMailEditor.m: disabled Internet warning in the mail editor per
250           default, can be enabled using the 'SOGoShowInternetMarker' default,
251           made Internet header detection qualifier configurable, see README
252           (SOGoInternetDetectQualifier string default), when the request is
253           from the Internet, add headers as specified in the
254           'SOGoInternetMailHeaders' dictionary default (v0.9.91)
255
256         * UIxMailTree.m: added support for special folder icons (v0.9.90)
257
258         * v0.9.89
259
260         * UIxMailTree.m: made special folder names localizable
261
262         * English.lproj/default.strings: added some folder translations
263
264 2005-02-06  Helge Hess  <helge.hess@opengroupware.org>
265
266         * v0.9.88
267
268         * UIxMailTree.m: some code cleanups, does not use -fetchSubfolders of
269           SOGoObject anymore (to be useful for any object)
270
271         * UIxMailMainFrame.wox: made "Folders" title localizable
272
273         * UIxMailListView.wox: removed some superflous section
274
275 2005-01-31  Helge Hess  <helge.hess@opengroupware.org>
276
277         * UIxMailView.m: implemented 'expunge' action (delete button in the
278           toolbar) (v0.9.87)
279
280         * UIxMailView.m, UIxMailRenderingContext.m: moved more bulk fetching
281           to SoObject (v0.9.86)
282
283         * UIxMailView.m: moved plain/text bulkfetch method to SoObjects/Mailer,
284           since its general purpose (v0.9.85)
285
286         * v0.9.84
287
288         * UIxMailView.m: properly recurse into message/rfc822 bodies for flat
289           content fetches
290
291         * UIxMailView.m, UIxMailPartMessageViewer.m: added links for email
292           addresses (currently mailto://)
293
294 2005-01-30  Helge Hess  <helge.hess@opengroupware.org>
295         
296         * v0.9.83
297         
298         * UIxMailRenderingContext.m: activate UIxMailPartMessageViewer for
299           message/rfc822 contents
300
301         * added a UIxMailPartMessageViewer for displaying embedded (eg
302           forwarded) MIME messages
303
304         * v0.9.82
305         
306         * UIxMailPartLinkViewer.m: prefix filenames which start with a digit,
307           properly escape attachment names
308
309         * UIxMailPartImageViewer.m (UIxMailPartViewer): append image extension
310           to attachments
311         
312         * v0.9.81
313         
314         * UIxSieveEditor.m: call proper save method in Sieve SoObject
315         
316         * UIxMailEditor.m: added 'SOGoMailEditorKeepTmpFile' default to debug
317           MIME generation
318
319         * v0.9.80
320
321         * UIxMailEditorAction.m: work on forwarding and reply
322         
323         * UIxFilterList.wox, UIxMailAccountView.wox, UIxMailAccountsView.wox,
324           UIxSieveEditor.wox: fixed title (needs localization)
325
326         * UIxMailMainFrame.m: always generate title as given by the parent
327           component (titles need to get fixed!), was fixed to OpenGroupware.org
328           before unless in debug mode
329         
330         * UIxMailEditor.m: use new storeInfo API, generate a proper panelTitle
331           (needs localization)
332
333         * UIxMailEditorAttach.m: use new attachment API
334
335         * UIxMailView.wox: remoted link to screenshot, use mail subject as
336           title
337
338         * UIxMailListView.m: disabled a log
339
340 2005-01-28  Helge Hess  <helge.hess@skyrix.com>
341
342         * v0.9.79
343
344         * UIxMailEditor.wox: localized 'Subject' label, shows 'non-intranet'
345           marker if 'MinequProvenance' HTTP header is not set to 'intranet'
346
347         * mailer.css: added marker for internet-mails (#1153)
348
349         * v0.9.78
350
351         * UIxMailListView.m: properly mark deleted mails using line-through
352
353         * UIxMailView.m: close mail viewer if mail delete was successful
354
355         * mailer.css: added style classes for deleted cells
356
357         * UIxMailEditor.m: moved some Sent folder lookup to SOGoMailAccount
358
359         * v0.9.77
360
361         * added UIxMailSizeFormatter to render big file size numbers with some
362           M or K suffix
363
364         * UIxMailPartViewer.m: added methods to retrieve filename, file
365           extension and file size formatter
366
367         * UIxMailSortableTableHeader.m: minor code cleanups
368
369 2005-01-27  Helge Hess  <helge.hess@skyrix.com>
370
371         * started attachment (download) viewer (#1074) (v0.9.76)
372
373 2005-01-26  Helge Hess  <helge.hess@skyrix.com>
374
375         * v0.9.75
376
377         * UIxMailEditor.m: copy sent mails to INBOX/Sent folder, fixes issue
378           #1054
379
380         * product.plist: disabled unsupported delete button in mailviewer
381
382         * UIxMailListView.wox: removed unused mail checkboxes and folder-tree
383           popup (#1211) (v0.9.74)
384
385         * disabled some unsupported buttons and template elements (#1209,
386           #1210, #1207, #1208) (v0.9.73)
387
388 2005-01-26  Marcus Mueller  <znek@mulle-kybernetik.com>
389
390         * v0.9.72
391
392         * UIxMailWindowCloser.{m,wox}: new component which closes the window
393           in its "onLoad".
394
395         * UIxMailEditor.m: close window after successful send by opening
396           UIxMailWindowCloser. This fixes SOGo Bug #1053.
397
398 2005-01-07  Marcus Mueller  <znek@mulle-kybernetik.com>
399
400         * {English/French}.lproj/default.strings: changed encoding from
401           ISO-Latin-1 to UTF-8, which is now the default (v0.9.71)
402
403 2004-12-08  Marcus Mueller  <znek@mulle-kybernetik.com>
404
405         * UIxMailTree.m, UIxMailEditor.m, UIxMailPartViewer.m,
406           UIxEnvelopeAddressFormatter.m, UIxMailToolbar.m,
407           UIxMailRenderingContext.m, UIxMailEditorAttach.m,
408           UIxSubjectFormatter.m, UIxMailPartAlternativeViewer.m:
409           changed to use NGLogging (v0.9.70)
410
411 2004-12-03  Helge Hess  <helge.hess@skyrix.com>
412
413         * v0.9.69
414
415         * UIxFilterList.m: added support for script creation
416
417         * v0.9.68
418         
419         * UIxFilterList.m: added ability to trigger new editor
420         
421         * started UIxSieveEditor
422         
423         * UIxFilterList.wox: minor fix to table layout (v0.9.67)
424         
425 2004-11-28  Helge Hess  <helge.hess@skyrix.com>
426
427         * UIxFilterList.m: use toOneRelationshipKeys to retrieve the filters
428           being displayed (v0.9.66)
429
430 2004-11-27  Helge Hess  <helge.hess@skyrix.com>
431
432         * v0.9.65
433         
434         * added first (empty) version of filter list page
435         
436         * UIxMailEditorAttach.m: fixed a warning
437
438         * UIxMailAccountView.wox, product.plist: cleaned up account page (links
439           work now), added a compose button (v0.9.64)
440
441 2004-11-15  Marcus Mueller  <znek@mulle-kybernetik.com>
442
443         * UIxMailEditor.m: properly set "From" header (v0.9.63)
444
445 2004-11-11  Helge Hess  <helge.hess@skyrix.com>
446
447         * UIxMailListView.wox: added sample move popup (v0.9.62)
448
449 2004-11-09  Helge Hess  <helge.hess@skyrix.com>
450
451         * UIxMailListView.m: added support for toggling read/unread flags
452           (v0.9.61)
453
454         * UIxMailTree.m: added tree navigation code from SoObjects (v0.9.60)
455
456         * UIxMailTree.m: removed unused code (v0.9.59)
457
458         * UIxMailListView.m: flush mail caches in the getMail action (v0.9.58)
459
460 2004-10-29  Helge Hess  <helge.hess@skyrix.com>
461
462         * UIxMailEditor.m: reenabled deletion of temporary mail files (v0.9.57)
463
464 2004-10-28  Helge Hess  <helge.hess@skyrix.com>
465
466         * product.plist: fixed getMail for drafts folder (v0.9.56)
467
468         * UIxMailListView.wox: fixed viewer activation for unread mails
469           (v0.9.55)
470
471 2004-10-28  Helge Hess  <helge.hess@opengroupware.org>
472
473         * UIxMailMoveToPopUp.m: fixed header (v0.9.54)
474
475 2004-10-27  Helge Hess  <helge.hess@opengroupware.org>
476
477         * disabled popup until it uses the proper tree (v0.9.53)
478
479 2004-10-27  Marcus Mueller  <znek@mulle-kybernetik.com>
480
481         * UIxMailMoveToPopUp.[m|wox]: component which renders a popup
482           containing possible destinations for a mail move operation (v0.9.52)
483
484 2004-10-27  Helge Hess  <helge.hess@opengroupware.org>
485
486         * UIxMailEditor.m: default method returns a redirect to 'edit', added
487           'delete' action and button (v0.9.51)
488
489         * v0.9.50
490
491         * UIxMailEditor.m: send mail using draft object
492
493         * UIxMailListView.wox: do not wrap title line
494
495         * UIxMailEditor.m: added send related code (v0.9.49)
496
497 2004-10-26  Helge Hess  <helge.hess@opengroupware.org>
498
499         * UIxMailEditorAttach.m: added attachment delete (v0.9.48)
500
501         * UIxMailEditorAttach.wox, mailer.css: work on layout, added delete
502           action (v0.9.47)
503
504         * added new UIxMailEditorAttach component to manage draft attachments
505           (v0.9.46)
506
507 2004-10-25  Helge Hess  <helge.hess@opengroupware.org>
508
509         * v0.9.45
510
511         * uix.css: replaced invalid "text-color" with "color"
512         
513         * UIxMailEditor.wox: bind subject/text, can load/save info object in
514           draft
515
516 2004-10-22  Marcus Mueller  <znek@mulle-kybernetik.com>
517
518         * v0.9.44
519
520         * UIxMailSortableTableHeader.[wox|m]: new component for doing sorting
521
522         * UIxMailListView.wox: uses UIxMailSortableTableHeader for sorting
523
524         * UIxMailListView.wox: bugfixes (v0.9.43)
525
526         * v0.9.42
527
528         * UIxMailListView.wox: sorting, proper handling of sort keys.
529           NOTE: there's still an unidentified bug of sort keys failing to be
530           retained on successive paging.
531
532         * UIxMailListView.m: sorting
533
534         * Images/title_*: corrected alpha values
535
536 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
537
538         * v0.9.41
539         
540         * UIxMailListView.wox: localized labels and added some JavaScript
541           templates for doing nifty row selection
542
543         * UIxMailListView.m: added JavaScript method (stub only)
544
545         * English.lproj/default.strings: new localized strings
546
547 2004-10-13  Helge Hess  <helge.hess@opengroupware.org>
548
549         * v0.9.40
550
551         * product.plist: exported some missing icons
552
553         * UIxMailToSelection.m: some code cleanup
554
555         * UIxMailEditor.m (UIxComponent): added ivars for values
556
557 2004-10-13  Marcus Mueller  <znek@mulle-kybernetik.com>
558
559         * UIxMailToSelection.m: sanitize CN's a bit before using them (v0.9.39)
560
561         * v0.9.38
562
563         * UIxMailToSelection.[wox|m]: removed superfluous debug messages
564
565         * UIxMailAdressbook.[wox|m]: redirect cover for Addressbook and Anais
566
567         * mailer.js: new JavaScript to open Addressbook and Anais windows
568
569         * product.plist: added Addressbook/Anais entries
570
571 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
572
573         * v0.9.37
574
575         * UIxMailToSelection.[wox|m]: stable version with heavily improved
576           JavaScript code.
577
578         * English.lproj/default.strings: new localizable strings
579
580 2004-10-12  Helge Hess  <helge.hess@opengroupware.org>
581
582         * UIxMailEditor.m: enabled -takeValuesFromRequest: (v0.9.36)
583
584 2004-10-12  Marcus Mueller  <znek@mulle-kybernetik.com>
585
586         * UIxMailToSelection.[m|wox]: parse given arguments and conditionally
587           split lists. Dynamically create tables and JavaScript. (v0.9.35)
588
589         * UIxMailToSelection.wox: minor update (v0.9.34)
590
591         * v0.9.33
592
593         * UIxMailToSelection.[wox|m]: updated
594
595         * English.lproj/default.strings: new localizable strings
596
597         * v0.9.32
598
599         * UIxMailEditor.wox: changed API for UIxMailToSelection
600         
601         * UIxMailToSelection.[wox|m]: new component template
602
603         * English.lproj/default.strings: new localizable strings
604
605         * README: updated
606
607 2004-10-12  Helge Hess  <helge.hess@opengroupware.org>
608
609         * v0.9.31
610
611         * mailer.js: prepared JavaScript functions for editor
612
613         * UIxMailMainFrame.wox: embed all content in a form called 'pageform'
614
615 2004-10-11  Helge Hess  <helge.hess@opengroupware.org>
616
617         * v0.9.30
618
619         * UIxMailEditor.wox: moved recipient selection to an own component
620           (UIxMailToSelection)
621
622         * UIxMailMainFrame.wox: fixed script link
623
624         * v0.9.29
625
626         * product.plist: trigger UIxMailEditorAction for compose instead of
627           returning the mail editor page, mapped missing toolbar actions
628
629         * UIxMailEditorAction.m: implemented -compose as a redirect to a new
630           object in the account draft folder
631
632         * UIxMailListView.wox: reduced subject width to 50%
633
634         * mailer.css: added send icon class, icon itself still missing
635
636         * started UIxMailEditorAction object which will contain all the
637           redirects from the buttons to the mail editor (working on draft
638           objects in the drafts folder) (v0.9.28)
639
640 2004-10-10  Helge Hess  <helge.hess@opengroupware.org>
641
642         * product.plist: added some configuration for the drafts folder
643           (v0.9.27)
644
645 2004-10-06  Helge Hess  <helge.hess@opengroupware.org>
646
647         * UIxMailListView.m: added support for paper clip icon when messages
648           are bigger than a certain size (v0.9.26)
649
650 2004-10-05  Helge Hess  <helge.hess@opengroupware.org>
651
652         * v0.9.25
653
654         * UIxMailListView.m: added sort icons
655
656         * UIxMailEditor.m: more work on editor
657
658         * mailer.css: added compose div classes
659
660         * UIxMailListView: removed href for JavaScript onclick links (v0.9.24)
661
662         * v0.9.23
663         
664         * product.plist: fixed addressbook label
665         
666         * UIxMailToolbar: added support for 'onclick' event handlers
667         
668         * UIxMailEditor: started editor
669
670         * UIxMailListView.m: added sorting to table view
671
672         * v0.9.22
673
674         * UIxMailToolbar.wox: added support for 'target' links
675
676         * UIxMailEditor.wox: use standard mail frame
677
678         * v0.9.21
679
680         * UIxMailTree: made toolbar configurable using 'toolbar' slot on the
681           clientObject
682
683         * product.plist: added toolbar configurations
684
685         * UIxMailMainFrame.wox: moved toolbar to own component
686
687         * UIxMailListView: added simple navigation (v0.9.20)
688
689         * v0.9.19
690
691         * UIxMailPartViewer.m: added content decoding for QP, base64 and 7bit,
692           added proper charset decoding
693         
694         * UIxMailPartTextViewer.m: moved content => NSString conversion to
695           UIxMailPartViewer.m
696         
697         * v0.9.18
698         
699         * UIxMailPartViewer.m: added support methods for caches, added -sleep
700           method
701         
702         * added multipart/alternative viewer
703         
704         * added Thunderbird message read/unread icons
705
706 2004-10-04  Helge Hess  <helge.hess@opengroupware.org>
707
708         * fixed fetching of mails with only text content (v0.9.17)
709
710         * added flat body fetches, used in text viewer (v0.9.16)
711
712         * added MIME content viewer infrastructure (v0.9.15)
713
714         * UIxMailView.m: added 'currentAddress' accessors (v0.9.14)
715
716         * UIxMailView.m: use core infos stored in message SoObject for display
717           (v0.9.13)
718
719 2004-10-03  Helge Hess  <helge.hess@opengroupware.org>
720
721         * v0.9.12
722
723         * UIxMailListView.m: fetch size for list
724
725         * UIxMailView.m: cache fetched message for transaction, fetch body
726           structure
727
728         * work on viewer (v0.9.11)
729
730         * UIxMailMainFrame.wox: made toolbar floating (v0.9.10)
731
732 2004-10-02  Helge Hess  <helge.hess@opengroupware.org>
733
734         * more work on UI (v0.9.9)
735
736         * added formatters for mail list (v0.9.8)
737
738         * v0.9.7
739
740         * show messages in an IMAP4 folder
741
742         * mailer.css: remote calendar CSS not required in mailer
743
744 2004-09-29  Helge Hess  <helge.hess@opengroupware.org>
745
746         * added toolbar images (v0.9.6)
747
748         * UIxMailTree.m: use new tree navigation methods in SoObjects (v0.9.5)
749
750 2004-09-28  Helge Hess  <helge.hess@opengroupware.org>
751
752         * more work on mailer UI, added tree based on WETreeView (v0.9.4)
753
754 2004-09-25  Helge Hess  <helge.hess@opengroupware.org>
755
756         * added rsrc namespace declaration to templates (v0.9.3)
757
758 2004-09-20  Helge Hess  <helge.hess@skyrix.com>
759
760         * work on mailer (v0.9.2)
761
762 2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
763
764         * GNUmakefile.preamble: fixed for gsmake 1.9.2 build (v0.9.1)
765
766 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
767
768         * ChangeLog: created