[cvs] cvs commit: imp compose.php imp/docs CHANGES
Jon Parise
jon@horde.org
Wed, 1 May 2002 23:22:11 -0700 (PDT)
jon 2002/05/01 23:22:11 PDT
Modified files:
. compose.php
docs CHANGES
Log:
When SMTP authentication is requested, we now provide values for the
username and password parameters (which are in turn used by the mailer).
Also, break the mailer parameter preparation code out into its own
function (prepareMailerParams()). We no longer modify the $conf['mailer']
parameters directly but instead apply our changes to a local copy of
$conf['mailer']['params'].
SMTP authentication can be now enabled simply by setting
$conf['mailer']['params']['auth'] = true.
The only warning here is that we assume that the SMTP username and
password are the same as the IMAP/POP3 username and password. This is
generally a safe assumption, but a note is in order.
Revision Changes Path
2.436 +46 -9 imp/compose.php
1.479 +2 -0 imp/docs/CHANGES
Chora Links:
http://cvs.horde.org/diff.php/imp/compose.php?r1=2.435&r2=2.436&ty=u
http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.478&r2=1.479&ty=u