From f495345550601a832f270dbbbe3246887b2f8e03 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 28 Mar 2014 09:48:09 +0000 Subject: [PATCH] add some more examples for imap_rfc822_parse_adrlist --- phpgwapi/inc/common_functions.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/common_functions.inc.php b/phpgwapi/inc/common_functions.inc.php index d62f360c88..337e9bcd5a 100755 --- a/phpgwapi/inc/common_functions.inc.php +++ b/phpgwapi/inc/common_functions.inc.php @@ -74,8 +74,9 @@ if (!function_exists('imap_rfc822_parse_adrlist')) { /** * parses an address string - * Examples: Joe Doe , "Doe, Joe" , "\'Joe Doe\'" , postmaster@example.com, root; - * "Giant; \"Big\" Box" , sysservices@example.net , ... + * Examples: Joe Doe , "Doe, Joe" , "\'Joe Doe\'" , + * postmaster@example.com, root, "Joe on its way Down Under :-\)" , + * "Giant; \"Big\" Box" , sysservices@example.net , * Invalid addresses, if detected, set host to '.SYNTAX-ERROR.' * @param string $address - A string containing addresses * @param string $default_host - The default host name