Home
last modified time | relevance | path

Searched defs:msgishtml (Results 1 – 8 of 8) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/mailing/
H A Dcard.php139 $msgishtml = -1; // Unknown by default variable
140 if (preg_match('/[\s\t]*<html>/i', $message)) $msgishtml = 1; variable
411 $msgishtml = -1; // Unknow by default variable
412 if (preg_match('/[\s\t]*<html>/i', $object->body)) $msgishtml = 1; variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/mailing/
H A Dcard.php140 $msgishtml = -1; // Unknown by default variable
142 $msgishtml = 1; variable
431 $msgishtml = -1; // Unknow by default variable
433 $msgishtml = 1; variable
/dports/www/dolibarr/dolibarr-14.0.3/scripts/emailings/
H A Dmailing-send.php128 $msgishtml = - 1; // Unknown by default variable
130 $msgishtml = 1; variable
/dports/www/dolibarr13/dolibarr-13.0.5/scripts/emailings/
H A Dmailing-send.php121 $msgishtml = - 1; // Unknown by default variable
123 $msgishtml = 1; variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A DCMailFile.class.php138 …e_list = array(), $addr_cc = "", $addr_bcc = "", $deliveryreceipt = 0, $msgishtml = 0, $errors_to …
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A DCMailFile.class.php141 …e_list = array(), $addr_cc = "", $addr_bcc = "", $deliveryreceipt = 0, $msgishtml = 0, $errors_to …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/adherents/class/
H A Dadherent.class.php367 …e_list = array(), $addr_cc = "", $addr_bcc = "", $deliveryreceipt = 0, $msgishtml = -1, $errors_to…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/adherents/class/
H A Dadherent.class.php397 …e_list = array(), $addr_cc = "", $addr_bcc = "", $deliveryreceipt = 0, $msgishtml = -1, $errors_to…