The "htmlspecialchars" was butchering the entites-encoded output
[squirrelmail.git] / functions / mailbox_display.php
index b34b9145775ad2ef070512620023d801ace3578c..b0b03b3b07dde37727c59a3ea545fd680dceec7c 100644 (file)
@@ -35,7 +35,7 @@ function printMessageInfo($imapConnection, $t, $i, $key, $mailbox, $sort, $start
     }
     $msg = $msgs[$key];
 
-    $senderName = htmlspecialchars(sqimap_find_displayable_name($msg['FROM']));
+    $senderName = sqimap_find_displayable_name($msg['FROM']);
     if( $mailbox == 'None' ) {
         // $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
         $boxes = sqimap_mailbox_list($imapConnection);