mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-23 18:36:24 +00:00
Monotone-Revision: 95d6401b61dda37ed3a6fc0177c3a09c96cea4ca Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-22T23:11:51 Monotone-Branch: ca.inverse.sogo
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).