From 1c5dd6f2c4703243a932974cf22e78abf34defe5 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 21 Jan 2014 22:30:24 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14438 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/deliver/Deliver.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.25.1