Make the use_*_tls options half respect old values. If you leave it as
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 26 Feb 2006 06:32:17 +0000 (06:32 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 26 Feb 2006 06:32:17 +0000 (06:32 +0000)
commitc4de9863a2cd0e8da286a7d8fa5bf407e3a4d12f
tree4d170f983cf01fb61b1ef12cb52da5a6c6d88214
parentc274688899b8e83b17d6c580f1cfbbfcafad23c7
Make the use_*_tls options half respect old values.  If you leave it as
true, then it would try to use STARTTLS.  While I understand this is a
new feature, and this is the dev branch, a little backwards compatibility
is easy in this case.  The value 2 is considered true... Using === instead
is an exact match, so you'd have to have 2 in the use_*_tls options for it
to trigger starttls mode.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10832 7612ce4b-ef26-0410-bec9-ea0150e637f0
ChangeLog
class/deliver/Deliver_SMTP.class.php
functions/imap_general.php