NETWORK_MAIL2 was never finished, so remove it as well

This commit is contained in:
Michael 2017-12-03 09:19:58 +00:00
parent adf802474b
commit 6f7510550d
12 changed files with 24 additions and 189 deletions

View file

@ -311,7 +311,7 @@ Class OnePoll
$xml = $ret['body'];
unlink($cookiejar);
} elseif ($contact['network'] === NETWORK_MAIL || $contact['network'] === NETWORK_MAIL2) {
} elseif ($contact['network'] === NETWORK_MAIL) {
logger("Mail: Fetching for ".$contact['addr'], LOGGER_DEBUG);