added a batch limit option to processing emails from a pop3 account

This commit is contained in:
SJ
2014-09-02 12:54:11 +02:00
parent 5551df3f9d
commit 977744d757
4 changed files with 19 additions and 5 deletions

View File

@@ -269,6 +269,7 @@ struct import {
int status;
int total_messages;
int processed_messages;
int batch_processing_limit;
int import_job_id;
int remove_after_import;
int keep_eml;