sogo/UI/MailPartViewers
Wolfgang Sourdeau 3580eb01e2 Monotone-Parent: 40017d6f8430e1dd3d82742273f41916546e3c5a
Monotone-Revision: ff9f575e827547be397fdb096775dc09d813c270

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-19T15:40:08
Monotone-Branch: ca.inverse.sogo
2006-09-19 15:40:08 +00:00
..
English.lproj see ChangeLog 2006-06-15 19:34:10 +00:00
French.lproj Monotone-Parent: 40017d6f8430e1dd3d82742273f41916546e3c5a 2006-09-19 15:40:08 +00:00
ChangeLog.upstream - renamed old and obsolete ChangeLogs to Changelog.upstream; 2006-07-04 20:13:47 +00:00
common.h see ChangeLog 2006-06-15 19:34:10 +00:00
COPYING see ChangeLog 2006-06-15 19:34:10 +00:00
COPYRIGHT see ChangeLog 2006-06-15 19:34:10 +00:00
GNUmakefile see ChangeLog 2006-06-15 19:34:10 +00:00
MailPartViewersProduct.m see ChangeLog 2006-06-15 19:34:10 +00:00
product.plist see ChangeLog 2006-06-15 19:34:10 +00:00
README.txt see ChangeLog 2006-06-15 19:34:10 +00:00
UIxKolabPartContactViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxKolabPartEventViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxKolabPartTaskViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxKolabPartViewer.h see ChangeLog 2006-06-15 19:34:10 +00:00
UIxKolabPartViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartAlternativeViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartHTMLViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartICalAction.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartICalViewer.m Monotone-Parent: 10b56ee326ca77f71fbe5cb41d30b0640a6fe57a 2006-09-13 21:20:57 +00:00
UIxMailPartImageViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartLinkViewer.h see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartLinkViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartMessageViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartMixedViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartTextViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartViewer.h see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailPartViewer.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailRenderingContext.h see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailRenderingContext.m see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailSizeFormatter.h see ChangeLog 2006-06-15 19:34:10 +00:00
UIxMailSizeFormatter.m see ChangeLog 2006-06-15 19:34:10 +00:00
Version see ChangeLog 2006-06-15 19:34:10 +00:00

SOGo MailPartViewers
====================

TODO

This product bundle contains components for displaying certain parts of an
email, like the text content, attachments or embedded images.

All the contained classes inherit from UIxMailPartViewer which provides the
majority of the functionality. Subclasses usually only add methods for the
presentation of the content (which in turn is usually done in the templates).

The "master object" which selects appropriate classes and coordinates the
rendering is the UIxMailRenderingContext. The context also maintains a cache
of components for rendering which can then be reused for similiar parts in the
mail. Note that this only works for leaf-content (eg not for recursive ones
like multipart/* viewers).