Made the handle_errors flag to sqimap_mailbox_expunge default to true.
[squirrelmail.git] / functions / strings.php
index 6787c40d93c523be94adc2b5fab68213ce623803..459eeb7093437778300e4ed19054967e0d237c54 100644 (file)
    
 
    /** Returns an array of email addresses **/
+   /* Be cautious of "user@host.com" */
    function parseAddrs($text) {
       if (trim($text) == "")
          return;