added imap support to the gui

This commit is contained in:
SJ
2013-09-09 15:02:30 +02:00
parent 5bbf9458af
commit 5161103a44
4 changed files with 43 additions and 4 deletions

View File

@ -441,10 +441,12 @@ ENDE:
rc = import_from_imap_server(s_server, s_username, s_password, 143, sdata, data, skiplist, dryrun, cfg);
}
if(rc == ERR){
// don't set error in case of a problem, because it
// will scare users looking at the gui progressbar
/*if(rc == ERR){
data->import->status = 3;
update_import_job_stat(sdata, data);
}
}*/
return rc;
}