alecpl
2011-08-09 6d0ada30d7847a509db10d819020ac653597d073
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;
  }