]> err.no Git - scalable-opengroupware.org/blob - UI/MailPartViewers/README.txt
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1305 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / MailPartViewers / README.txt
1 SOGo MailPartViewers
2 ====================
3
4 TODO
5
6 This product bundle contains components for displaying certain parts of an
7 email, like the text content, attachments or embedded images.
8
9 All the contained classes inherit from UIxMailPartViewer which provides the
10 majority of the functionality. Subclasses usually only add methods for the
11 presentation of the content (which in turn is usually done in the templates).
12
13 The "master object" which selects appropriate classes and coordinates the
14 rendering is the UIxMailRenderingContext. The context also maintains a cache
15 of components for rendering which can then be reused for similiar parts in the
16 mail. Note that this only works for leaf-content (eg not for recursive ones
17 like multipart/* viewers).