sogo/UI/MailPartViewers/ChangeLog.upstream
Wolfgang Sourdeau 6cfc363238 - renamed old and obsolete ChangeLogs to Changelog.upstream;
Monotone-Parent: 0def6784d3ef69367b94ae24cc2b21a7e7715360
Monotone-Revision: 72f304d7caff41d213f1b38655d75a012724995d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-04T20:13:47
Monotone-Branch: ca.inverse.sogo
2006-07-04 20:13:47 +00:00

120 lines
3.8 KiB
Plaintext

2005-07-30 Helge Hess <helge.hess@opengroupware.org>
* 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 <helge.hess@opengroupware.org>
* English.lproj/Localizable.strings: added a missing semicolon
(v0.9.18)
2005-07-23 Helge Hess <helge.hess@opengroupware.org>
* UIxMailPartICalViewer.m: fixed include path for new hierarchy
(v0.9.17)
2005-07-18 Helge Hess <helge.hess@opengroupware.org>
* 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 <helge.hess@opengroupware.org>
* 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 <helge.hess@opengroupware.org>
* UIxMailPartICalViewer.m: added code to support iMIP REPLY messages
(v0.9.12)
2005-07-15 Helge Hess <helge.hess@opengroupware.org>
* 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 <helge.hess@opengroupware.org>
* 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 <helge.hess@opengroupware.org>
* UIxMailPartViewer.m: added '8bit' as a known MIME encoding (v0.9.6)
2005-07-06 Helge Hess <helge.hess@opengroupware.org>
* UIxMailRenderingContext.m: fixed a bug when rendering nested
multiparts (cannot be cached) (v0.9.5)
2005-06-24 Helge Hess <helge.hess@opengroupware.org>
* 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 <helge.hess@opengroupware.org>
* prepared HTML and iCal mail part viewers (0.9.3)
2005-02-20 Helge Hess <helge.hess@opengroupware.org>
* moved in UIxMailSizeFormatter (v0.9.2)
2005-02-18 Helge Hess <helge.hess@opengroupware.org>
* created ChangeLog