{"id":5417,"date":"2015-04-23T22:31:23","date_gmt":"2015-04-23T22:31:23","guid":{"rendered":"https:\/\/ephesoft.com\/docs\/?p=5417"},"modified":"2022-11-28T14:56:10","modified_gmt":"2022-11-28T21:56:10","slug":"mail-import-properties","status":"publish","type":"docs","link":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/","title":{"rendered":"Mail-Import.properties"},"content":{"rendered":"

Filename: Mail-Import.properties<\/p>\n

Location: C:\\Ephesoft\\Application\\WEB-INF\\classes\\META-INF\\dcma-mail-import\\<\/p>\n

Purpose: Used to configure settings for importing batch instances from email (version 2022.1.01).<\/p>\n

dcma.importMail.cronExpression=0 0\/1 * ? * *\r\n\r\n#multiple values separated by semi-colon(;)\r\n\r\ndcma.supported.attachment.extension=doc;xls;zip\r\n\r\n#Value indicating the threadpool size to be used by the mail import service.\r\n\r\ndcma.mail.import.core.size=1\r\n\r\n# Extension type for mail import body.\r\n\r\n# 0 - HTML, default value\r\n\r\n# 1 - TEXT\r\n\r\ndcma.mail.import.mail_body_extension_type=0\r\n\r\n#dcma.mail.import.max_mail_retry_count tells how many number of times try to process mail\r\n\r\n# again in case of failure\r\n\r\ndcma.mail.import.max_mail_retry_count=3\r\n\r\n# mail retry interval\r\n\r\ndcma.mail.import.mail_retry_interval=2000\r\n\r\n#mail body download flag\r\n\r\n#1= don't download body, download only attachments\r\n\r\n#0= download body with attachments(default value)\r\n\r\ndcma.mail.import.mail_body_download_flag=0\r\n\r\n#mail processing cron expression:\r\n\r\ndcma.importMail.mailProcessCronExpression=0 0\/5 * ? * *\r\n\r\n#max cumulative mail processing count.\r\n\r\ndcma.mail.import.max_mail_processing_capacity=5\r\n\r\n#To check the procedure to be followed for picking up e-mails.\r\n\r\n#automated, for simple pickup of e-mail = 0\r\n\r\n#timed, for clubbing of e-mails = 1\r\n\r\ndcma.mail.import.mail_pickup_procedure=0\r\n\r\n#flag to specify if msg file needs to be downloaded or processed\r\n\r\n#only download msg attachment=0\r\n\r\n#download and process msg attachments=1\r\n\r\ndcma.mail.msg_download_and_process_flag=0\r\n\r\n#number of mails to be downloaded per cron cycle\r\n\r\ndcma.mail.number_of_mails_downloaded_per_cron_cycle=5\r\n\r\n# HTML mail body processes through below softwares. Set value of dcma.mail.import.mail_conversion_tool corresponding to software\r\n\r\n# soffice - 1\r\n\r\n# itext - 2\r\n\r\n# wkhtmltopdf - 3\r\n\r\ndcma.mail.import.mail_conversion_tool=2\r\n\r\n#These parameters are used in case of wkhtml tool.\r\n\r\ndcma.mail.html_to_pdf_conversion_parameter=--load-error-handling ignore -q --minimum-font-size 16 --page-size A4 --zoom 1.4\r\n\r\n#This parameter is used in case of itext tool.\r\n\r\n#When mails are sent to Transact, the text is cut off during the conversion process.\r\n\r\n#Tabular data are displayed in HTML tags.\r\n\r\n#set true to resolve the above issues.\r\n\r\ndcma.mail.itext_html_tag=false\r\n\r\n#Switch to fetch and set headers or not.\r\n\r\ndcma.mail.headers_switch=ON\r\n\r\n#Headers to fetch from mail, separated by semi-colon.Example: Subject;To;From\r\n\r\ndcma.mail.required_headers=From;To;Date;Subject;Message-ID\r\n\r\n# Maximum number of retry attempts made to connect to mail server in case of failure.\r\n\r\ndcma.mail.import.max_connection_retry_count=3\r\n\r\n# Time interval in ms between each retry attempt for mail server connection.\r\n\r\ndcma.mail.import.connection_retry_interval=500\r\n\r\n#Is proxy configuration required for exchange server?\r\n\r\n#false: Mail should NOT use proxy for exchange server (Default)\r\n\r\n#true: Mail should use proxy for exchange server\r\n\r\ndcma.mail.import.is_proxy_required=false\r\n\r\n#proxy server ip-address\r\n\r\ndcma.mail.import.proxy_host=127.0.0.1\r\n\r\n#proxy server port\r\n\r\ndcma.mail.import.proxy_port=80\r\n\r\n#Does proxy require authentication?\r\n\r\ndcma.mail.import.proxy_credential_required=false\r\n\r\n#Proxy server username\r\n\r\ndcma.mail.import.proxy_server_username=ephesoft\r\n\r\n#Proxy server password\r\n\r\ndcma.mail.import.proxy_server_password=ephesoft\r\n\r\n#Proxy server domain\r\n\r\ndcma.mail.import.proxy_server_domain=ephesoft\r\n\r\n# IMAP and POP3 connection timeout in milliseconds\r\n\r\nmail.util.connection.timeout=30000\r\n\r\n# IMAP and POP3 request (I\/O) timeout in milliseconds\r\n\r\nmail.util.request.timeout=30000\r\n\r\n# Enable\/disable automatic character-set detection (from subject & body) for incoming mails\r\n\r\ndcma.mail.import.charset.autodetect=false\r\n\r\n# Default character-set to use when automatic detection fails for mail subject or body\r\n\r\ndcma.mail.import.charset.default=utf-8\r\n\r\n# Enable\/disable downloading of inline attachments for incoming mails\r\n\r\ndcma.mail.import.download_inline_attachments=true\r\n\r\n# Remove invalid character from attachments name\r\n\r\ndcma.mail.import.attachments_invalid_characters=[\/\\\\\\\\:*?\\\"<>|]\r\n\r\n#set true to remove HTML comment from email body for ITEXT conversion, By default it always be false\r\n\r\ndcma.mail.itext_remove_html_comment=false\r\n\r\n#Set ON\/OFF to enable\/disable advance feature for inline body attachment handling for incoming mails, By default it will always ON for fresh installation\r\n\r\ndcma.mail.import.advanced_inline_body_attachment_handling=ON<\/pre>\n","protected":false},"featured_media":0,"parent":15612,"menu_order":9,"comment_status":"closed","ping_status":"open","template":"","doc_tag":[],"yoast_head":"\nMail-Import.properties | Ephesoft Docs<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mail-Import.properties\" \/>\n<meta property=\"og:description\" content=\"Filename: Mail-Import.properties Location: C:EphesoftApplicationWEB-INFclassesMETA-INFdcma-mail-import Purpose: Used to configure settings for importing batch instances from email (version 2022.1.01). dcma.importMail.cronExpression=0 0\/1 * […]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/\" \/>\n<meta property=\"og:site_name\" content=\"Ephesoft Docs\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-28T21:56:10+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/\",\"url\":\"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/\",\"name\":\"Mail-Import.properties | Ephesoft Docs\",\"isPartOf\":{\"@id\":\"https:\/\/ephesoft.com\/docs\/#website\"},\"datePublished\":\"2015-04-23T22:31:23+00:00\",\"dateModified\":\"2022-11-28T21:56:10+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ephesoft.com\/docs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transact\",\"item\":\"https:\/\/ephesoft.com\/docs\/products\/transact\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"System Configuration\",\"item\":\"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Ephesoft Transact Property Files Reference Guide\",\"item\":\"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Mail-Import.properties\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ephesoft.com\/docs\/#website\",\"url\":\"https:\/\/ephesoft.com\/docs\/\",\"name\":\"Ephesoft Docs\",\"description\":\"Intelligent Document Processing Made Easy\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ephesoft.com\/docs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Mail-Import.properties | Ephesoft Docs","robots":{"index":"noindex","follow":"follow"},"og_locale":"en_US","og_type":"article","og_title":"Mail-Import.properties","og_description":"Filename: Mail-Import.properties Location: C:EphesoftApplicationWEB-INFclassesMETA-INFdcma-mail-import Purpose: Used to configure settings for importing batch instances from email (version 2022.1.01). dcma.importMail.cronExpression=0 0\/1 * […]","og_url":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/","og_site_name":"Ephesoft Docs","article_modified_time":"2022-11-28T21:56:10+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/","url":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/","name":"Mail-Import.properties | Ephesoft Docs","isPartOf":{"@id":"https:\/\/ephesoft.com\/docs\/#website"},"datePublished":"2015-04-23T22:31:23+00:00","dateModified":"2022-11-28T21:56:10+00:00","breadcrumb":{"@id":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/mail-import-properties\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ephesoft.com\/docs\/"},{"@type":"ListItem","position":2,"name":"Transact","item":"https:\/\/ephesoft.com\/docs\/products\/transact\/"},{"@type":"ListItem","position":3,"name":"System Configuration","item":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/"},{"@type":"ListItem","position":4,"name":"Ephesoft Transact Property Files Reference Guide","item":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/"},{"@type":"ListItem","position":5,"name":"Mail-Import.properties"}]},{"@type":"WebSite","@id":"https:\/\/ephesoft.com\/docs\/#website","url":"https:\/\/ephesoft.com\/docs\/","name":"Ephesoft Docs","description":"Intelligent Document Processing Made Easy","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ephesoft.com\/docs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/docs\/5417"}],"collection":[{"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/comments?post=5417"}],"version-history":[{"count":2,"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/docs\/5417\/revisions"}],"predecessor-version":[{"id":51998,"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/docs\/5417\/revisions\/51998"}],"up":[{"embeddable":true,"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/docs\/15612"}],"next":[{"title":"Application.properties","link":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/application-properties\/","href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/docs\/5409"}],"prev":[{"title":"Batch Execution Back-up XMLs","link":"https:\/\/ephesoft.com\/docs\/products\/transact\/configurations\/transact-property-file-reference-guide\/batch-execution-back-up-xmls-4050\/","href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/docs\/8863"}],"wp:attachment":[{"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/media?parent=5417"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/ephesoft.com\/docs\/wp-json\/wp\/v2\/doc_tag?post=5417"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}