]> err.no Git - scalable-opengroupware.org/blob - UI/MailPartViewers/ChangeLog.upstream
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1153 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailPartViewers / ChangeLog.upstream
1 2005-07-30  Helge Hess  <helge.hess@opengroupware.org>
2
3         * v0.9.22
4
5         * UIxKolabPartContactViewer.m: added accessors for multi-value fields
6
7         * UIxKolabPartViewer.m: added item
8
9         * UIxKolabPartViewer.m: cache parsed DOM document (v0.9.21)
10
11         * v0.9.20
12         
13         * UIxMailPartViewer.m: added ability to use a fallback string encoding
14           in case the default one or the one specified in the content-type did
15           fail (this can happen with Outlook iCal mails ...).
16
17         * UIxMailPartICalViewer.m: hardened against missing content data, use
18           Latin-1 as a fallback encoding in case the part encoding didn't work
19           out.
20         
21         * prepared MIME part viewers for Kolab XML types
22         
23         * UIxMailRenderingContext.m: prepared some support for Kolab types in
24           IMAP4 (v0.9.19)
25         
26 2005-07-27  Helge Hess  <helge.hess@opengroupware.org>
27         
28         * English.lproj/Localizable.strings: added a missing semicolon
29           (v0.9.18)
30         
31 2005-07-23  Helge Hess  <helge.hess@opengroupware.org>
32
33         * UIxMailPartICalViewer.m: fixed include path for new hierarchy
34           (v0.9.17)
35
36 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
37
38         * UIxMailRenderingContext.m: show text/plain and text/html attachments
39           which have "filename" set in the content-disposition using the link
40           viewer (#1468) (v0.9.16)
41
42 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
43
44         * UIxMailRenderingContext.m: map multipart/report mimetype to use the
45           multipart/mixed viewer, map message/delivery-status mimetype to use
46           the link viewer (v0.9.15)
47
48         * v0.9.14
49
50         * UIxMailPartICalViewer.m: replaced some methods with label bindings
51
52         * English.lproj/Localizable.strings: added more strings
53
54         * UIxMailPartICalViewer.m: added -attendeeStatusLabel to produce a
55           readable and localized part-stat (v0.9.13)
56
57 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
58
59         * UIxMailPartICalViewer.m: added code to support iMIP REPLY messages
60           (v0.9.12)
61
62 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
63
64         * v0.9.11
65         
66         * added UIxMailPartICalAction for calendar part related link actions
67           (no actions implemented yet)
68         
69         * UIxMailPartViewer.m: added preferred extensions for iCalendar and
70           vCard mime types, moved in -pathToAttachment from
71           UIxMailPartLinkViewer (returns a nice download-link), added
72           -pathToAttachmentObject method (returns a plain link to the part
73           SoObject)
74           
75         * UIxMailPartLinkViewer.m: moved -pathToAttachment method to baseclass
76
77         * UIxMailPartICalViewer.m: added method to retrieve the authorative
78           event (DB before mail), added a method to return an organizer display
79           name (with appropriate fallbacks) (v0.9.10)
80
81         * UIxMailPartICalViewer.m: rewrote not to use SOGoAppointment and to
82           use iCalCalendar instead (v0.9.9)
83
84         * UIxMailSizeFormatter.m, UIxMailPartMixedViewer.m, 
85           UIxMailPartICalViewer.m, UIxMailPartAlternativeViewer.m,
86           UIxMailPartViewer.m: fixed gcc 4.0 warnings (v0.9.8)
87
88 2005-07-14  Helge Hess  <helge.hess@opengroupware.org>
89
90         * UIxMailPartICalViewer.m: properly reset part caches when the
91           part-path changes, added methods to check whether the event is
92           already stored in the calendar of the login-user, added methods to
93           check whether the login-user is the organizer (v0.9.7)
94
95 2005-07-08  Helge Hess  <helge.hess@opengroupware.org>
96
97         * UIxMailPartViewer.m: added '8bit' as a known MIME encoding (v0.9.6)
98
99 2005-07-06  Helge Hess  <helge.hess@opengroupware.org>
100
101         * UIxMailRenderingContext.m: fixed a bug when rendering nested
102           multiparts (cannot be cached) (v0.9.5)
103
104 2005-06-24  Helge Hess  <helge.hess@opengroupware.org>
105
106         * UIxMailPartLinkViewer.m: fixed an exception on Cocoa when a mail is
107           composed from just the HTML body (v0.9.4)
108
109 2005-02-21  Helge Hess  <helge.hess@opengroupware.org>
110
111         * prepared HTML and iCal mail part viewers (0.9.3)
112
113 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
114
115         * moved in UIxMailSizeFormatter (v0.9.2)
116
117 2005-02-18  Helge Hess  <helge.hess@opengroupware.org>
118
119         * created ChangeLog