X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffetch.php;h=5482c6bb0b52137f8aa287a2d267ac51ed117582;hp=9e43902ddc142f9f6cf47e239778d86304f309b1;hb=f1d5238e8c680ee71da6468b7feca3e4d2208ff7;hpb=d3c893575fc6e39a7e6399e3457d3abc03a893b4 diff --git a/plugins/mail_fetch/fetch.php b/plugins/mail_fetch/fetch.php index 9e43902d..5482c6bb 100644 --- a/plugins/mail_fetch/fetch.php +++ b/plugins/mail_fetch/fetch.php @@ -127,7 +127,7 @@ Mail_Fetch_Status(_("Opening IMAP server")); $imap_stream = sqimap_login($username, $key, $imapServerAddress, $imapPort, 10); - echo $mailfetch_user . ' ' . $mailfetch_pass . ' '; + Mail_Fetch_Status(_("Opening POP server")); $Count = $pop3->login($mailfetch_user, $mailfetch_pass); if (($Count == false || $Count == -1) && $pop3->ERROR != '') {