$Id$

OGoMailViewers
==============

OGoWebMail uses a component based system to display MIME mails, the
OGoMailViewers bundle contains the basic ones for displaying MIME
parts, text-parts etc.

Classes
=======
  LSWComponent
    LSWPartBodyViewer
      LSWAppOctetBodyViewer
      LSWEnterpriseObjectBodyViewer
      LSWImageBodyViewer
      LSWInlineBodyViewer
      LSWMessageRfc822BodyViewer
      LSWTextPlainBodyViewer
      LSWMultipartBodyViewer
        LSWMultipartMixedBodyViewer
        LSWMultipartAlternativeBodyViewer
    LSWMimePartViewer
      LSWMimeBodyPartViewer
      LSWMimeMessageViewer
      SkyMessageRfc822Viewer

Activation (verb: mailview)
===========================

  text/plain               - LSWTextPlainBodyViewer
  text/x-vcard             - LSWTextPlainBodyViewer
  text/enriched            - LSWTextPlainBodyViewer
  application/octet-stream - LSWAppOctetBodyViewer
  application/pdf          - LSWInlineBodyViewer
  message/rfc822           - LSWMessageRfc822BodyViewer
  multipart/alternative    - LSWMultipartAlternativeBodyViewer
  multipart/skyrix         - LSWMultipartMixedBodyViewer
  multipart/mixed          - LSWMultipartMixedBodyViewer
  multipart/digest         - LSWMultipartMixedBodyViewer
  multipart/related        - LSWMultipartMixedBodyViewer
  multipart/signed         - LSWMultipartMixedBodyViewer
  image/jpeg               - LSWImageBodyViewer
  image/gif                - LSWImageBodyViewer
