added start position option for pop3 imports

This commit is contained in:
SJ
2014-09-03 11:39:52 +02:00
parent 977744d757
commit 9b279af0c6
4 changed files with 17 additions and 5 deletions

View File

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