Filename: Mail-Import.properties
Location: C:\Ephesoft\Application\WEB-INF\classes\META-INF\dcma-mail-import\
Purpose:Used to configure settings for importing batch instances from email (version 3.1.2.9)
#Specifies the time interval in which Ephesoft checks the email inbox dcma.importMail.cronExpression=0 0/1 * ? * * #Lists the file types that the Mail Import module will accept, (multiple values separated by semi-colon';') dcma.supported.attachment.extension=doc;xls;zip;docx;xlsx;jpg;html;htm;gif;png;txt;pdf #Value indicating the threadpool size to be used by the mail import service. dcma.mail.import.core.size=1 # Extension type for mail import body. # 0 - HTML, default value # 1 - TEXT dcma.mail.import.mail_body_extension_type=0 dcma.importMail.cronExpression=0 0/1 * ? * * #multiple values separated by semi-colon(;) dcma.supported.attachment.extension=doc;xls;zip #Value indicating the threadpool size to be used by the mail import service. dcma.mail.import.core.size=1 # Extension type for mail import body. # 0 - HTML, default value # 1 - TEXT dcma.mail.import.mail_body_extension_type=0 #dcma.mail.import.max_mail_retry_count tells how many number of times try to process mail # again in case of failure dcma.mail.import.max_mail_retry_count=3 # mail retry interval dcma.mail.import.mail_retry_interval=2000 #mail body download flag #1= don't download body, download only attachments #0= download body with attachments(default value) dcma.mail.import.mail_body_download_flag=0 #mail processing cron expression: dcma.importMail.mailProcessCronExpression=* 0/5 * ? * * #max cumulative mail processing count. dcma.mail.import.max_mail_processing_capacity=5 #To check the procedure to be followed for picking up e-mails. #automated, for simple pickup of e-mail = 0 #timed, for clubbing of e-mails = 1 dcma.mail.import.mail_pickup_procedure=0