[cvs] commit: horde/lib/MIME Part.php

Michael M Slusarz slusarz at bigworm.colorado.edu
Mon Oct 20 11:26:25 PDT 2003


slusarz     2003/10/20 11:26:24 PDT

  Modified files:
    lib/MIME             Part.php 
  Log:
  Fix return for toCanonicalString() - if the current encoding was the same as
  the default encoding, then the canonical CRLF newline sequences were not being
  generated.
  replaceEOL() now accepts an optional second parameter of which EOL sequence
  to use.
  The array parameter to header() is now optional (since it is often useful to
  simply return the headers for the individual part).
  Quoted-printable encoding was adding an EOL at the end of its return text,
  which is not necessary (and not to expectations since it does alter the text
  in contents against the user's knowledge). Fixed.
  
  Revision  Changes    Path
  1.152     +26 -24    horde/lib/MIME/Part.php

  Chora Links:
  http://cvs.horde.org/diff.php/horde/lib/MIME/Part.php?r1=1.151&r2=1.152&ty=u


More information about the cvs mailing list