cvs commit: imp compose.php pgp.php view.php imp/config conf.php.dist mime_drivers.php.dist prefs.php.dist imp/docs CHANGES imp/graphics/mime lock.gif imp/lib IMP.php PGP.php imp/lib/MIME/Viewer enriched.php pgp.php imp/templates/compose ...

Chuck Hagenbuch chuck@horde.org
Wed, 10 Apr 2002 09:46:54 -0700 (PDT)


chuck       2002/04/10 09:46:54 PDT

  Modified files:
    .                    compose.php view.php 
    config               conf.php.dist mime_drivers.php.dist 
                         prefs.php.dist 
    docs                 CHANGES 
    lib                  IMP.php 
    lib/MIME/Viewer      enriched.php 
    templates/compose    compose.inc 
  Added files:
    .                    pgp.php 
    graphics/mime        lock.gif 
    lib                  PGP.php 
    lib/MIME/Viewer      pgp.php 
    templates/pgp        import_key.inc notactive.inc 
                         open_pgp_import.js open_pgp_win.js 
                         passphrase.inc pgp.inc 
  Log:
  Add OpenPGP code.
  Submitted by: Michael M Slusarz <slusarz@bigworm.colorado.edu>
  
  Revision  Changes    Path
  2.422     +82 -1     imp/compose.php
  1.173     +7 -1      imp/config/conf.php.dist
  1.6       +12 -3     imp/config/mime_drivers.php.dist
  1.88      +38 -1     imp/config/prefs.php.dist
  1.473     +2 -0      imp/docs/CHANGES
  1.1       +1 -0      imp/graphics/mime/lock.gif (new)
  1.250     +13 -8     imp/lib/IMP.php
  1.2       +3 -3      imp/lib/MIME/Viewer/enriched.php
  1.1       +105 -0    imp/lib/MIME/Viewer/pgp.php (new)
  1.1       +534 -0    imp/lib/PGP.php (new)
  2.1       +313 -0    imp/pgp.php (new)
  2.147     +31 -0     imp/templates/compose/compose.inc
  1.1       +49 -0     imp/templates/pgp/import_key.inc (new)
  1.1       +53 -0     imp/templates/pgp/notactive.inc (new)
  1.1       +15 -0     imp/templates/pgp/open_pgp_import.js (new)
  1.1       +21 -0     imp/templates/pgp/open_pgp_win.js (new)
  1.1       +22 -0     imp/templates/pgp/passphrase.inc (new)
  1.1       +180 -0    imp/templates/pgp/pgp.inc (new)
  2.113     +5 -9      imp/view.php

  Chora Links:
  http://cvs.horde.org/diff.php/imp/compose.php?r1=2.421&r2=2.422&ty=u
  http://cvs.horde.org/diff.php/imp/config/conf.php.dist?r1=1.172&r2=1.173&ty=u
  http://cvs.horde.org/diff.php/imp/config/mime_drivers.php.dist?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/imp/config/prefs.php.dist?r1=1.87&r2=1.88&ty=u
  http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.472&r2=1.473&ty=u
  http://cvs.horde.org/co.php/imp/graphics/mime/lock.gif?r=1.1
  http://cvs.horde.org/diff.php/imp/lib/IMP.php?r1=1.249&r2=1.250&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/enriched.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/co.php/imp/lib/MIME/Viewer/pgp.php?r=1.1
  http://cvs.horde.org/co.php/imp/lib/PGP.php?r=1.1
  http://cvs.horde.org/co.php/imp/pgp.php?r=2.1
  http://cvs.horde.org/diff.php/imp/templates/compose/compose.inc?r1=2.146&r2=2.147&ty=u
  http://cvs.horde.org/co.php/imp/templates/pgp/import_key.inc?r=1.1
  http://cvs.horde.org/co.php/imp/templates/pgp/notactive.inc?r=1.1
  http://cvs.horde.org/co.php/imp/templates/pgp/open_pgp_import.js?r=1.1
  http://cvs.horde.org/co.php/imp/templates/pgp/open_pgp_win.js?r=1.1
  http://cvs.horde.org/co.php/imp/templates/pgp/passphrase.inc?r=1.1
  http://cvs.horde.org/co.php/imp/templates/pgp/pgp.inc?r=1.1
  http://cvs.horde.org/diff.php/imp/view.php?r1=2.112&r2=2.113&ty=u