X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffetch.php;h=0ba24dfe577f8d38bf182712a14e1439eb6daf94;hb=e015cf1069b58c5af6273b2f5e20c7e0ec55832a;hp=5482c6bb0b52137f8aa287a2d267ac51ed117582;hpb=f1d5238e8c680ee71da6468b7feca3e4d2208ff7;p=squirrelmail.git diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index 5482c6bb..0ba24dfe 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -22,7 +22,7 @@ function Mail_Fetch_Status($msg) { - echo '
' . + echo '
' . htmlspecialchars( $msg ) . '
'; flush(); @@ -113,7 +113,7 @@ $pop3 = new POP3($mailfetch_server, 60); - echo "
" . + echo "
" . _("Fetching from ") . (($mailfetch_alias_[$i_loop] == '')?$mailfetch_server:$mailfetch_alias_[$i_loop]) . "
";