2005-07-30 Helge Hess * v0.9.22 * UIxKolabPartContactViewer.m: added accessors for multi-value fields * UIxKolabPartViewer.m: added item * UIxKolabPartViewer.m: cache parsed DOM document (v0.9.21) * v0.9.20 * UIxMailPartViewer.m: added ability to use a fallback string encoding in case the default one or the one specified in the content-type did fail (this can happen with Outlook iCal mails ...). * UIxMailPartICalViewer.m: hardened against missing content data, use Latin-1 as a fallback encoding in case the part encoding didn't work out. * prepared MIME part viewers for Kolab XML types * UIxMailRenderingContext.m: prepared some support for Kolab types in IMAP4 (v0.9.19) 2005-07-27 Helge Hess * English.lproj/Localizable.strings: added a missing semicolon (v0.9.18) 2005-07-23 Helge Hess * UIxMailPartICalViewer.m: fixed include path for new hierarchy (v0.9.17) 2005-07-18 Helge Hess * UIxMailRenderingContext.m: show text/plain and text/html attachments which have "filename" set in the content-disposition using the link viewer (#1468) (v0.9.16) 2005-07-18 Helge Hess * UIxMailRenderingContext.m: map multipart/report mimetype to use the multipart/mixed viewer, map message/delivery-status mimetype to use the link viewer (v0.9.15) * v0.9.14 * UIxMailPartICalViewer.m: replaced some methods with label bindings * English.lproj/Localizable.strings: added more strings * UIxMailPartICalViewer.m: added -attendeeStatusLabel to produce a readable and localized part-stat (v0.9.13) 2005-07-18 Helge Hess * UIxMailPartICalViewer.m: added code to support iMIP REPLY messages (v0.9.12) 2005-07-15 Helge Hess * v0.9.11 * added UIxMailPartICalAction for calendar part related link actions (no actions implemented yet) * UIxMailPartViewer.m: added preferred extensions for iCalendar and vCard mime types, moved in -pathToAttachment from UIxMailPartLinkViewer (returns a nice download-link), added -pathToAttachmentObject method (returns a plain link to the part SoObject) * UIxMailPartLinkViewer.m: moved -pathToAttachment method to baseclass * UIxMailPartICalViewer.m: added method to retrieve the authorative event (DB before mail), added a method to return an organizer display name (with appropriate fallbacks) (v0.9.10) * UIxMailPartICalViewer.m: rewrote not to use SOGoAppointment and to use iCalCalendar instead (v0.9.9) * UIxMailSizeFormatter.m, UIxMailPartMixedViewer.m, UIxMailPartICalViewer.m, UIxMailPartAlternativeViewer.m, UIxMailPartViewer.m: fixed gcc 4.0 warnings (v0.9.8) 2005-07-14 Helge Hess * UIxMailPartICalViewer.m: properly reset part caches when the part-path changes, added methods to check whether the event is already stored in the calendar of the login-user, added methods to check whether the login-user is the organizer (v0.9.7) 2005-07-08 Helge Hess * UIxMailPartViewer.m: added '8bit' as a known MIME encoding (v0.9.6) 2005-07-06 Helge Hess * UIxMailRenderingContext.m: fixed a bug when rendering nested multiparts (cannot be cached) (v0.9.5) 2005-06-24 Helge Hess * UIxMailPartLinkViewer.m: fixed an exception on Cocoa when a mail is composed from just the HTML body (v0.9.4) 2005-02-21 Helge Hess * prepared HTML and iCal mail part viewers (0.9.3) 2005-02-20 Helge Hess * moved in UIxMailSizeFormatter (v0.9.2) 2005-02-18 Helge Hess * created ChangeLog