[cvs]
cvs commit: horde/lib/MIME Message.php imp compose.php pgp.php
Chuck Hagenbuch
chuck@horde.org
Tue, 23 Apr 2002 08:56:58 -0700 (PDT)
chuck 2002/04/23 08:56:58 PDT
Modified files:
lib/MIME Message.php
. compose.php pgp.php
Log:
Tweaks:
* If there is only a single MIME part, and it is a multipart, instead of
attaching as a single MIME group (i.e. 1.1, 1.2), attach as separate parts
(i.e. 1, 2) and use the encoding-type in the mail headers.
* Fixed a bug in setContentTypeParam() in MIME_Message
* Fixed a bug in importing keys via browser - make sure all whitespace from
end of lines are removed before storing it (stupid windows ^M things).
Submitted by: Michael M Slusarz <slusarz@bigworm.colorado.edu>
Revision Changes Path
1.17 +26 -21 horde/lib/MIME/Message.php
2.431 +2 -2 imp/compose.php
2.5 +7 -3 imp/pgp.php
Chora Links:
http://cvs.horde.org/diff.php/horde/lib/MIME/Message.php?r1=1.16&r2=1.17&ty=u
http://cvs.horde.org/diff.php/imp/compose.php?r1=2.430&r2=2.431&ty=u
http://cvs.horde.org/diff.php/imp/pgp.php?r1=2.4&r2=2.5&ty=u