[cvs]
commit: imp/docs CHANGES imp compose.php mailbox.php message.php
pgp.php view.php imp/config mime_drivers.php.dist imp/
lib
BodyText.php Contents.php IMP.php Message.php imp/lib/MIME/Viewer
alternative.php pgp.php rfc822.php imp/t
emplates/message ...
Michael M Slusarz
slusarz@bigworm.colorado.edu
Wed, 5 Jun 2002 11:21:34 -0700 (PDT)
slusarz 2002/06/05 11:21:34 PDT
Modified files:
docs CHANGES
. compose.php mailbox.php message.php
pgp.php view.php
config mime_drivers.php.dist
lib BodyText.php Message.php IMP.php
lib/MIME/Viewer pgp.php rfc822.php
templates/message message.inc
Added files:
lib Contents.php
lib/MIME/Viewer alternative.php
Log:
* Move all common functions dealing with message contents to lib/Contents.php
* Added a multipart/alternative MIME_Viewer.
Beginning of the reorganization to how message contents are displayed.
Goals: All message rendering will be done in lib/Contents.php (nothing in
message.php) by MIME_Viewers.
TODO: Move 'multipart' handling from message.php to MIME_Viewer.
Make lib/Contents.php OO-interface.
Show alternative parts in multipart/alternative messages.
Revision Changes Path
2.467 +7 -7 imp/compose.php
1.15 +19 -9 imp/config/mime_drivers.php.dist
1.496 +3 -0 imp/docs/CHANGES
1.6 +4 -4 imp/lib/BodyText.php
1.1 +204 -0 imp/lib/Contents.php (new)
1.275 +2 -64 imp/lib/IMP.php
1.1 +88 -0 imp/lib/MIME/Viewer/alternative.php (new)
1.18 +6 -6 imp/lib/MIME/Viewer/pgp.php
1.4 +4 -4 imp/lib/MIME/Viewer/rfc822.php
1.55 +28 -78 imp/lib/Message.php
2.367 +1 -3 imp/mailbox.php
2.325 +24 -102 imp/message.php
2.24 +4 -4 imp/pgp.php
2.12 +1 -1 imp/templates/message/message.inc
2.126 +8 -8 imp/view.php
Chora Links:
http://cvs.horde.org/diff.php/imp/compose.php?r1=2.466&r2=2.467&ty=u
http://cvs.horde.org/diff.php/imp/config/mime_drivers.php.dist?r1=1.14&r2=1.15&ty=u
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.495&r2=1.496&ty=u
http://cvs.horde.org/diff.php/imp/lib/BodyText.php?r1=1.5&r2=1.6&ty=u
http://cvs.horde.org/co.php/imp/lib/Contents.php?r=1.1
http://cvs.horde.org/diff.php/imp/lib/IMP.php?r1=1.274&r2=1.275&ty=u
http://cvs.horde.org/co.php/imp/lib/MIME/Viewer/alternative.php?r=1.1
http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/pgp.php?r1=1.17&r2=1.18&ty=u
http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/rfc822.php?r1=1.3&r2=1.4&ty=u
http://cvs.horde.org/diff.php/imp/lib/Message.php?r1=1.54&r2=1.55&ty=u
http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.366&r2=2.367&ty=u
http://cvs.horde.org/diff.php/imp/message.php?r1=2.324&r2=2.325&ty=u
http://cvs.horde.org/diff.php/imp/pgp.php?r1=2.23&r2=2.24&ty=u
http://cvs.horde.org/diff.php/imp/templates/message/message.inc?r1=2.11&r2=2.12&ty=u
http://cvs.horde.org/diff.php/imp/view.php?r1=2.125&r2=2.126&ty=u