@@ -135,6 +135,18 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
*/
public$activity_status;
/**
* Enabling this option will have CiviCRM skip any emails that do not have the Case ID or Case Hash so that the system will only process emails that can be placed on case records. Any emails that are not processed will be moved to the ignored folder.
*
* @var bool
*/
public$is_non_case_email_skipped;
/**
* @var bool
*/
public$is_contact_creation_disabled_if_no_match;
/**
* Class constructor.
*/
...
...
@@ -399,6 +411,37 @@ class CRM_Core_DAO_MailSettings extends CRM_Core_DAO {
],
'add'=>'4.7',
],
'is_non_case_email_skipped'=>[
'name'=>'is_non_case_email_skipped',
'type'=>CRM_Utils_Type::T_BOOLEAN,
'title'=>ts('Skip emails which do not have a Case ID or Case hash'),
'description'=>ts('Enabling this option will have CiviCRM skip any emails that do not have the Case ID or Case Hash so that the system will only process emails that can be placed on case records. Any emails that are not processed will be moved to the ignored folder.'),