mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
NETWORK_MAIL2 was never finished, so remove it as well
This commit is contained in:
parent
adf802474b
commit
6f7510550d
12 changed files with 24 additions and 189 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue