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