[cvs] commit: imp compose.php message.php horde/docs CHANGES horde/lib/MIME Contents.php Message.php Part.php Structure.php imp/lib BodyText.php Contents.php imp/lib/MIME/Viewer pgp.php pkcs7.php

Michael M Slusarz slusarz at bigworm.colorado.edu
Tue Dec 3 22:34:21 2002


slusarz     2002/12/03 14:34:21 PST

  Modified files:
    .                    compose.php message.php 
    docs                 CHANGES 
    lib/MIME             Contents.php Message.php Part.php 
                         Structure.php 
    lib                  BodyText.php Contents.php 
    lib/MIME/Viewer      pgp.php pkcs7.php 
  Log:
  Rewrote MIME_Message:: to extend MIME_Part::.  This saves a bunch of code in
  various places, where we previously were treating MIME_Message and MIME_Part
  separately.
  Moved storage of CIDs to MIME_Message::.
  This has been tested out over the past few days - and it's in pretty good shape
  since it renders all messages I throw at it just fine - including the MIME
  torture test.  It also seems to send/forward messages just fine also.  There
  may be obscure cases I haven't tested that will need to be tweaked, but all in
  all this is a good start.
  
  Revision  Changes    Path
  1.350     +1 -0      horde/docs/CHANGES
  1.6       +22 -39    horde/lib/MIME/Contents.php
  1.48      +65 -316   horde/lib/MIME/Message.php
  1.71      +54 -20    horde/lib/MIME/Part.php
  1.48      +43 -72    horde/lib/MIME/Structure.php
  2.578     +2 -4      imp/compose.php
  1.17      +3 -3      imp/lib/BodyText.php
  1.63      +3 -3      imp/lib/Contents.php
  1.40      +5 -6      imp/lib/MIME/Viewer/pgp.php
  1.4       +5 -6      imp/lib/MIME/Viewer/pkcs7.php
  2.413     +2 -2      imp/message.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.349&r2=1.350&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Contents.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Message.php?r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Part.php?r1=1.70&r2=1.71&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Structure.php?r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/diff.php/imp/compose.php?r1=2.577&r2=2.578&ty=u
  http://cvs.horde.org/diff.php/imp/lib/BodyText.php?r1=1.16&r2=1.17&ty=u
  http://cvs.horde.org/diff.php/imp/lib/Contents.php?r1=1.62&r2=1.63&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/pgp.php?r1=1.39&r2=1.40&ty=u
  http://cvs.horde.org/diff.php/imp/lib/MIME/Viewer/pkcs7.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/imp/message.php?r1=2.412&r2=2.413&ty=u


More information about the cvs mailing list