The worker is now working

This commit is contained in:
Michael Vogel 2015-09-10 23:10:31 +02:00
parent 17b1d45968
commit d3a6ebfe7e
5 changed files with 49 additions and 36 deletions

View file

@ -360,7 +360,7 @@ function onepoll_run(&$argv, &$argc){
);
logger("Mail: Connected to " . $mailconf[0]['user']);
} else
logger("Mail: Connection error ".$mailconf[0]['user']." ".print_r(imap_errors()));
logger("Mail: Connection error ".$mailconf[0]['user']." ".print_r(imap_errors(), true));
}
if($mbox) {