Ver código fonte

Just updated some documentation

Luke Ehresman 25 anos atrás
pai
commit
112d9bc61c
1 arquivos alterados com 5 adições e 1 exclusões
  1. 5 1
      functions/imap_general.php

+ 5 - 1
functions/imap_general.php

@@ -189,7 +189,11 @@
 
    
    /******************************************************************************
-    **  Returns a displayable email address 
+    **  Takes the From: field, and creates a displayable name.
+    **    Luke Ehresman <lkehresman@yahoo.com>
+    **           becomes:   Luke Ehresman
+    **    <lkehresman@yahoo.com>
+    **           becomes:   lkehresman@yahoo.com
     ******************************************************************************/
    function sqimap_find_displayable_name ($string) {
       if (strpos($string, "<") && strpos($string, ">")) {