program/include/rcube_smtp.php
@@ -446,7 +446,7 @@ reset($recipients); while (list($k, $recipient) = each($recipients)) { $a = explode(" ", $recipient); $a = rcube_explode_quoted_string(' ', $recipient); while (list($k2, $word) = each($a)) { if (strpos($word, "@") > 0 && $word[strlen($word)-1] != '"') @@ -457,6 +457,7 @@ } } } return $addresses; }