commit: horde index.php horde/config mime_drivers.php.dist mime.php.dist horde/docs CHANGES horde/graphics/mime mail.gif source.gif imp compose.php index.php mailbox.php message.php view.php imp/config mime_drivers.php.dist .cvsignore mime.php.dist ...

Anil Madhavapeddy anil@recoil.org
14 Jul 2001 13:30:26 -0000


avsm        2001/07/14 06:30:26 PDT

  Modified files:
    .                    index.php 
    config               mime_drivers.php.dist 
    docs                 CHANGES 
    .                    compose.php index.php mailbox.php 
                         message.php view.php 
    config               .cvsignore 
    docs                 CHANGES 
    lib                  IMP.php 
    lib/MIME             Structure.php Viewer.php 
    lib/MIME/Viewer      enscript.php msword.php php.php tgz.php 
  Added files:
    graphics/mime        mail.gif source.gif 
    config               mime_drivers.php.dist 
    graphics/mime        html.gif text.gif 
    lib/MIME/Viewer      html.php text.php 
    lib/MIME/Viewer      excel.php 
  Removed files:
    config               mime.php.dist 
    config               mime.php.dist 
    graphics             mime_audio.gif mime_binary.gif 
                         mime_compressed.gif mime_deb.gif 
                         mime_encryption.gif mime_excel.gif 
                         mime_html.gif mime_image.gif 
                         mime_mail.gif mime_msword.gif 
                         mime_pdf.gif mime_php.gif 
                         mime_powerpoint.gif mime_text.gif 
                         source.gif 
    lib                  mimetypes.php 
  Log:
  Update IMP over to the new MIME_Viewer framework
  
  Many, many changes.  Some regression bugs in MIME viewing may have been
  reintroduced, so please test.  This passed most (all?) of Chuck's
  MIME torture test mailbox.
  
  config/mime.php is no longer used , config/mime_drivers.php is now the
  config file of choice
  
  - new excel driver
  - change MIME_Viewer::render() API to accept optional parameters
  - many tweaks to old default mime_drivers file
  - support for 'no_download', 'no_view', 'inline' options in mime_drivers
  
  A lot of the old IMP drivers are now part of Horde, so you have to configure
  up Horde for word/excel documents.  Once configured though, this will
  also work with Chora and other apps as they use the API
  
  More cleanup to come, and there are still some rough edges, but its
  8/9 way there
  
  Revision  Changes    Path
  2.39      +1 -2      horde/index.php
  1.7       +33 -13    horde/config/mime_drivers.php.dist
  1.173     +1 -0      horde/docs/CHANGES
  2.322     +1 -3      imp/compose.php
  2.55      +1 -2      imp/index.php
  2.276     +6 -2      imp/mailbox.php
  2.237     +32 -42    imp/message.php
  2.97      +16 -13    imp/view.php
  1.18      +1 -0      imp/config/.cvsignore
  1.353     +1 -0      imp/docs/CHANGES
  1.176     +58 -51    imp/lib/IMP.php
  1.12      +1 -11     horde/lib/MIME/Structure.php
  1.7       +18 -14    horde/lib/MIME/Viewer.php
  1.4       +3 -3      horde/lib/MIME/Viewer/enscript.php
  1.4       +3 -3      horde/lib/MIME/Viewer/msword.php
  1.5       +3 -3      horde/lib/MIME/Viewer/php.php
  1.6       +3 -3      horde/lib/MIME/Viewer/tgz.php