Redid the way folders are listed
[squirrelmail.git] / src / compose.php
index ac450160b701413147ae849554d098e0100c2628..cfa8136c128a16950f7177e9b3115f86c5d51b68 100644 (file)
       }
    }
 
+   // Add some decoding information
+   $send_to = encodeEmailAddr($send_to);
+   // parses the field and returns only the email address
+   $send_to = decodeEmailAddr($send_to);
+
+   $send_to = strtolower($send_to);
    $send_to = ereg_replace("\"", "", $send_to);
    $send_to = stripslashes($send_to);