[cvs] commit: imp compose.php message.php imp/lib BodyText.php IMP.php horde/docs CHANGES horde/lib MIME.php horde/lib/MIME M essage.php Part.php Structure.php

Michael M Slusarz slusarz@bigworm.colorado.edu
Mon, 17 Jun 2002 14:05:52 -0700 (PDT)


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

  Modified files:
    .                    compose.php message.php 
    lib                  BodyText.php IMP.php 
    docs                 CHANGES 
    lib                  MIME.php 
    lib/MIME             Message.php Part.php Structure.php 
  Log:
  I've never liked the global variables $mime_types and $mime_encodings in
  MIME.php - global variables are always an icky proposition and they should
  only be used when truly necessary.  Instead, we now access this information
  via MIME::type() and MIME::encoding().
  
  Revision  Changes    Path
  1.292     +2 -0      horde/docs/CHANGES
  1.76      +153 -55   horde/lib/MIME.php
  1.28      +4 -2      horde/lib/MIME/Message.php
  1.40      +15 -26    horde/lib/MIME/Part.php
  1.36      +17 -19    horde/lib/MIME/Structure.php
  2.484     +2 -4      imp/compose.php
  1.11      +6 -10     imp/lib/BodyText.php
  1.284     +3 -4      imp/lib/IMP.php
  2.353     +1 -2      imp/message.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.291&r2=1.292&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME.php?r1=1.75&r2=1.76&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Message.php?r1=1.27&r2=1.28&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Part.php?r1=1.39&r2=1.40&ty=u
  http://cvs.horde.org/diff.php/horde/lib/MIME/Structure.php?r1=1.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/imp/compose.php?r1=2.483&r2=2.484&ty=u
  http://cvs.horde.org/diff.php/imp/lib/BodyText.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/imp/lib/IMP.php?r1=1.283&r2=1.284&ty=u
  http://cvs.horde.org/diff.php/imp/message.php?r1=2.352&r2=2.353&ty=u