From: pdontthink Date: Tue, 21 Jan 2014 22:30:24 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14438... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1c5dd6f2c4703243a932974cf22e78abf34defe5;p=squirrelmail.git git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14438 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/class/deliver/Deliver.class.php b/class/deliver/Deliver.class.php index 39a2a15e..9982c69a 100644 --- a/class/deliver/Deliver.class.php +++ b/class/deliver/Deliver.class.php @@ -453,7 +453,7 @@ class Deliver { * @param string $pass password to log into the SMTP server with * @param boolean $authpop whether or not to use POP-before-SMTP authorization * @param string $pop_host host name or IP to connect to for POP-before-SMTP authorization - * @param array $stream_options SSL context options, see config_local.example.php for more details (OPTIONAL) + * @param array $stream_options Stream context options, see config_local.example.php for more details (OPTIONAL) * * @return handle $stream file handle resource to SMTP stream */