Explorar o código

Just updated some documentation

Luke Ehresman %!s(int64=25) %!d(string=hai) anos
pai
achega
112d9bc61c
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  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, ">")) {