[cvs] commit: imp compose.php mailbox.php message.php pgp.php view.php imp/lib BodyText.php Contents.php imp/lib/MIME/Viewer

Michael M Slusarz slusarz@bigworm.colorado.edu
Wed, 5 Jun 2002 14:52:19 -0700 (PDT)


          alternative.php enriched.php html.php images.php pgp.php
         rfc822.php text.php tnef.php imp/templates/message he
 aders.inc
X-BeenThere: cvs@lists.horde.org
X-Mailman-Version: 2.1b2+
Precedence: list
Reply-To: dev@lists.horde.org
List-Unsubscribe: <http://lists.horde.org/mailman/listinfo/cvs>,
	<mailto:cvs-request@lists.horde.org?subject=unsubscribe>
List-Id: CVS commit messages <cvs.lists.horde.org>
List-Help: <mailto:cvs-request@lists.horde.org?subject=help>
List-Archive: <http://lists.horde.org/archives/cvs>
List-Subscribe: <http://lists.horde.org/mailman/listinfo/cvs>,
	<mailto:cvs-request@lists.horde.org?subject=subscribe>
X-List-Received-Date: Wed, 05 Jun 2002 21:52:20 -0000

slusarz     2002/06/05 14:52:19 PDT

  Modified files:
    .                    compose.php mailbox.php message.php 
                         pgp.php view.php 
    lib                  BodyText.php Contents.php 
    lib/MIME/Viewer      alternative.php enriched.php html.php 
                         images.php pgp.php rfc822.php text.php 
                         tnef.php 
    templates/message    headers.inc 
  Log:
  IMP_Contents:: is now an OO-interface - encapsulation is a wonderful thing!
  All message body generation has been moved out of message.php.
  All IMP MIME_Viewers now have a reference to IMP_Contents passed in to render
  along with the reference to the MIME_Part- this is going to be _very_ useful
  when I continue to clean up and expand the rendering code.
  
  Revision  Changes    Path
  2.469     +7 -7      imp/compose.php
  1.7       +6 -4      imp/lib/BodyText.php
  1.2       +250 -56   imp/lib/Contents.php
  1.2       +8 -22     imp/lib/MIME/Viewer/alternative.php
  1.8       +4 -3      imp/lib/MIME/Viewer/enriched.php
  1.18      +5 -4      imp/lib/MIME/Viewer/html.php
  1.4       +3 -3      imp/lib/MIME/Viewer/images.php
  1.19      +9 -13     imp/lib/MIME/Viewer/pgp.php
  1.5       +6 -7      imp/lib/MIME/Viewer/rfc822.php
  1.28      +3 -3      imp/lib/MIME/Viewer/text.php
  1.4       +3 -3      imp/lib/MIME/Viewer/tnef.php
  2.368     +1 -4      imp/mailbox.php
  2.326     +10 -93    imp/message.php
  2.25      +4 -7      imp/pgp.php
  2.32      +2 -2      imp/templates/message/headers.inc
  2.127     +7 -25     imp/view.php

  Chora Links:
  http://cvs.horde.org/diff.php/imp/compose.php?r1=2.468&r2=2.469&ty=u
  http://cvs.horde.org/diff.php/imp/lib/BodyText.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/imp/lib/Contents.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/alternative.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/enriched.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/html.php?r1=1.17&r2=1.18&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/images.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/pgp.php?r1=1.18&r2=1.19&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/rfc822.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/text.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/tnef.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/imp/mailbox.php?r1=2.367&r2=2.368&ty=u
  http://cvs.horde.org/diff.php/imp/message.php?r1=2.325&r2=2.326&ty=u
  http://cvs.horde.org/diff.php/imp/pgp.php?r1=2.24&r2=2.25&ty=u
  http://cvs.horde.org/diff.php/imp/templates/message/headers.inc?r1=2.31&r2=2.32&ty=u
  http://cvs.horde.org/diff.php/imp/view.php?r1=2.126&r2=2.127&ty=u