64 public $element =
'emailcollector';
69 public $table_element =
'emailcollector_emailcollector';
74 public $picto =
'email';
79 public $fk_element =
'fk_emailcollector';
84 protected $childtables = array();
89 protected $childtablesoncascade = array(
'emailcollector_emailcollectorfilter',
'emailcollector_emailcollectoraction');
115 public $fields = array(
116 'rowid' => array(
'type' =>
'integer',
'label' =>
'TechnicalID',
'visible' => -2,
'enabled' => 1,
'position' => 1,
'notnull' => 1,
'index' => 1),
117 'entity' => array(
'type' =>
'integer',
'label' =>
'Entity',
'enabled' => 1,
'visible' => 0,
'default' =>
'1',
'notnull' => 1,
'index' => 1,
'position' => 20),
118 'ref' => array(
'type' =>
'varchar(128)',
'label' =>
'Ref',
'enabled' => 1,
'visible' => 1,
'notnull' => 1,
'showoncombobox' => 1,
'index' => 1,
'position' => 10,
'searchall' => 1,
'help' =>
'Example: MyCollector1',
'csslist' =>
'tdoverflowmax200'),
119 'label' => array(
'type' =>
'varchar(255)',
'label' =>
'Label',
'visible' => 1,
'enabled' => 1,
'position' => 30,
'notnull' => -1,
'searchall' => 1,
'help' =>
'Example: My Email collector',
'csslist' =>
'tdoverflowmax150 small',
'tdcss' =>
'titlefieldmiddle'),
120 'description' => array(
'type' =>
'text',
'label' =>
'Description',
'visible' => -1,
'enabled' => 1,
'position' => 60,
'notnull' => -1,
'cssview' =>
'small',
'csslist' =>
'small tdoverflowmax200'),
121 'host' => array(
'type' =>
'varchar(255)',
'label' =>
'EMailHost',
'visible' => 1,
'enabled' => 1,
'position' => 90,
'notnull' => 1,
'searchall' => 1,
'comment' =>
"IMAP server",
'help' =>
'Example: imap.gmail.com',
'csslist' =>
'tdoverflowmax125'),
122 'port' => array(
'type' =>
'varchar(10)',
'label' =>
'EMailHostPort',
'visible' => 1,
'enabled' => 1,
'position' => 91,
'notnull' => 1,
'searchall' => 0,
'comment' =>
"IMAP server port",
'help' =>
'Example: 993',
'csslist' =>
'tdoverflowmax50',
'default' =>
'993'),
123 'imap_encryption' => array(
'type' =>
'varchar(16)',
'label' =>
'ImapEncryption',
'visible' => -1,
'enabled' => 1,
'position' => 92,
'searchall' => 0,
'comment' =>
"IMAP encryption",
'help' =>
'ImapEncryptionHelp',
'arrayofkeyval' => array(
'ssl' =>
'SSL',
'tls' =>
'TLS',
'notls' =>
'NOTLS'),
'default' =>
'ssl'),
124 'hostcharset' => array(
'type' =>
'varchar(16)',
'label' =>
'HostCharset',
'visible' => -1,
'enabled' => 1,
'position' => 93,
'notnull' => 0,
'searchall' => 0,
'comment' =>
"IMAP server charset",
'help' =>
'Example: "UTF-8" (May be "US-ASCII" with some Office365)',
'default' =>
'UTF-8'),
125 'norsh' => array(
'type' =>
'integer',
'label' =>
'NoRSH',
'visible' => -1,
'enabled' =>
"!getDolGlobalInt('MAIN_IMAP_USE_PHPIMAP')",
'position' => 94,
'searchall' => 0,
'help' =>
'NoRSHHelp',
'arrayofkeyval' => array(0 =>
'No', 1 =>
'Yes'),
'default' =>
'0'),
126 'acces_type' => array(
'type' =>
'integer',
'label' =>
'AuthenticationMethod',
'visible' => -1,
'enabled' =>
"getDolGlobalInt('MAIN_IMAP_USE_PHPIMAP')",
'position' => 101,
'notnull' => 1,
'index' => 1,
'comment' =>
"IMAP login type",
'arrayofkeyval' => array(0 =>
'loginPassword', 1 =>
'oauthToken'),
'default' =>
'0',
'help' =>
''),
127 'login' => array(
'type' =>
'varchar(128)',
'label' =>
'Login',
'visible' => -1,
'enabled' => 1,
'position' => 102,
'notnull' => -1,
'index' => 1,
'comment' =>
"IMAP login",
'help' =>
'Example: myaccount@gmail.com'),
128 'password' => array(
'type' =>
'password',
'label' =>
'Password',
'visible' => -1,
'enabled' =>
"1",
'position' => 103,
'notnull' => -1,
'comment' =>
"IMAP password",
'help' =>
'WithGMailYouCanCreateADedicatedPassword'),
129 'oauth_service' => array(
'type' =>
'varchar(128)',
'label' =>
'oauthService',
'visible' => -1,
'enabled' =>
"getDolGlobalInt('MAIN_IMAP_USE_PHPIMAP')",
'position' => 104,
'notnull' => 0,
'index' => 1,
'comment' =>
"IMAP login oauthService",
'arrayofkeyval' => array(),
'help' =>
'TokenMustHaveBeenCreated'),
130 'source_directory' => array(
'type' =>
'varchar(255)',
'label' =>
'MailboxSourceDirectory',
'visible' => -1,
'enabled' => 1,
'position' => 109,
'notnull' => 1,
'default' =>
'Inbox',
'csslist' =>
'tdoverflowmax100',
'help' =>
'Example: INBOX, [Gmail]/Spam, [Gmail]/Draft, [Gmail]/Brouillons, [Gmail]/Sent Mail, [Gmail]/Messages envoyés, ...'),
131 'target_directory' => array(
'type' =>
'varchar(255)',
'label' =>
'MailboxTargetDirectory',
'visible' => 1,
'enabled' => 1,
'position' => 110,
'notnull' => 0,
'csslist' =>
'tdoverflowmax100',
'help' =>
"EmailCollectorTargetDir"),
132 'maxemailpercollect' => array(
'type' =>
'integer',
'label' =>
'MaxEmailCollectPerCollect',
'visible' => -1,
'enabled' => 1,
'position' => 111,
'default' =>
'50'),
133 'datelastresult' => array(
'type' =>
'datetime',
'label' =>
'DateLastCollectResult',
'visible' => 1,
'enabled' =>
'$action != "create" && $action != "edit"',
'position' => 121,
'notnull' => -1,
'csslist' =>
'nowraponall'),
134 'codelastresult' => array(
'type' =>
'varchar(16)',
'label' =>
'CodeLastResult',
'visible' => 1,
'enabled' =>
'$action != "create" && $action != "edit"',
'position' => 122,
'notnull' => -1,),
135 'lastresult' => array(
'type' =>
'varchar(255)',
'label' =>
'LastResult',
'visible' => 1,
'enabled' =>
'$action != "create" && $action != "edit"',
'position' => 123,
'notnull' => -1,
'cssview' =>
'small',
'csslist' =>
'maxwidth250imp'),
136 'datelastok' => array(
'type' =>
'datetime',
'label' =>
'DateLastcollectResultOk',
'visible' => 1,
'enabled' =>
'$action != "create"',
'position' => 125,
'notnull' => -1,
'csslist' =>
'nowraponall'),
137 'note_public' => array(
'type' =>
'html',
'label' =>
'NotePublic',
'visible' => 0,
'enabled' => 1,
'position' => 61,
'notnull' => -1,),
138 'note_private' => array(
'type' =>
'html',
'label' =>
'NotePrivate',
'visible' => 0,
'enabled' => 1,
'position' => 62,
'notnull' => -1,),
139 'date_creation' => array(
'type' =>
'datetime',
'label' =>
'DateCreation',
'visible' => -2,
'enabled' => 1,
'position' => 500,
'notnull' => 1,),
140 'tms' => array(
'type' =>
'timestamp',
'label' =>
'DateModification',
'visible' => -2,
'enabled' => 1,
'position' => 501,
'notnull' => 1,),
142 'fk_user_creat' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserAuthor',
'visible' => -2,
'enabled' => 1,
'position' => 510,
'notnull' => 1,),
143 'fk_user_modif' => array(
'type' =>
'integer:User:user/class/user.class.php',
'label' =>
'UserModif',
'visible' => -2,
'enabled' => 1,
'position' => 511,
'notnull' => -1,),
145 'import_key' => array(
'type' =>
'varchar(14)',
'label' =>
'ImportId',
'visible' => -2,
'enabled' => 1,
'position' => 1000,
'notnull' => -1,),
146 'status' => array(
'type' =>
'integer',
'label' =>
'Status',
'visible' => 1,
'enabled' => 1,
'position' => 1000,
'notnull' => 1,
'default' =>
'0',
'index' => 1,
'arrayofkeyval' => array(0 =>
'Inactive', 1 =>
'Active'))
178 public $fk_user_creat;
183 public $fk_user_modif;
217 public $oauth_service;
221 public $imap_encryption;
229 public $source_directory;
233 public $target_directory;
237 public $maxemailpercollect;
242 public $datelastresult;
247 public $codelastresult;
272 const STATUS_DISABLED = 0;
273 const STATUS_ENABLED = 1;
283 global $conf, $langs;
287 $this->ismultientitymanaged = 1;
288 $this->isextrafieldmanaged = 0;
293 if (!
isModEnabled(
'multicompany') && isset($this->fields[
'entity'])) {
294 $this->fields[
'entity'][
'enabled'] = 0;
298 $oauthservices = array();
300 foreach ($conf->global as $key => $val) {
301 if (!empty($val) && preg_match(
'/^OAUTH_.*_ID$/', $key)) {
302 $key = preg_replace(
'/^OAUTH_/',
'', $key);
303 $key = preg_replace(
'/_ID$/',
'', $key);
304 if (preg_match(
'/^.*-/', $key)) {
305 $name = preg_replace(
'/^.*-/',
'', $key);
307 $name = $langs->trans(
"NoName");
309 $provider = preg_replace(
'/-.*$/',
'', $key);
310 $provider = ucfirst(strtolower($provider));
312 $oauthservices[$key] = $name.
" (".$provider.
")";
316 $this->fields[
'oauth_service'][
'arrayofkeyval'] = $oauthservices;
319 foreach ($this->fields as $key => $val) {
320 if (isset($val[
'enabled']) && empty($val[
'enabled'])) {
321 unset($this->fields[$key]);
326 foreach ($this->fields as $key => $val) {
327 if (!empty($val[
'arrayofkeyval']) && is_array($val[
'arrayofkeyval'])) {
328 foreach ($val[
'arrayofkeyval'] as $key2 => $val2) {
329 $this->fields[$key][
'arrayofkeyval'][$key2] = $langs->trans($val2);
347 if ($this->host && preg_match(
'/^http:/i', trim($this->host))) {
348 $langs->load(
"errors");
349 $this->error = $langs->trans(
"ErrorHostMustNotStartWithHttp", $this->host);
353 include_once DOL_DOCUMENT_ROOT.
'/core/lib/security.lib.php';
354 $this->password =
dolEncrypt($this->password);
358 $this->password =
dolDecrypt($this->password);
360 if (is_array($this->filters) && count($this->filters)) {
363 foreach ($this->filters as $filter) {
364 $emailcollectorfilter->type = $filter[
'type'];
365 $emailcollectorfilter->rulevalue = $filter[
'rulevalue'];
366 $emailcollectorfilter->fk_emailcollector = $this->id;
367 $emailcollectorfilter->status = $filter[
'status'];
369 $emailcollectorfilter->create($user);
373 if (is_array($this->actions) && count($this->actions)) {
376 foreach ($this->actions as $operation) {
377 $emailcollectoroperation->type = $operation[
'type'];
378 $emailcollectoroperation->actionparam = $operation[
'actionparam'];
379 $emailcollectoroperation->fk_emailcollector = $this->id;
380 $emailcollectoroperation->status = $operation[
'status'];
381 $emailcollectoroperation->position = $operation[
'position'];
383 $emailcollectoroperation->create($user);
399 global $langs, $extrafields;
420 unset(
$object->codelastresult);
421 unset(
$object->datelastresult);
426 $object->ref =
"copy_of_".$object->ref;
429 $object->host =
'imap.example.com';
432 if (is_array(
$object->array_options) && count(
$object->array_options) > 0) {
433 $extrafields->fetch_name_optionals_label($this->table_element);
434 foreach (
$object->array_options as $key => $option) {
435 $shortkey = preg_replace(
'/options_/',
'', $key);
436 if (!empty($extrafields->attributes[$this->element][
'unique'][$shortkey])) {
437 unset(
$object->array_options[$key]);
443 $object->context[
'createfromclone'] =
'createfromclone';
444 $result =
$object->create($user);
450 unset(
$object->context[
'createfromclone']);
457 $this->db->rollback();
469 public function fetch($id, $ref =
null)
473 include_once DOL_DOCUMENT_ROOT.
'/core/lib/security.lib.php';
474 $this->password =
dolDecrypt($this->password);
507 public function fetchAll(
User $user, $activeOnly = 0, $sortfield =
's.rowid', $sortorder =
'ASC', $limit = 100, $page = 0)
511 $sql =
"SELECT s.rowid";
512 $sql .=
" FROM ".MAIN_DB_PREFIX.
"emailcollector_emailcollector as s";
513 $sql .=
' WHERE s.entity IN ('.getEntity(
'emailcollector').
')';
515 $sql .=
" AND s.status = 1";
517 $sql .= $this->db->order($sortfield, $sortorder);
522 $offset = $limit * $page;
524 $sql .= $this->db->plimit($limit + 1, $offset);
527 $result = $this->db->query($sql);
529 $num = $this->db->num_rows($result);
532 $obj = $this->db->fetch_object($result);
534 if ($emailcollector_static->fetch($obj->rowid)) {
535 $obj_ret[] = $emailcollector_static;
540 $this->errors[] =
'EmailCollector::fetchAll Error when retrieve emailcollector list';
541 dol_syslog(
'EmailCollector::fetchAll Error when retrieve emailcollector list', LOG_ERR);
543 if (!count($obj_ret)) {
544 dol_syslog(
'EmailCollector::fetchAll No emailcollector found', LOG_DEBUG);
562 if ($this->host && preg_match(
'/^http:/i', trim($this->host))) {
563 $langs->load(
"errors");
564 $this->error = $langs->trans(
"ErrorHostMustNotStartWithHttp", $this->host);
568 include_once DOL_DOCUMENT_ROOT.
'/core/lib/security.lib.php';
569 $this->password =
dolEncrypt($this->password);
573 $this->password =
dolDecrypt($this->password);
585 public function delete(
User $user, $notrigger = 0)
600 public function getNomUrl($withpicto = 0, $option =
'', $notooltip = 0, $morecss =
'', $save_lastsearch_value = -1)
602 global $conf, $langs, $action, $hookmanager;
604 if (!empty($conf->dol_no_mouse_hover)) {
610 $label =
'<u>'.$langs->trans(
"EmailCollector").
'</u>';
612 $label .=
'<b>'.$langs->trans(
'Ref').
':</b> '.$this->ref;
614 $url = DOL_URL_ROOT.
'/admin/emailcollector_card.php?id='.$this->id;
616 if ($option !=
'nolink') {
618 $add_save_lastsearch_values = ($save_lastsearch_value == 1 ? 1 : 0);
619 if ($save_lastsearch_value == -1 && isset($_SERVER[
"PHP_SELF"]) && preg_match(
'/list\.php/', $_SERVER[
"PHP_SELF"])) {
620 $add_save_lastsearch_values = 1;
622 if ($add_save_lastsearch_values) {
623 $url .=
'&save_lastsearch_values=1';
628 if (empty($notooltip)) {
630 $label = $langs->trans(
"ShowEmailCollector");
631 $linkclose .=
' alt="'.dolPrintHTMLForAttribute($label).
'"';
633 $linkclose .=
' title="'.dolPrintHTMLForAttribute($label).
'"';
634 $linkclose .=
' class="classfortooltip'.($morecss ?
' '.$morecss :
'').
'"';
636 $linkclose = ($morecss ?
' class="'.$morecss.
'"' :
'');
639 $linkstart =
'<a href="'.$url.
'"';
640 $linkstart .= $linkclose.
'>';
643 $result .= $linkstart;
645 $result .=
img_object(($notooltip ?
'' : $label), ($this->picto ? $this->picto :
'generic'), ($notooltip ? (($withpicto != 2) ?
'class="paddingright"' :
'') :
'class="'.(($withpicto != 2) ?
'paddingright ' :
'').
'classfortooltip"'), 0, 0, $notooltip ? 0 : 1);
647 if ($withpicto != 2) {
648 $result .= $this->ref;
653 $hookmanager->initHooks(array(
'emailcollectordao'));
654 $parameters = array(
'id' => $this->
id,
'getnomurl' => &$result);
655 $reshook = $hookmanager->executeHooks(
'getNomUrl', $parameters, $this, $action);
657 $result = $hookmanager->resPrint;
659 $result .= $hookmanager->resPrint;
687 if (empty($this->labelStatus) || empty($this->labelStatusShort)) {
690 $this->labelStatus[self::STATUS_ENABLED] = $langs->transnoentitiesnoconv(
'Enabled');
691 $this->labelStatus[self::STATUS_DISABLED] = $langs->transnoentitiesnoconv(
'Disabled');
692 $this->labelStatusShort[self::STATUS_ENABLED] = $langs->transnoentitiesnoconv(
'Enabled');
693 $this->labelStatusShort[self::STATUS_DISABLED] = $langs->transnoentitiesnoconv(
'Disabled');
696 $statusType =
'status5';
697 if ($status == self::STATUS_ENABLED) {
698 $statusType =
'status4';
701 return dolGetStatus($this->labelStatus[$status], $this->labelStatusShort[$status],
'', $statusType, $mode);
712 $sql =
'SELECT rowid, date_creation as datec, tms as datem,';
713 $sql .=
' fk_user_creat, fk_user_modif';
714 $sql .=
' FROM '.MAIN_DB_PREFIX.$this->table_element.
' as t';
715 $sql .=
' WHERE t.rowid = '.((int) $id);
716 $result = $this->db->query($sql);
718 if ($this->db->num_rows($result)) {
719 $obj = $this->db->fetch_object($result);
721 $this->
id = $obj->rowid;
723 $this->user_creation_id = $obj->fk_user_creat;
724 $this->user_modification_id = $obj->fk_user_modif;
725 $this->date_creation = $this->db->jdate($obj->datec);
726 $this->date_modification = empty($obj->datem) ?
'' : $this->db->jdate($obj->datem);
729 $this->db->free($result);
743 $this->host =
'localhost';
744 $this->login =
'alogin';
757 $this->filters = array();
759 $sql =
'SELECT rowid, type, rulevalue, status';
760 $sql .=
' FROM '.MAIN_DB_PREFIX.
'emailcollector_emailcollectorfilter';
761 $sql .=
' WHERE fk_emailcollector = '.((int) $this->
id);
764 $resql = $this->db->query($sql);
766 $num = $this->db->num_rows($resql);
769 $obj = $this->db->fetch_object($resql);
770 $this->filters[$obj->rowid] = array(
'id' => $obj->rowid,
'type' => $obj->type,
'rulevalue' => $obj->rulevalue,
'status' => $obj->status);
773 $this->db->free($resql);
789 $this->actions = array();
791 $sql =
'SELECT rowid, type, actionparam, status';
792 $sql .=
' FROM '.MAIN_DB_PREFIX.
'emailcollector_emailcollectoraction';
793 $sql .=
' WHERE fk_emailcollector = '.((int) $this->
id);
794 $sql .=
' ORDER BY position';
796 $resql = $this->db->query($sql);
798 $num = $this->db->num_rows($resql);
801 $obj = $this->db->fetch_object($resql);
802 $this->actions[$obj->rowid] = array(
'id' => $obj->rowid,
'type' => $obj->type,
'actionparam' => $obj->actionparam,
'status' => $obj->status);
805 $this->db->free($resql);
824 $flags =
'/service=imap';
827 } elseif (empty($this->imap_encryption) || ($this->imap_encryption ==
'ssl' &&
getDolGlobalString(
'IMAP_FORCE_NOSSL'))) {
830 $flags .=
'/' . $this->imap_encryption;
833 $flags .=
'/novalidate-cert';
840 if (!empty($this->login) && strpos($this->login,
'/') !=
false) {
841 $partofauth = explode(
'/', $this->login);
842 $flags .=
'/authuser='.$partofauth[0].
'/user='.$partofauth[1];
845 $connectstringserver =
'{'.$this->host.
':'.$this->port.$flags.
'}';
847 return $connectstringserver;
858 if (function_exists(
'mb_convert_encoding')) {
860 $str = preg_replace(
"/ /",
"xxxSPACExxx", $str);
861 $str = preg_replace(
"/_/",
"xxxUNDERSCORExxx", $str);
862 $str = preg_replace(
"/\[Gmail\]/",
"xxxGMAILxxx", $str);
864 if ($str = mb_convert_encoding($str,
"UTF-7")) {
866 $str = preg_replace(
"/\+A/",
"&A", $str);
867 $str = preg_replace(
"/xxxUNDERSCORExxx/",
"_", $str);
869 $str = preg_replace(
"/xxxSPACExxx/",
" ", $str);
871 $str = preg_replace(
"/xxxGMAILxxx/",
"[Gmail]", $str);
875 $this->error =
"error: is not possible to encode this string '".$str.
"'";
895 $arrayofcollectors = $this->
fetchAll($user, 1);
897 foreach ($arrayofcollectors as $emailcollector) {
898 $result = $emailcollector->doCollectOneCollector(0);
900 dol_syslog(
"doCollect result = ".$result.
" for emailcollector->id = ".$emailcollector->id);
902 $this->error .=
'EmailCollector ID '.$emailcollector->id.
':'.$emailcollector->error.
'<br>';
903 if (!empty($emailcollector->errors)) {
904 $this->error .= implode(
'<br>', $emailcollector->errors);
907 $this->output .=
'EmailCollector ID '.$emailcollector->id.
': '.$emailcollector->lastresult.
'<br>';
930 global $conf, $langs;
932 $errorforthisaction = 0;
935 $outputlangs = $langs;
938 $newlang =
GETPOST(
'lang_id',
'aZ09');
941 $newlang = !empty(
$object->thirdparty->default_lang) ?
$object->thirdparty->default_lang : $newlang;
943 if (!empty($newlang)) {
945 $outputlangs->setDefaultLang($newlang);
955 foreach ($arrayvaluetouse as $propertytooverwrite => $valueforproperty) {
958 $tmparray = explode(
'.', $propertytooverwrite);
959 if (count($tmparray) == 2) {
960 $tmpclass = $tmparray[0];
961 $tmpproperty = $tmparray[1];
963 $tmpproperty = $tmparray[0];
965 if ($tmpclass && ($tmpclass !=
$object->element)) {
975 $regforregex = array();
976 if (preg_match(
'/^EXTRACT:([a-zA-Z0-9_]+):(.*):([^:])$/', $valueforproperty, $regforregex)) {
977 $sourcefield = $regforregex[1];
978 $regexstring = $regforregex[2];
980 } elseif (preg_match(
'/^EXTRACT:([a-zA-Z0-9_]+):(.*)$/', $valueforproperty, $regforregex)) {
981 $sourcefield = $regforregex[1];
982 $regexstring = $regforregex[2];
985 if (!empty($sourcefield) && !empty($regexstring)) {
986 if (strtolower($sourcefield) ==
'body') {
987 $sourcestring = $messagetext;
988 } elseif (strtolower($sourcefield) ==
'subject') {
989 $sourcestring = $subject;
990 } elseif (strtolower($sourcefield) ==
'header') {
991 $sourcestring = $header;
995 $regforval = array();
997 if (strtolower($sourcefield) ==
'body') {
998 $regexoptions =
'ms';
1000 if (strtolower($sourcefield) ==
'header') {
1001 $regexoptions =
'm';
1004 if (preg_match(
'/'.$regexstring.
'/'.$regexoptions, $sourcestring, $regforval)) {
1006 $valueextracted = isset($regforval[count($regforval) - 1]) ? trim($regforval[count($regforval) - 1]) :
null;
1007 if (strtolower($sourcefield) ==
'header') {
1008 if (preg_match(
'/^options_/', $tmpproperty)) {
1011 if (property_exists(
$object, $tmpproperty)) {
1018 if (preg_match(
'/^options_/', $tmpproperty)) {
1021 if (property_exists(
$object, $tmpproperty)) {
1029 if (preg_match(
'/^options_/', $tmpproperty)) {
1032 if (property_exists(
$object, $tmpproperty)) {
1040 if (property_exists(
$object, $tmpproperty)) {
1042 $operationslog .=
'<br>Regex /'.dol_escape_htmltag($regexstring).
'/'.
dol_escape_htmltag($regexoptions).
' into '.strtolower($sourcefield).
' -> not found, so object property '.
dol_escape_htmltag($tmpproperty).
' is set to null.';
1044 $tmp[$tmpproperty] =
null;
1045 $operationslog .=
'<br>Regex /'.dol_escape_htmltag($regexstring).
'/'.
dol_escape_htmltag($regexoptions).
' into '.strtolower($sourcefield).
' -> not found, so var '.
dol_escape_htmltag($tmpproperty).
' is set to null.';
1050 $errorforthisaction++;
1051 $this->error =
'The extract rule to use to overwrite properties has on an unknown source (must be HEADER, SUBJECT or BODY)';
1052 $this->errors[] = $this->error;
1054 $operationslog .=
'<br>'.$this->error;
1056 } elseif (preg_match(
'/^(SET|SETIFEMPTY):(.*)$/', $valueforproperty, $regforregex)) {
1058 if (preg_match(
'/^options_/', $tmpproperty)) {
1059 $valuecurrent =
$object->array_options[preg_replace(
'/^options_/',
'', $tmpproperty)];
1061 if (property_exists(
$object, $tmpproperty)) {
1062 $valuecurrent =
$object->$tmpproperty;
1065 $valuecurrent = $tmp[$tmpproperty];
1069 if ($regforregex[1] ==
'SET' || empty($valuecurrent)) {
1070 $valuetouse = $regforregex[2];
1071 $substitutionarray = getCommonSubstitutionArray($outputlangs, 0,
null,
$object);
1073 $matcharray = array();
1074 preg_match_all(
'/__([a-z0-9]+(?:_[a-z0-9]+)?)__/i', $valuetouse, $matcharray);
1075 if (is_array($matcharray[1])) {
1076 foreach ($matcharray[1] as $keytoreplace) {
1077 if ($keytoreplace) {
1078 if (preg_match(
'/^options_/', $keytoreplace)) {
1079 $substitutionarray[
'__'.$keytoreplace.
'__'] =
$object->array_options[preg_replace(
'/^options_/',
'', $keytoreplace)];
1081 if (property_exists(
$object, $keytoreplace)) {
1082 $substitutionarray[
'__'.$keytoreplace.
'__'] =
$object->$keytoreplace;
1085 $substitutionarray[
'__'.$keytoreplace.
'__'] = $tmp[$keytoreplace];
1094 if (preg_match(
'/^options_/', $tmpproperty)) {
1095 $object->array_options[preg_replace(
'/^options_/',
'', $tmpproperty)] = $valuetouse;
1097 $operationslog .=
'<br>Set value '.dol_escape_htmltag($valuetouse).
' into object->array_options['.
dol_escape_htmltag(preg_replace(
'/^options_/',
'', $tmpproperty)).
']';
1099 if (property_exists(
$object, $tmpproperty)) {
1100 $object->$tmpproperty = $valuetouse;
1102 $tmp[$tmpproperty] = $valuetouse;
1105 $operationslog .=
'<br>Set value '.dol_escape_htmltag($valuetouse).
' into object->'.
dol_escape_htmltag($tmpproperty);
1109 $errorforthisaction++;
1110 $this->error =
'Bad syntax for description of action parameters: '.$actionparam;
1111 $this->errors[] = $this->error;
1116 return $errorforthisaction;
1125 public function doCollectOneCollector($mode = 0)
1127 global $db, $conf, $langs, $user;
1128 global $hookmanager;
1132 require_once DOL_DOCUMENT_ROOT.
'/comm/action/class/actioncomm.class.php';
1134 require_once DOL_DOCUMENT_ROOT.
'/includes/webklex/php-imap/vendor/autoload.php';
1137 dol_syslog(
"EmailCollector::doCollectOneCollector start for id=".$this->
id.
" - ".$this->
ref, LOG_INFO);
1139 $langs->loadLangs(array(
"project",
"companies",
"mails",
"errors",
"ticket",
"agenda",
"commercial"));
1144 $this->debuginfo =
'';
1148 $searchfilterdoltrackid = 0;
1149 $searchfilternodoltrackid = 0;
1150 $searchfilterisanswer = 0;
1151 $searchfilterisnotanswer = 0;
1152 $searchfilterreplyto = 0;
1153 $searchfilterexcludebodyarray = array();
1154 $searchfilterexcludesubjectarray = array();
1155 $operationslog =
'';
1156 $rulesreplyto = array();
1157 $connectstringsource =
'';
1158 $connectstringtarget =
'';
1159 $connection =
false;
1160 $arrayofemail = array();
1165 if (empty($this->host)) {
1166 $this->error = $langs->trans(
'ErrorFieldRequired', $langs->transnoentitiesnoconv(
'EMailHost'));
1169 if (empty($this->login)) {
1170 $this->error = $langs->trans(
'ErrorFieldRequired', $langs->transnoentitiesnoconv(
'Login'));
1173 if (empty($this->source_directory)) {
1174 $this->error = $langs->trans(
'ErrorFieldRequired', $langs->transnoentitiesnoconv(
'MailboxSourceDirectory'));
1180 $sourcedir = $this->source_directory;
1181 $targetdir = ($this->target_directory ? $this->target_directory :
'');
1186 $sourcedir = $this->source_directory;
1187 $targetdir = ($this->target_directory ? $this->target_directory :
'');
1190 if ($this->acces_type == 1) {
1192 $this->debuginfo .=
'doCollectOneCollector is using method MAIN_IMAP_USE_PHPIMAP=1, access_type=1 (OAUTH2)<br>';
1194 require_once DOL_DOCUMENT_ROOT.
'/core/lib/oauth.lib.php';
1198 $keyforsupportedoauth2array = $this->oauth_service;
1199 if (preg_match(
'/^.*-/', $keyforsupportedoauth2array)) {
1200 $keyforprovider = preg_replace(
'/^.*-/',
'', $keyforsupportedoauth2array);
1202 $keyforprovider =
'';
1204 $keyforsupportedoauth2array = preg_replace(
'/-.*$/',
'', strtoupper($keyforsupportedoauth2array));
1205 $keyforsupportedoauth2array =
'OAUTH_'.$keyforsupportedoauth2array.
'_NAME';
1207 if (!empty($supportedoauth2array)) {
1208 $nameofservice = ucfirst(strtolower(empty($supportedoauth2array[$keyforsupportedoauth2array][
'callbackfile']) ?
'Unknown' : $supportedoauth2array[$keyforsupportedoauth2array][
'callbackfile']));
1209 $nameofservice .= ($keyforprovider ?
'-'.$keyforprovider :
'');
1210 $OAUTH_SERVICENAME = $nameofservice;
1212 $OAUTH_SERVICENAME =
'Unknown';
1215 $keyforparamtenant =
'OAUTH_'.strtoupper(empty($supportedoauth2array[$keyforsupportedoauth2array][
'callbackfile']) ?
'Unknown' : $supportedoauth2array[$keyforsupportedoauth2array][
'callbackfile']).($keyforprovider ?
'-'.$keyforprovider :
'').
'_TENANT';
1217 require_once DOL_DOCUMENT_ROOT.
'/includes/OAuth/bootstrap.php';
1223 $storage =
new DoliStorage($db, $conf, $keyforprovider,
getDolGlobalString($keyforparamtenant));
1226 $tokenobj = $storage->retrieveAccessToken($OAUTH_SERVICENAME);
1229 if (is_object($tokenobj) && method_exists($tokenobj,
'getEndOfLife')) {
1230 $endOfLife = $tokenobj->getEndOfLife();
1231 if ($endOfLife !== -9002 && $endOfLife !== -9001 && time() > ($endOfLife - 30)) {
1237 if (is_object($tokenobj) && $expire) {
1238 $this->debuginfo .=
'Refresh token '.$OAUTH_SERVICENAME.
'<br>';
1239 $credentials =
new Credentials(
1244 $serviceFactory = new \OAuth\ServiceFactory();
1245 $oauthname = explode(
'-', $OAUTH_SERVICENAME);
1249 if (preg_match(
'/^Microsoft/', $OAUTH_SERVICENAME)) {
1251 $tmp = explode(
'-', $OAUTH_SERVICENAME);
1252 $scopes = explode(
',',
getDolGlobalString(
'OAUTH_'.strtoupper($tmp[0]).(empty($tmp[1]) ?
'' :
'-'.$tmp[1]).
'_SCOPE'));
1255 $apiService = $serviceFactory->createService($oauthname[0], $credentials, $storage, $scopes);
1257 '@phan-var-force OAuth\OAuth2\Service\AbstractService|OAuth\OAuth1\Service\AbstractService $apiService';
1259 $refreshtoken = $tokenobj->getRefreshToken();
1260 $tokenobj = $apiService->refreshAccessToken($tokenobj);
1263 $tokenobj->setRefreshToken($refreshtoken);
1264 $storage->storeAccessToken($OAUTH_SERVICENAME, $tokenobj);
1266 $tokenobj = $storage->retrieveAccessToken($OAUTH_SERVICENAME);
1267 if (is_object($tokenobj)) {
1268 $token = $tokenobj->getAccessToken();
1270 $this->error =
"Token not found";
1275 $this->error = $e->getMessage();
1276 dol_syslog(
"CMailFile::sendfile: mail end error=".$this->error, LOG_ERR);
1280 $cm =
new ClientManager();
1281 $client = $cm->make([
1282 'host' => $this->host,
1283 'port' => $this->port,
1284 'encryption' => !empty($this->imap_encryption) ? $this->imap_encryption : false,
1285 'validate_cert' => true,
1286 'protocol' =>
'imap',
1287 'username' => $this->login,
1288 'password' => $token,
1289 'authentication' =>
"oauth",
1293 $this->debuginfo .=
'doCollectOneCollector is using method MAIN_IMAP_USE_PHPIMAP=1, access_type=0 (LOGIN)<br>';
1295 $cm =
new ClientManager();
1296 $client = $cm->make([
1297 'host' => $this->host,
1298 'port' => $this->port,
1299 'encryption' => !empty($this->imap_encryption) ? $this->imap_encryption : false,
1300 'validate_cert' => true,
1301 'protocol' =>
'imap',
1302 'username' => $this->login,
1303 'password' => $this->password,
1304 'authentication' =>
"login",
1312 }
catch (ConnectionFailedException $e) {
1313 $this->error = $e->getMessage();
1314 $this->errors[] = $this->error;
1315 dol_syslog(
"EmailCollector::doCollectOneCollector ".$this->error, LOG_ERR);
1319 $host = dol_getprefix(
'email');
1322 $this->debuginfo .=
'doCollectOneCollector is using method MAIN_IMAP_USE_PHPIMAP=0 (native PHP imap, LOGIN)<br>';
1324 if (!function_exists(
'imap_open')) {
1325 $this->error =
'IMAP function not enabled on your PHP';
1331 $connectstringsource = $connectstringserver.$this->getEncodedUtf7($sourcedir);
1332 $connectstringtarget = $connectstringserver.$this->getEncodedUtf7($targetdir);
1334 $connectstringsource = $connectstringserver.$sourcedir;
1335 $connectstringtarget = $connectstringserver.$targetdir;
1338 $this->debuginfo .=
'connectstringsource = '.$connectstringsource.
', $connectstringtarget='.$connectstringtarget.
'<br>';
1340 $connection = imap_open($connectstringsource, $this->login, $this->password);
1341 if ($connection ===
false) {
1342 $this->error =
'Failed to open IMAP connection '.$connectstringsource.
' '.imap_last_error();
1345 '@phan-var-force resource|IMAP\Connection $connection';
1348 $host = dol_getprefix(
'email');
1357 $criteria = array();
1360 $criteria = array(array(
'UNDELETED'));
1361 foreach ($this->filters as $rule) {
1362 if (empty($rule[
'status'])) {
1367 if (strpos($rule[
'rulevalue'],
'!') === 0) {
1371 $rule[
'rulevalue'] = substr($rule[
'rulevalue'], 1);
1374 if ($rule[
'type'] ==
'from') {
1375 $tmprulevaluearray = explode(
'*', $rule[
'rulevalue']);
1376 if (count($tmprulevaluearray) >= 2) {
1377 foreach ($tmprulevaluearray as $tmprulevalue) {
1378 array_push($criteria, array($not.
"FROM" => $tmprulevalue));
1381 array_push($criteria, array($not.
"FROM" => $rule[
'rulevalue']));
1384 if ($rule[
'type'] ==
'to') {
1385 $tmprulevaluearray = explode(
'*', $rule[
'rulevalue']);
1386 if (count($tmprulevaluearray) >= 2) {
1387 foreach ($tmprulevaluearray as $tmprulevalue) {
1388 array_push($criteria, array($not.
"TO" => $tmprulevalue));
1391 array_push($criteria, array($not.
"TO" => $rule[
'rulevalue']));
1394 if ($rule[
'type'] ==
'bcc') {
1395 array_push($criteria, array($not.
"BCC" => $rule[
'rulevalue']));
1397 if ($rule[
'type'] ==
'cc') {
1398 array_push($criteria, array($not.
"CC" => $rule[
'rulevalue']));
1400 if ($rule[
'type'] ==
'subject') {
1403 $searchfilterexcludesubjectarray[] = $rule[
'rulevalue'];
1405 array_push($criteria, array(
"SUBJECT" => $rule[
'rulevalue']));
1408 if ($rule[
'type'] ==
'body') {
1411 $searchfilterexcludebodyarray[] = $rule[
'rulevalue'];
1413 array_push($criteria, array(
"BODY" => $rule[
'rulevalue']));
1416 if ($rule[
'type'] ==
'header') {
1417 array_push($criteria, array($not.
"HEADER" => $rule[
'rulevalue']));
1429 if ($rule[
'type'] ==
'seen') {
1430 array_push($criteria, array($not.
"SEEN"));
1432 if ($rule[
'type'] ==
'unseen') {
1433 array_push($criteria, array($not.
"UNSEEN"));
1435 if ($rule[
'type'] ==
'unanswered') {
1436 array_push($criteria, array($not.
"UNANSWERED"));
1438 if ($rule[
'type'] ==
'answered') {
1439 array_push($criteria, array($not.
"ANSWERED"));
1441 if ($rule[
'type'] ==
'smaller') {
1442 array_push($criteria, array($not.
"SMALLER"));
1444 if ($rule[
'type'] ==
'larger') {
1445 array_push($criteria, array($not.
"LARGER"));
1449 if ($rule[
'type'] ==
'withtrackingidinmsgid') {
1450 $searchfilterdoltrackid++;
1451 $searchhead .=
'/Message-ID.*@'.preg_quote($host,
'/').
'/';
1453 if ($rule[
'type'] ==
'withouttrackingidinmsgid') {
1454 $searchfilterdoltrackid++;
1455 $searchhead .=
'/Message-ID.*@'.preg_quote($host,
'/').
'/';
1457 if ($rule[
'type'] ==
'withtrackingid') {
1458 $searchfilterdoltrackid++;
1459 $searchhead .=
'/References.*@'.preg_quote($host,
'/').
'/';
1461 if ($rule[
'type'] ==
'withouttrackingid') {
1462 $searchfilternodoltrackid++;
1463 $searchhead .=
'! /References.*@'.preg_quote($host,
'/').
'/';
1466 if ($rule[
'type'] ==
'isanswer') {
1467 $searchfilterisanswer++;
1468 $searchhead .=
'/References.*@.*/';
1470 if ($rule[
'type'] ==
'isnotanswer') {
1471 $searchfilterisnotanswer++;
1472 $searchhead .=
'! /References.*@.*/';
1475 if ($rule[
'type'] ==
'replyto') {
1476 $searchfilterreplyto++;
1477 $rulesreplyto[] = $rule[
'rulevalue'];
1478 $searchhead .=
'/Reply-To.*'.preg_quote($rule[
'rulevalue'],
'/').
'/';
1482 if (empty($targetdir) || !
getDolGlobalString(
'EMAILCOLLECTOR_NO_FILTER_ON_DATE_IF_THERE_IS_A_TARGETDIR')) {
1484 if ($this->datelastok) {
1485 $fromdate = $this->datelastok;
1487 if ($fromdate > 0) {
1489 array_push($criteria, array(
"SINCE" =>
date(
'j-M-Y', $fromdate - 86400)));
1494 dol_syslog(
"IMAP search string = ".var_export($criteria,
true));
1495 $search = var_export($criteria,
true);
1498 $search =
'UNDELETED';
1499 foreach ($this->filters as $rule) {
1500 if (empty($rule[
'status'])) {
1508 if (!empty($rule[
'rulevalue']) && strpos($rule[
'rulevalue'],
'!') === 0) {
1512 $rule[
'rulevalue'] = substr($rule[
'rulevalue'], 1);
1515 if ($rule[
'type'] ==
'from') {
1516 $tmprulevaluearray = explode(
'*', $rule[
'rulevalue']);
1517 if (count($tmprulevaluearray) >= 2) {
1518 foreach ($tmprulevaluearray as $tmprulevalue) {
1519 $search .= ($search ?
' ' :
'').$not.
'FROM "'.str_replace(
'"',
'', $tmprulevalue).
'"';
1522 $search .= ($search ?
' ' :
'').$not.
'FROM "'.str_replace(
'"',
'', $rule[
'rulevalue']).
'"';
1525 if ($rule[
'type'] ==
'to') {
1526 $tmprulevaluearray = explode(
'*', $rule[
'rulevalue']);
1527 if (count($tmprulevaluearray) >= 2) {
1528 foreach ($tmprulevaluearray as $tmprulevalue) {
1529 $search .= ($search ?
' ' :
'').$not.
'TO "'.str_replace(
'"',
'', $tmprulevalue).
'"';
1532 $search .= ($search ?
' ' :
'').$not.
'TO "'.str_replace(
'"',
'', $rule[
'rulevalue']).
'"';
1535 if ($rule[
'type'] ==
'bcc') {
1536 $search .= ($search ?
' ' :
'').$not.
'BCC';
1538 if ($rule[
'type'] ==
'cc') {
1539 $search .= ($search ?
' ' :
'').$not.
'CC';
1541 if ($rule[
'type'] ==
'subject') {
1544 $searchfilterexcludesubjectarray[] = $rule[
'rulevalue'];
1546 $search .= ($search ?
' ' :
'').
'SUBJECT "'.str_replace(
'"',
'', $rule[
'rulevalue']).
'"';
1549 if ($rule[
'type'] ==
'body') {
1552 $searchfilterexcludebodyarray[] = $rule[
'rulevalue'];
1555 $search .= ($search ?
' ' :
'').
'BODY "'.str_replace(
'"',
'', $rule[
'rulevalue']).
'"';
1558 if ($rule[
'type'] ==
'header') {
1559 $search .= ($search ?
' ' :
'').$not.
'HEADER '.$rule[
'rulevalue'];
1571 if ($rule[
'type'] ==
'seen') {
1572 $search .= ($search ?
' ' :
'').$not.
'SEEN';
1574 if ($rule[
'type'] ==
'unseen') {
1575 $search .= ($search ?
' ' :
'').$not.
'UNSEEN';
1577 if ($rule[
'type'] ==
'unanswered') {
1578 $search .= ($search ?
' ' :
'').$not.
'UNANSWERED';
1580 if ($rule[
'type'] ==
'answered') {
1581 $search .= ($search ?
' ' :
'').$not.
'ANSWERED';
1583 if ($rule[
'type'] ==
'smaller') {
1584 $search .= ($search ?
' ' :
'').$not.
'SMALLER "'.str_replace(
'"',
'', $rule[
'rulevalue']).
'"';
1586 if ($rule[
'type'] ==
'larger') {
1587 $search .= ($search ?
' ' :
'').$not.
'LARGER "'.str_replace(
'"',
'', $rule[
'rulevalue']).
'"';
1591 if ($rule[
'type'] ==
'withtrackingidinmsgid') {
1592 $searchfilterdoltrackid++;
1593 $searchhead .=
'/Message-ID.*@'.preg_quote($host,
'/').
'/';
1595 if ($rule[
'type'] ==
'withouttrackingidinmsgid') {
1596 $searchfilterdoltrackid++;
1597 $searchhead .=
'/Message-ID.*@'.preg_quote($host,
'/').
'/';
1599 if ($rule[
'type'] ==
'withtrackingid') {
1600 $searchfilterdoltrackid++;
1601 $searchhead .=
'/References.*@'.preg_quote($host,
'/').
'/';
1603 if ($rule[
'type'] ==
'withouttrackingid') {
1604 $searchfilternodoltrackid++;
1605 $searchhead .=
'! /References.*@'.preg_quote($host,
'/').
'/';
1608 if ($rule[
'type'] ==
'isanswer') {
1609 $searchfilterisanswer++;
1610 $searchhead .=
'/References.*@.*/';
1612 if ($rule[
'type'] ==
'isnotanswer') {
1613 $searchfilterisnotanswer++;
1614 $searchhead .=
'! /References.*@.*/';
1617 if ($rule[
'type'] ==
'replyto') {
1618 $searchfilterreplyto++;
1619 $rulesreplyto[] = $rule[
'rulevalue'];
1620 $searchhead .=
'/Reply-To.*'.preg_quote($rule[
'rulevalue'],
'/').
'/';
1624 if (empty($targetdir)) {
1626 if ($this->datelastok) {
1627 $fromdate = $this->datelastok;
1629 if ($fromdate > 0) {
1631 $search .= ($search ?
' ' :
'').
'SINCE '.
date(
'j-M-Y', $fromdate - 86400);
1639 $nbemailprocessed = 0;
1642 $charset = ($this->hostcharset ? $this->hostcharset :
"UTF-8");
1643 $arrayofemail = array();
1650 $tmpsourcedir = $sourcedir;
1655 $f = $client->getFolders(
false, $tmpsourcedir);
1658 if ($folder instanceof Webklex\PHPIMAP\Folder) {
1659 $Query = $folder->messages()->where($criteria);
1662 $this->error =
"Source directory ".$sourcedir.
" not found";
1663 $this->errors[] = $this->error;
1664 dol_syslog(
"EmailCollector::doCollectOneCollector ".$this->error, LOG_WARNING);
1669 $this->error =
"Failed to execute getfolders";
1670 $this->errors[] = $this->error;
1671 dol_syslog(
"EmailCollector::doCollectOneCollector ".$this->error, LOG_ERR);
1674 }
catch (InvalidWhereQueryCriteriaException $e) {
1675 $this->error = $e->getMessage();
1676 $this->errors[] = $this->error;
1677 dol_syslog(
"EmailCollector::doCollectOneCollector ".$this->error, LOG_ERR);
1680 $this->error = $e->getMessage();
1681 $this->errors[] = $this->error;
1682 dol_syslog(
"EmailCollector::doCollectOneCollector ".$this->error, LOG_ERR);
1686 '@phan-var-force Webklex\PHPIMAP\Query\Query $Query';
1689 $Query->leaveUnread();
1691 $arrayofemail = $Query->limit($this->maxemailpercollect)->setFetchOrder(
"asc")->get();
1692 dol_syslog(
"EmailCollector::doCollectOneCollector nb arrayofemail ".(is_array($arrayofemail) ? count($arrayofemail) :
'Not array'));
1694 $this->error = $e->getMessage();
1695 $this->errors[] = $this->error;
1696 dol_syslog(
"EmailCollector::doCollectOneCollector ".$this->error, LOG_ERR);
1699 } elseif ($connection !==
false) {
1701 $arrayofemail = imap_search($connection, $search, SE_UID, $charset);
1703 if ($arrayofemail ===
false) {
1705 $mapoferrrors = imap_errors();
1706 if ($mapoferrrors !==
false) {
1708 $this->error =
"Search string not understood - ".implode(
',', $mapoferrrors);
1709 $this->errors[] = $this->error;
1714 $arrayofemailtodelete = array();
1717 if (!$error && !empty($arrayofemail) && count($arrayofemail) > 0 && $connection !==
false) {
1734 dol_syslog(
"Start of loop on email", LOG_INFO, 1);
1736 $richarrayofemail = array();
1738 foreach ($arrayofemail as $imapemail) {
1739 if ($nbemailprocessed > 1000) {
1745 '@phan-var-force Webklex\PHPIMAP\Message $imapemail';
1746 $header = $imapemail->getHeader()->raw;
1747 $overview = $imapemail->getAttributes();
1749 $header = imap_fetchheader($connection, $imapemail, FT_UID);
1750 $overview = imap_fetch_overview($connection, $imapemail, FT_UID);
1753 $header = preg_replace(
'/\r\n\s+/m',
' ', $header);
1756 preg_match_all(
'/([^: ]+): (.+?(?:\r\n\s(?:.+?))*)(\r\n|\s$)/m', $header, $matches);
1757 $headers = array_combine($matches[1], $matches[2]);
1760 $richarrayofemail[] = array(
'imapemail' => $imapemail,
'header' => $header,
'headers' => $headers,
'overview' => $overview,
'date' => strtotime($headers[
'Date']));
1765 $richarrayofemail =
dol_sort_array($richarrayofemail,
'date',
'asc');
1769 foreach ($richarrayofemail as $tmpval) {
1773 $imapemail = $tmpval[
'imapemail'];
1774 $header = $tmpval[
'header'];
1775 $overview = $tmpval[
'overview'];
1776 $headers = $tmpval[
'headers'];
1778 if (!empty($headers[
'in-reply-to']) && empty($headers[
'In-Reply-To'])) {
1779 $headers[
'In-Reply-To'] = $headers[
'in-reply-to'];
1781 if (!empty($headers[
'references']) && empty($headers[
'References'])) {
1782 $headers[
'References'] = $headers[
'references'];
1784 if (!empty($headers[
'message-id']) && empty($headers[
'Message-ID'])) {
1785 $headers[
'Message-ID'] = $headers[
'message-id'];
1787 if (!empty($headers[
'subject']) && empty($headers[
'Subject'])) {
1788 $headers[
'Subject'] = $headers[
'subject'];
1794 $emailto = (string) $overview[
'to'];
1799 $operationslog .=
'<br>** Process email #'.dol_escape_htmltag((
string) $iforemailloop);
1803 '@phan-var-force Webklex\PHPIMAP\Message $imapemail';
1805 $msgid = str_replace(array(
'<',
'>'),
'', $overview[
'message_id']);
1807 $operationslog .=
" - ".dol_escape_htmltag((
string) $imapemail);
1808 $msgid = str_replace(array(
'<',
'>'),
'', $overview[0]->message_id);
1810 $operationslog .=
" - MsgId: ".$msgid;
1811 $operationslog .=
" - Date: ".($headers[
'Date'] ?? $langs->transnoentitiesnoconv(
"NotFound"));
1812 $operationslog .=
" - References: ".dol_escape_htmltag($headers[
'References'] ?? $langs->transnoentitiesnoconv(
"NotFound")).
" - Subject: ".
dol_escape_htmltag($headers[
'Subject']);
1814 dol_syslog(
"-- Process email #".$iforemailloop.
", MsgId: ".$msgid.
", Date: ".($headers[
'Date'] ??
'').
", References: ".($headers[
'References'] ??
'').
", Subject: ".$headers[
'Subject']);
1817 $trackidfoundintorecipienttype =
'';
1818 $trackidfoundintorecipientid = 0;
1823 if (preg_match(
'/\+(th[i]|ctc|use|mem|sub|proj|tas|con|tic|pro|ord|inv|spro|sor|sin|leav|stockinv|job|surv|salary)([0-9]+)@/', $emailto, $reg)) {
1824 $trackidfoundintorecipienttype = $reg[1];
1825 $trackidfoundintorecipientid = $reg[2];
1826 } elseif (preg_match(
'/\+emailing-(\w+)@/', $emailto, $reg)) {
1827 $trackidfoundintorecipienttype =
'emailing';
1828 $trackidfoundintorecipientid = $reg[1];
1831 $trackidfoundintomsgidtype =
'';
1832 $trackidfoundintomsgidid = 0;
1837 if (preg_match(
'/(?:[\+\-])(th[i]|ctc|use|mem|sub|proj|tas|con|tic|pro|ord|inv|spro|sor|sin|leav|stockinv|job|surv|salary)([0-9]+)@/', $msgid, $reg)) {
1838 $trackidfoundintomsgidtype = $reg[1];
1839 $trackidfoundintomsgidid = $reg[2];
1840 } elseif (preg_match(
'/(?:[\+\-])emailing-(\w+)@/', $msgid, $reg)) {
1841 $trackidfoundintomsgidtype =
'emailing';
1842 $trackidfoundintomsgidid = $reg[1];
1848 if ($searchfilterdoltrackid > 0) {
1849 $referencesForFilter = $headers[
'References'] ??
'';
1850 if (!empty($headers[
'References']) && !empty($headers[
'In-Reply-To'])) {
1851 $referencesForFilter .=
' ';
1853 $referencesForFilter .= ($headers[
'In-Reply-To'] ??
'');
1855 if (empty($trackidfoundintorecipienttype) && empty($trackidfoundintomsgidtype)) {
1856 if (empty($referencesForFilter) || !preg_match(
'/@'.preg_quote($host,
'/').
'/', $referencesForFilter)) {
1857 $nbemailprocessed++;
1858 dol_syslog(
" Discarded - No suffix in email recipient, and no Header 'References/In-Reply-To' found matching the signature of the application, so with a trackid coming from the application");
1864 if ($searchfilternodoltrackid > 0) {
1865 $referencesForFilter = $headers[
'References'] ??
'';
1866 if (!empty($headers[
'References']) && !empty($headers[
'In-Reply-To'])) {
1867 $referencesForFilter .=
' ';
1869 $referencesForFilter .= ($headers[
'In-Reply-To'] ??
'');
1871 if (!empty($trackidfoundintorecipienttype) || !empty($trackidfoundintomsgidtype) || (!empty($referencesForFilter) && preg_match(
'/@'.preg_quote($host,
'/').
'/', $referencesForFilter))) {
1872 $nbemailprocessed++;
1873 dol_syslog(
" Discarded - Suffix found into email recipient, or Header 'References/In-Reply-To' found and matching signature of application so with a trackid");
1878 if ($searchfilterisanswer > 0) {
1879 $referencesforanswer =
'';
1880 if (!empty($headers[
'References'])) {
1881 $referencesforanswer .= $headers[
'References'].
' ';
1883 if (!empty($headers[
'In-Reply-To'])) {
1884 $referencesforanswer .= $headers[
'In-Reply-To'];
1887 $hasdolibarrreference = 0;
1888 if (!empty($referencesforanswer)) {
1889 if (preg_match(
'/dolibarr-([a-z]+)([0-9]+)@'.preg_quote($host,
'/').
'/', $referencesforanswer)) {
1890 $hasdolibarrreference = 1;
1892 if (preg_match(
'/dolibarr-([a-z]+)([0-9]+)@'.preg_quote(
getDolGlobalString(
'EMAIL_ALTERNATIVE_HOST_SIGNATURE'),
'/').
'/', $referencesforanswer)) {
1893 $hasdolibarrreference = 1;
1899 if (preg_match(
'/^(回复|回覆|SV|Antw|VS|RE|Re|AW|Aw|ΑΠ|השב| תשובה | הועבר|Vá|R|RIF|BLS|Atb|RES|Odp|பதில்|YNT|ATB)\s*:\s+/i', $headers[
'Subject'])) {
1905 if (!empty($headers[
'In-Reply-To'])) {
1909 if ($hasdolibarrreference) {
1916 $nbemailprocessed++;
1917 dol_syslog(
" Discarded - Email is not an answer (no reply marker detected, and test on In-Reply-To not requested because not reliable, or test on In-Reply-To requested but not found)");
1921 if ($searchfilterisnotanswer > 0) {
1922 if (!empty($headers[
'In-Reply-To'])) {
1926 if (preg_match(
'/^(回复|回覆|SV|Antw|VS|RE|Re|AW|Aw|ΑΠ|השב| תשובה | הועבר|Vá|R|RIF|BLS|Atb|RES|Odp|பதில்|YNT|ATB)\s*:\s+/i', $headers[
'Subject'])) {
1932 $nbemailprocessed++;
1933 dol_syslog(
" Discarded - Email is an answer");
1938 if ($searchfilterreplyto > 0) {
1939 if (!empty($headers[
'Reply-To'])) {
1941 foreach ($rulesreplyto as $key => $rulereplyto) {
1942 if (preg_match(
'/'.preg_quote($rulereplyto,
'/').
'/', $headers[
'Reply-To'])) {
1947 if (!$isreplytook || $isreplytook != count($rulesreplyto)) {
1948 $nbemailprocessed++;
1949 dol_syslog(
" Discarded - Reply-to does not match");
1957 $thirdpartystatic =
new Societe($this->db);
1958 $contactstatic =
new Contact($this->db);
1959 $projectstatic =
new Project($this->db);
1961 $nbactiondoneforemail = 0;
1963 $errorforactions = 0;
1964 $thirdpartyfoundby =
'';
1965 $contactfoundby =
'';
1966 $projectfoundby =
'';
1967 $ticketfoundby =
'';
1968 $candidaturefoundby =
'';
1972 $dateformated =
dol_print_date($overview[
'date'],
'dayrfc',
'gmt');
1973 dol_syslog(
"msgid=".$overview[
'message_id'].
" date=".$dateformated.
" from=".$overview[
'from'].
" to=".$overview[
'to'].
" subject=".$overview[
'subject']);
1978 dol_syslog(
"msgid=".$overview[0]->message_id.
" date=".
dol_print_date($overview[0]->udate,
'dayrfc',
'gmt').
" from=".$overview[0]->from.
" to=".$overview[0]->to.
" subject=".$overview[0]->subject);
1988 global $htmlmsg, $plainmsg, $charset, $attachments;
1992 '@phan-var-force Webklex\PHPIMAP\Message $imapemail';
1995 $htmlmsg = $plainmsg =
'';
1996 $attachments = array();
1998 if ($imapemail->hasHTMLBody()) {
1999 $htmlmsg = $imapemail->getHTMLBody();
2001 if ($imapemail->hasTextBody() && $imapemail->getTextBody() !=
"\n") {
2002 $plainmsg = $imapemail->getTextBody();
2004 if ($imapemail->hasAttachments()) {
2005 $attachments = $imapemail->getAttachments()->all();
2007 $attachments = array();
2010 $getMsg = $this->
getmsg($connection, $imapemail);
2012 $this->errors = array_merge($this->errors, [$this->error]);
2016 '@phan-var-force Webklex\PHPIMAP\Attachment[] $attachments';
2026 $operationslog .=
'<br>Discarded - Email body is not valid utf8';
2027 dol_syslog(
" Discarded - Email body is not valid utf8");
2031 if (!empty($searchfilterexcludebodyarray)) {
2032 foreach ($searchfilterexcludebodyarray as $searchfilterexcludebody) {
2033 if (preg_match(
'/'.preg_quote($searchfilterexcludebody,
'/').
'/ms', $messagetext)) {
2034 $nbemailprocessed++;
2035 $operationslog .=
'<br>Discarded - Email body contains string '.$searchfilterexcludebody;
2036 dol_syslog(
" Discarded - Email body contains string ".$searchfilterexcludebody);
2078 $replytostring =
'';
2082 $replytostring = !empty($headers[
'Reply-To']) ? $this->
decodeSMTPSubject($headers[
'Reply-To']) :
'';
2089 $tmpdate = $overview[
'date']->toDate();
2090 $tmptimezone = $tmpdate->getTimezone()->getName();
2093 if (preg_match(
'/^([+\-])(\d\d):(\d\d)/', $tmptimezone, $reg)) {
2094 if ($reg[1] ==
'+' && ($reg[2] !=
'00' || $reg[3] !=
'00')) {
2095 $dateemail -= (3600 * (int) $reg[2]);
2096 $dateemail -= (60 * (int) $reg[3]);
2098 if ($reg[1] ==
'-' && ($reg[2] !=
'00' || $reg[3] !=
'00')) {
2099 $dateemail += (3600 * (int) $reg[2]);
2100 $dateemail += (60 * (int) $reg[3]);
2105 $fromstring = $overview[0]->from;
2106 $replytostring = (!empty($overview[
'in_reply-to']) ? $overview[
'in_reply-to'] : (!empty($headers[
'Reply-To']) ? $headers[
'Reply-To'] :
"")) ;
2108 $sender = !empty($overview[0]->sender) ? $overview[0]->sender :
'';
2109 $to = $overview[0]->to;
2110 $sendtocc = !empty($overview[0]->cc) ? $overview[0]->cc :
'';
2111 $sendtobcc = !empty($overview[0]->bcc) ? $overview[0]->bcc :
'';
2113 $subject = $overview[0]->subject;
2116 if (!empty($searchfilterexcludesubjectarray)) {
2117 foreach ($searchfilterexcludesubjectarray as $searchfilterexcludesubject) {
2118 if (preg_match(
'/'.preg_quote($searchfilterexcludesubject,
'/').
'/ms', $subject)) {
2119 $nbemailprocessed++;
2120 $operationslog .=
'<br>Discarded - Email subject contains string '.$searchfilterexcludesubject;
2121 dol_syslog(
" Discarded - Email subject contains string ".$searchfilterexcludesubject);
2128 if (preg_match(
'/^(.*)<(.*)>$/', $fromstring, $reg)) {
2130 $fromtext = $reg[1];
2132 $from = $fromstring;
2135 if (preg_match(
'/^(.*)<(.*)>$/', $replytostring, $reg)) {
2137 $replytotext = $reg[1];
2139 $replyto = $replytostring;
2143 $fk_element_type =
'';
2160 $objectemail =
null;
2163 $arrayofreferences = array();
2164 if (!empty($headers[
'References'])) {
2165 $arrayofreferences = preg_split(
'/(,|\s+)/', $headers[
'References']);
2167 if (!in_array(
'<'.$msgid.
'>', $arrayofreferences)) {
2168 $arrayofreferences = array_merge($arrayofreferences, array(
'<'.$msgid.
'>'));
2173 foreach ($arrayofreferences as $reference) {
2175 if (!empty($trackidfoundintorecipienttype)) {
2176 $resultsearchtrackid = -1;
2177 $reg[1] = $trackidfoundintorecipienttype;
2178 $reg[2] = $trackidfoundintorecipientid;
2179 } elseif (!empty($trackidfoundintomsgidtype)) {
2180 $resultsearchtrackid = -1;
2181 $reg[1] = $trackidfoundintomsgidtype;
2182 $reg[2] = $trackidfoundintomsgidid;
2184 $resultsearchtrackid = preg_match(
'/dolibarr-([a-z]+)([0-9]+)@'.preg_quote($host,
'/').
'/', $reference, $reg);
2185 if (empty($resultsearchtrackid) &&
getDolGlobalString(
'EMAIL_ALTERNATIVE_HOST_SIGNATURE')) {
2186 $resultsearchtrackid = preg_match(
'/dolibarr-([a-z]+)([0-9]+)@'.preg_quote(
getDolGlobalString(
'EMAIL_ALTERNATIVE_HOST_SIGNATURE'),
'/').
'/', $reference, $reg);
2190 if (!empty($resultsearchtrackid)) {
2192 $trackid = $reg[1].$reg[2];
2194 $objectid = $reg[2];
2196 if ($reg[1] ==
'thi') {
2197 $objectemail =
new Societe($this->db);
2199 if ($reg[1] ==
'ctc') {
2200 $objectemail =
new Contact($this->db);
2202 if ($reg[1] ==
'inv') {
2203 $objectemail =
new Facture($this->db);
2205 if ($reg[1] ==
'sinv') {
2208 if ($reg[1] ==
'pro') {
2209 $objectemail =
new Propal($this->db);
2211 if ($reg[1] ==
'ord') {
2212 $objectemail =
new Commande($this->db);
2214 if ($reg[1] ==
'shi') {
2217 if ($reg[1] ==
'spro') {
2220 if ($reg[1] ==
'sord') {
2223 if ($reg[1] ==
'rec') {
2224 $objectemail =
new Reception($this->db);
2226 if ($reg[1] ==
'proj') {
2227 $objectemail =
new Project($this->db);
2228 $projectfoundby =
'TrackID dolibarr-'.$trackid.
'@...';
2230 if ($reg[1] ==
'tas') {
2231 $objectemail =
new Task($this->db);
2233 if ($reg[1] ==
'con') {
2234 $objectemail =
new Contact($this->db);
2236 if ($reg[1] ==
'use') {
2237 $objectemail =
new User($this->db);
2239 if ($reg[1] ==
'tic') {
2240 $objectemail =
new Ticket($this->db);
2241 $ticketfoundby =
'TrackID dolibarr-'.$trackid.
'@...';
2243 if ($reg[1] ==
'recruitmentcandidature') {
2245 $candidaturefoundby =
'TrackID dolibarr-'.$trackid.
'@...';
2247 if ($reg[1] ==
'mem') {
2248 $objectemail =
new Adherent($this->db);
2256 } elseif (preg_match(
'/<(.*@.*)>/', $reference, $reg)) {
2259 $sql =
"SELECT rowid FROM ".MAIN_DB_PREFIX.
"ticket";
2260 $sql .=
" WHERE email_msgid = '".$this->db->escape($reg[1]).
"' OR origin_references LIKE '%".$this->db->escape($this->db->escapeforlike($reg[1])).
"%'";
2261 $resql = $this->db->query($sql);
2263 $obj = $this->db->fetch_object($resql);
2265 $objectid = $obj->rowid;
2266 $objectemail =
new Ticket($this->db);
2267 $ticketfoundby = $langs->transnoentitiesnoconv(
"EmailMsgID").
' ('.$reg[1].
')';
2274 if (!is_object($objectemail) &&
isModEnabled(
'project')) {
2275 $sql =
"SELECT rowid FROM ".MAIN_DB_PREFIX.
"projet where email_msgid = '".$this->db->escape($reg[1]).
"'";
2276 $resql = $this->db->query($sql);
2278 $obj = $this->db->fetch_object($resql);
2280 $objectid = $obj->rowid;
2281 $objectemail =
new Project($this->db);
2282 $projectfoundby = $langs->transnoentitiesnoconv(
"EmailMsgID").
' ('.$reg[1].
')';
2289 if (!is_object($objectemail) &&
isModEnabled(
'recruitment')) {
2290 $sql =
"SELECT rowid FROM ".MAIN_DB_PREFIX.
"recruitment_recruitmentcandidature where email_msgid = '".$this->db->escape($reg[1]).
"'";
2291 $resql = $this->db->query($sql);
2293 $obj = $this->db->fetch_object($resql);
2295 $objectid = $obj->rowid;
2297 $candidaturefoundby = $langs->transnoentitiesnoconv(
"EmailMsgID").
' ('.$reg[1].
')';
2306 if (is_object($objectemail)) {
2307 $result = $objectemail->fetch($objectid);
2309 $fk_element_id = $objectemail->id;
2310 $fk_element_type = $objectemail->element;
2312 if ($fk_element_type ==
'facture') {
2313 $fk_element_type =
'invoice';
2316 if (get_class($objectemail) !=
'Societe') {
2317 $thirdpartyid = $objectemail->fk_soc ?? $objectemail->socid;
2319 $thirdpartyid = $objectemail->id;
2322 if (get_class($objectemail) !=
'Contact') {
2323 $contactid = $objectemail->fk_socpeople;
2325 $contactid = $objectemail->id;
2328 if (get_class($objectemail) !=
'Project') {
2329 $projectid = isset($objectemail->fk_project) ? $objectemail->fk_project : $objectemail->fk_projet;
2331 $projectid = $objectemail->id;
2334 if ($objectemail instanceof
Ticket) {
2335 $ticketid = $objectemail->id;
2337 $changeonticket_references =
false;
2338 if (empty($trackid)) {
2339 $trackid = $objectemail->track_id;
2341 if (empty($objectemail->origin_references)) {
2342 $objectemail->origin_references = !empty($headers[
'References']) ? $headers[
'References'] :
null;
2343 $changeonticket_references =
true;
2345 foreach ($arrayofreferences as $key => $referencetmp) {
2346 if (!str_contains($objectemail->origin_references, $referencetmp)) {
2347 $objectemail->origin_references .=
" ".$referencetmp;
2348 $changeonticket_references =
true;
2352 if ($changeonticket_references) {
2353 $operationslog .=
'<br>We complete ticket ID='.$ticketid.
' with property origin_references='.$objectemail->origin_references;
2354 $objectemail->update($user, 1);
2361 if ($projectid > 0) {
2362 $result = $projectstatic->fetch($projectid);
2364 $projectstatic->id = 0;
2366 $projectid = $projectstatic->id;
2368 $projectfoundby =
'trackid ('.$trackid.
')';
2370 if (empty($contactid)) {
2371 $contactid = $projectstatic->fk_contact;
2373 if (empty($thirdpartyid)) {
2374 $thirdpartyid = $projectstatic->fk_soc;
2379 if ($contactid > 0) {
2380 $result = $contactstatic->fetch($contactid);
2382 $contactstatic->id = 0;
2384 $contactid = $contactstatic->id;
2386 $contactfoundby =
'trackid ('.$trackid.
')';
2388 if (empty($thirdpartyid)) {
2389 $thirdpartyid = $contactstatic->fk_soc;
2394 if ($thirdpartyid > 0) {
2395 $result = $thirdpartystatic->fetch($thirdpartyid);
2397 $thirdpartystatic->id = 0;
2399 $thirdpartyid = $thirdpartystatic->id;
2401 $thirdpartyfoundby =
'trackid ('.$trackid.
')';
2406 if (is_object($objectemail)) {
2411 if (empty($contactid)) {
2412 $result = $contactstatic->fetch(0,
null,
'', $from);
2415 dol_syslog(
"We found a contact with the email ".$from);
2416 $contactid = $contactstatic->id;
2417 $contactfoundby =
'email of contact ('.$from.
')';
2418 if (empty($thirdpartyid) && $contactstatic->socid > 0) {
2419 $result = $thirdpartystatic->fetch($contactstatic->socid);
2421 $thirdpartyid = $thirdpartystatic->id;
2422 $thirdpartyfoundby =
'email of contact ('.$from.
')';
2428 if (empty($thirdpartyid)) {
2429 $result = $thirdpartystatic->fetch(0,
'',
'',
'',
'',
'',
'',
'',
'',
'', $from);
2431 dol_syslog(
"We found a thirdparty with the email ".$from);
2432 $thirdpartyid = $thirdpartystatic->id;
2433 $thirdpartyfoundby =
'email ('.$from.
')';
2470 foreach ($this->actions as $operation) {
2471 $errorforthisaction = 0;
2472 $ticketalreadyexists = 0;
2473 if ($errorforactions) {
2476 if (empty($operation[
'status'])) {
2480 $operationslog .=
'<br>* Process operation '.$operation[
'type'];
2483 dol_syslog(
"Execute action ".$operation[
'type'].
" actionparam=".$operation[
'actionparam'].
' thirdpartystatic->id='.$thirdpartystatic->id.
' contactstatic->id='.$contactstatic->id.
' projectstatic->id='.$projectstatic->id);
2484 dol_syslog(
"Execute action fk_element_id=".$fk_element_id.
" fk_element_type=".$fk_element_type);
2487 $actioncode =
'EMAIL_IN';
2489 if (preg_match(
'/Sent$/', $sourcedir) || preg_match(
'/envoyés$/i', $sourcedir)) {
2490 $actioncode =
'EMAIL';
2493 $arrayofemailtoconsidersender = array_filter(array_map(
'trim', explode(
',',
getDolGlobalString(
'MAIL_FROM_EMAILS_TO_CONSIDER_SENDING'))));
2494 foreach ($arrayofemailtoconsidersender as $emailtoconsidersender) {
2495 if ($emailtoconsidersender ===
'') {
2498 if (preg_match(
'/'.preg_quote($emailtoconsidersender,
'/').
'/', $fromstring)) {
2499 $actioncode =
'EMAIL';
2502 $operationslog .=
'<br>Email will have actioncode='.$actioncode;
2504 $description = $descriptiontitle = $descriptionmeta = $descriptionfull =
'';
2506 $descriptiontitle = $langs->transnoentitiesnoconv(
"RecordCreatedByEmailCollector", $this->
ref);
2511 $descriptionmeta =
dol_concatdesc($descriptionmeta, $langs->trans(
"MailFrom").($langs->trans(
"MailFrom") !=
'From' ?
' (From)' :
'').
' : '.
dol_escape_htmltag($fromstring));
2513 $descriptionmeta =
dol_concatdesc($descriptionmeta, $langs->trans(
"Sender").($langs->trans(
"Sender") !=
'Sender' ?
' (Sender)' :
'').
' : '.
dol_escape_htmltag($sender));
2515 $descriptionmeta =
dol_concatdesc($descriptionmeta, $langs->trans(
"MailTo").($langs->trans(
"MailTo") !=
'To' ?
' (To)' :
'').
' : '.
dol_escape_htmltag($to));
2517 $descriptionmeta =
dol_concatdesc($descriptionmeta, $langs->trans(
"MailReply").($langs->trans(
"MailReply") !=
'Reply to' ?
' (Reply to)' :
'').
' : '.
dol_escape_htmltag($replyto));
2520 $descriptionmeta =
dol_concatdesc($descriptionmeta, $langs->trans(
"MailCC").($langs->trans(
"MailCC") !=
'CC' ?
' (CC)' :
'').
' : '.
dol_escape_htmltag($sendtocc));
2523 if ($operation[
'type'] ==
'ticket') {
2525 $tickettocreate =
new Ticket($this->db);
2526 $errorfetchticket = 0;
2527 $alreadycreated = 0;
2528 if (!empty($objectid) && $objectemail instanceof
Ticket) {
2529 $alreadycreated = $tickettocreate->fetch((
int) $objectid);
2531 if ($alreadycreated == 0 && $ticketid > 0) {
2532 $alreadycreated = $tickettocreate->fetch($ticketid);
2534 if ($alreadycreated == 0 && !empty($trackid)) {
2535 $alreadycreated = $tickettocreate->fetch(0,
'', $trackid);
2537 if ($alreadycreated == 0 && !empty($msgid)) {
2538 $alreadycreated = $tickettocreate->fetch(0,
'',
'', $msgid);
2540 if ($alreadycreated < 0) {
2541 $errorfetchticket++;
2543 if (empty($errorfetchticket)) {
2544 if ($alreadycreated == 0) {
2545 $operationslog .=
'<br>Ticket not found using trackid='.$trackid.
' or msgid='.$msgid;
2546 $ticketalreadyexists = 0;
2548 $operationslog .=
'<br>Ticket already found using trackid='.$trackid.
' or msgid='.$msgid.
", we replace operation 'ticket' with 'recordevent' to add a new message";
2549 $ticketalreadyexists = 1;
2550 $operation[
'type'] =
'recordevent';
2553 $ticketalreadyexists = -1;
2560 if ($operation[
'type'] ==
'loadthirdparty' || $operation[
'type'] ==
'loadandcreatethirdparty') {
2561 if ($thirdpartyid > 0) {
2563 $idtouseforthirdparty = $thirdpartyid;
2564 $operationslog .=
'<br>We already have found a related thirdparty id, so we bypass the action loadthirdparty and use idtouseforthirdparty='.$idtouseforthirdparty;
2565 } elseif (empty($operation[
'actionparam'])) {
2567 $this->error =
"Action loadthirdparty or loadandcreatethirdparty has empty parameter. Must be a rule like 'name=HEADER:^From:(.*);' or 'name=SET:xxx' or 'name=EXTRACT:(body|subject):regex where 'name' can be replaced with 'id' or 'email' to define how to set or extract data. More properties can also be set, for example client=SET:2;";
2568 $this->errors[] = $this->error;
2570 $actionparam = $operation[
'actionparam'];
2571 $idtouseforthirdparty =
'';
2572 $nametouseforthirdparty =
'';
2573 $emailtouseforthirdparty =
'';
2574 $namealiastouseforthirdparty =
'';
2576 $operationslog .=
'<br>Loop on each property to set into actionparam';
2580 foreach ($arrayvaluetouse as $propertytooverwrite => $valueforproperty) {
2584 $regforregex = array();
2586 if (preg_match(
'/^EXTRACT:([a-zA-Z0-9_]+):(.*)$/', $valueforproperty, $regforregex)) {
2587 $sourcefield = $regforregex[1];
2588 $regexstring = $regforregex[2];
2591 if (!empty($sourcefield) && !empty($regexstring)) {
2592 if (strtolower($sourcefield) ==
'body') {
2593 $sourcestring = $messagetext;
2594 } elseif (strtolower($sourcefield) ==
'subject') {
2595 $sourcestring = $subject;
2596 } elseif (strtolower($sourcefield) ==
'header') {
2597 $sourcestring = $header;
2600 if ($sourcestring) {
2601 $regforval = array();
2602 if (preg_match(
'/'.$regexstring.
'/ms', $sourcestring, $regforval)) {
2604 if ($propertytooverwrite ==
'id') {
2605 $idtouseforthirdparty = isset($regforval[count($regforval) - 1]) ? trim($regforval[count($regforval) - 1]) : null;
2607 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' Regex /'.
dol_escape_htmltag($regexstring).
'/ms into '.strtoupper($sourcefield).
' -> Found idtouseforthirdparty='.
dol_escape_htmltag($idtouseforthirdparty);
2608 } elseif ($propertytooverwrite ==
'email') {
2609 $emailtouseforthirdparty = isset($regforval[count($regforval) - 1]) ? trim($regforval[count($regforval) - 1]) : null;
2611 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' Regex /'.
dol_escape_htmltag($regexstring).
'/ms into '.strtoupper($sourcefield).
' -> Found emailtouseforthirdparty='.
dol_escape_htmltag($emailtouseforthirdparty);
2612 } elseif ($propertytooverwrite ==
'name') {
2613 $nametouseforthirdparty = isset($regforval[count($regforval) - 1]) ? trim($regforval[count($regforval) - 1]) : null;
2615 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' Regex /'.
dol_escape_htmltag($regexstring).
'/ms into '.strtoupper($sourcefield).
' -> Found nametouseforthirdparty='.
dol_escape_htmltag($nametouseforthirdparty);
2616 } elseif ($propertytooverwrite ==
'name_alias') {
2617 $namealiastouseforthirdparty = isset($regforval[count($regforval) - 1]) ? trim($regforval[count($regforval) - 1]) : null;
2619 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' Regex /'.
dol_escape_htmltag($regexstring).
'/ms into '.strtoupper($sourcefield).
' -> Found namealiastouseforthirdparty='.
dol_escape_htmltag($namealiastouseforthirdparty);
2621 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' Regex /'.
dol_escape_htmltag($regexstring).
'/ms into '.strtoupper($sourcefield).
' -> We discard this, not a field used to search an existing thirdparty';
2625 if (in_array($propertytooverwrite, array(
'id',
'email',
'name',
'name_alias'))) {
2626 $idtouseforthirdparty =
null;
2627 $nametouseforthirdparty =
null;
2628 $emailtouseforthirdparty =
null;
2629 $namealiastouseforthirdparty =
null;
2631 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' Regex /'.
dol_escape_htmltag($regexstring).
'/ms into '.strtoupper($sourcefield).
' -> Not found. Property searched is critical so we cancel the search.';
2633 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' Regex /'.
dol_escape_htmltag($regexstring).
'/ms into '.strtoupper($sourcefield).
' -> Not found';
2639 $this->error =
'The extract rule to use to load thirdparty for email '.$msgid.
' has an unknown source (must be HEADER, SUBJECT or BODY)';
2640 $this->errors[] = $this->error;
2642 $operationslog .=
'<br>'.$this->error;
2644 } elseif (preg_match(
'/^(SET|SETIFEMPTY):(.*)$/', $valueforproperty, $reg)) {
2648 if ($propertytooverwrite ==
'id') {
2649 $idtouseforthirdparty = $reg[2];
2651 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' We set property idtouseforthrdparty='.
dol_escape_htmltag($idtouseforthirdparty);
2652 } elseif ($propertytooverwrite ==
'email') {
2653 $emailtouseforthirdparty = $reg[2];
2655 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' We set property emailtouseforthrdparty='.
dol_escape_htmltag($emailtouseforthirdparty);
2656 } elseif ($propertytooverwrite ==
'name') {
2657 $nametouseforthirdparty = $reg[2];
2659 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' We set property nametouseforthirdparty='.
dol_escape_htmltag($nametouseforthirdparty);
2660 } elseif ($propertytooverwrite ==
'name_alias') {
2661 $namealiastouseforthirdparty = $reg[2];
2663 $operationslog .=
'<br>propertytooverwrite='.$propertytooverwrite.
' We set property namealiastouseforthirdparty='.
dol_escape_htmltag($namealiastouseforthirdparty);
2667 $this->error =
'Bad syntax for description of action parameters: '.$actionparam;
2668 $this->errors[] = $this->error;
2673 if (!$errorforactions && ($idtouseforthirdparty || $emailtouseforthirdparty || $nametouseforthirdparty || $namealiastouseforthirdparty)) {
2675 $operationslog .=
'<br>We have this initial main data to search thirdparty: id='.$idtouseforthirdparty.
', email='.$emailtouseforthirdparty.
', name='.$nametouseforthirdparty.
', name_alias='.$namealiastouseforthirdparty.
'.';
2678 $tmpobject->element =
'generic';
2679 $tmpobject->id = $idtouseforthirdparty;
2680 $tmpobject->name = $nametouseforthirdparty;
2681 $tmpobject->name_alias = $namealiastouseforthirdparty;
2682 $tmpobject->email = $emailtouseforthirdparty;
2686 $idtouseforthirdparty = $tmpobject->id;
2687 $nametouseforthirdparty = $tmpobject->name;
2688 $namealiastouseforthirdparty = $tmpobject->name_alias;
2689 $emailtouseforthirdparty = $tmpobject->email;
2691 $operationslog .=
'<br>We try to search existing thirdparty with idtouseforthirdparty='.$idtouseforthirdparty.
' emailtouseforthirdparty='.$emailtouseforthirdparty.
' nametouseforthirdparty='.$nametouseforthirdparty.
' namealiastouseforthirdparty='.$namealiastouseforthirdparty;
2694 $result = $thirdpartystatic->findNearest((
int) $idtouseforthirdparty, (
string) $nametouseforthirdparty,
'',
'',
'',
'',
'',
'',
'',
'', (
string) $emailtouseforthirdparty, (
string) $namealiastouseforthirdparty);
2697 if (
getDolGlobalInt(
'EMAILCOLLECTOR_USE_THIS_THIRDPARTY_ID_IF_DUPLICATE') && $result == -2) {
2698 $idtouseforthirdparty =
getDolGlobalInt(
'EMAILCOLLECTOR_USE_THIS_THIRDPARTY_ID_IF_DUPLICATE');
2700 $thirdpartystatic->fetch($idtouseforthirdparty);
2702 dol_syslog(
'Thirdparty found twice (or more) so, according to option EMAILCOLLECTOR_USE_THIS_THIRDPARTY_ID_IF_DUPLICATE, we will use the generic one with id = '.
dol_escape_htmltag((
string) $thirdpartystatic->id).
" and name ".
dol_escape_htmltag($thirdpartystatic->name));
2704 $operationslog .=
'<br>Thirdparty found twice (or more) so, according to option EMAILCOLLECTOR_USE_THIS_THIRDPARTY_ID_IF_DUPLICATE, we will use the generic one with id = '.dol_escape_htmltag((
string) $thirdpartystatic->id).
" and name ".
dol_escape_htmltag($thirdpartystatic->name);
2707 $this->error =
'Error when getting thirdparty with name '.((string) $nametouseforthirdparty).
', alternative name '.((string) $namealiastouseforthirdparty).
' and email '.$emailtouseforthirdparty.
' (may be 2 record exists with same name ?)';
2708 $this->errors[] = $this->error;
2713 if ($operation[
'type'] ==
'loadthirdparty') {
2714 dol_syslog(
"Third party with id=".$idtouseforthirdparty.
" email=".$emailtouseforthirdparty.
" name=".$nametouseforthirdparty.
" name_alias=".$namealiastouseforthirdparty.
" was not found");
2717 $resultContact = $contactstatic->findNearest(0,
'',
'',
'', (
string) $emailtouseforthirdparty,
'', 0);
2718 if ($resultContact > 0) {
2719 $contactstatic->fetch($resultContact);
2720 $idtouseforthirdparty = $contactstatic->socid;
2721 $result = $thirdpartystatic->fetch($idtouseforthirdparty);
2723 dol_syslog(
"Third party with id=".$idtouseforthirdparty.
" email=".$emailtouseforthirdparty.
" name=".$nametouseforthirdparty.
" name_alias=".$namealiastouseforthirdparty.
" was found thanks to linked contact search");
2726 $langs->load(
"errors");
2727 $this->error = $langs->trans(
'ErrorFailedToLoadThirdParty', (
string) $idtouseforthirdparty, (
string) $emailtouseforthirdparty, (
string) $nametouseforthirdparty, (
string) $namealiastouseforthirdparty);
2728 $this->errors[] = $this->error;
2732 $langs->load(
"errors");
2733 $this->error = $langs->trans(
'ErrorFailedToLoadThirdParty', (
string) $idtouseforthirdparty, (
string) $emailtouseforthirdparty, (
string) $nametouseforthirdparty, (
string) $namealiastouseforthirdparty);
2734 $this->errors[] = $this->error;
2736 } elseif ($operation[
'type'] ==
'loadandcreatethirdparty') {
2737 dol_syslog(
"Third party with id=".$idtouseforthirdparty.
" email=".$emailtouseforthirdparty.
" name=".$nametouseforthirdparty.
" name_alias=".$namealiastouseforthirdparty.
" was not found. We try to create it.");
2740 $thirdpartystatic =
new Societe($db);
2741 $thirdpartystatic->name = (string) $nametouseforthirdparty;
2742 if (!empty($namealiastouseforthirdparty)) {
2743 if ($namealiastouseforthirdparty != $nametouseforthirdparty) {
2744 $thirdpartystatic->name_alias = $namealiastouseforthirdparty;
2747 $thirdpartystatic->name_alias = (empty($replytostring) ? (empty($fromtext) ?
'' : $fromtext) : $replytostring);
2749 $thirdpartystatic->email = (empty($emailtouseforthirdparty) ? (empty($replyto) ? (empty($from) ?
'' : $from) : $replyto) : $emailtouseforthirdparty);
2752 $errorforthisaction = $this->
overwritePropertiesOfObject($thirdpartystatic, $operation[
'actionparam'], $messagetext, $subject, $header, $operationslog);
2754 if ($thirdpartystatic->client && empty($thirdpartystatic->code_client)) {
2755 $thirdpartystatic->code_client =
'auto';
2757 if ($thirdpartystatic->fournisseur && empty($thirdpartystatic->code_fournisseur)) {
2758 $thirdpartystatic->code_fournisseur =
'auto';
2761 if ($errorforthisaction) {
2764 $result = $thirdpartystatic->create($user);
2767 $this->error = $thirdpartystatic->error;
2768 $this->errors = $thirdpartystatic->errors;
2770 $operationslog .=
'<br>Thirdparty created -> id = '.dol_escape_htmltag((
string) $thirdpartystatic->id);
2774 } elseif ($result > 0) {
2775 dol_syslog(
"One and only one existing third party has been found");
2777 $thirdpartystatic->fetch($result);
2779 $operationslog .=
'<br>Thirdparty already exists with id = '.dol_escape_htmltag((
string) $thirdpartystatic->id).
" and name ".
dol_escape_htmltag($thirdpartystatic->name);
2783 } elseif ($operation[
'type'] ==
'loadandcreatecontact') {
2784 if (empty($operation[
'actionparam'])) {
2786 $this->error =
"Action loadandcreatecontact has empty parameter. Must be 'SET:xxx' or 'EXTRACT:(body|subject):regex' to define how to extract data";
2787 $this->errors[] = $this->error;
2789 $contact_static =
new Contact($this->db);
2791 $errorforthisaction = $this->
overwritePropertiesOfObject($contact_static, $operation[
'actionparam'], $messagetext, $subject, $header, $operationslog);
2792 if ($errorforthisaction) {
2795 if (!empty($contact_static->email) && $contact_static->email != $from) {
2796 $from = $contact_static->email;
2799 $from = (string) $from;
2801 $result = $contactstatic->fetch(0,
null,
'', $from);
2804 $this->error =
'Error when getting contact with email ' . $from;
2805 $this->errors[] = $this->error;
2807 } elseif ($result == 0) {
2808 dol_syslog(
"Contact with email " . $from .
" was not found. We try to create it.");
2809 $contactstatic =
new Contact($this->db);
2812 $contactstatic->email = $from;
2813 $operationslog .=
'<br>We set property email='.dol_escape_htmltag($from);
2816 $errorforthisaction = $this->
overwritePropertiesOfObject($contactstatic, $operation[
'actionparam'], $messagetext, $subject, $header, $operationslog);
2818 if ($errorforthisaction) {
2822 if (!empty($contactstatic->country)) {
2823 require_once DOL_DOCUMENT_ROOT .
'/core/lib/company.lib.php';
2824 $result =
getCountry(
'',
'3', $this->db,
null, 1, $contactstatic->country);
2825 if ($result ==
'NotDefined') {
2827 $this->error =
"Error country not found by this name '" . $contactstatic->country .
"'";
2828 } elseif (!($result > 0)) {
2830 $this->error =
"Error when search country by this name '" . $contactstatic->country .
"'";
2831 $this->errors[] = $this->db->lasterror();
2833 $contactstatic->country_id = $result;
2834 $operationslog .=
'<br>We set property country_id='.dol_escape_htmltag($result);
2836 } elseif (!empty($contactstatic->country_code)) {
2837 require_once DOL_DOCUMENT_ROOT .
'/core/lib/company.lib.php';
2838 $result =
getCountry($contactstatic->country_code,
'3', $this->db);
2839 if ($result ==
'NotDefined') {
2841 $this->error =
"Error country not found by this code '" . $contactstatic->country_code .
"'";
2842 } elseif (!($result > 0)) {
2844 $this->error =
"Error when search country by this code '" . $contactstatic->country_code .
"'";
2845 $this->errors[] = $this->db->lasterror();
2847 $contactstatic->country_id = $result;
2848 $operationslog .=
'<br>We set property country_id='.dol_escape_htmltag($result);
2852 if (!$errorforactions) {
2854 if (!empty($contactstatic->state)) {
2855 require_once DOL_DOCUMENT_ROOT .
'/core/lib/functions.lib.php';
2856 $result =
dol_getIdFromCode($this->db, $contactstatic->state,
'c_departements',
'nom',
'rowid');
2857 if (empty($result)) {
2859 $this->error =
"Error state not found by this name '" . $contactstatic->state .
"'";
2860 } elseif (!($result > 0)) {
2862 $this->error =
"Error when search state by this name '" . $contactstatic->state .
"'";
2863 $this->errors[] = $this->db->lasterror();
2865 $contactstatic->state_id = $result;
2866 $operationslog .=
'<br>We set property state_id='.dol_escape_htmltag($result);
2868 } elseif (!empty($contactstatic->state_code)) {
2869 require_once DOL_DOCUMENT_ROOT .
'/core/lib/functions.lib.php';
2870 $result =
dol_getIdFromCode($this->db, $contactstatic->state_code,
'c_departements',
'code_departement',
'rowid');
2871 if (empty($result)) {
2873 $this->error =
"Error state not found by this code '" . $contactstatic->state_code .
"'";
2874 } elseif (!($result > 0)) {
2876 $this->error =
"Error when search state by this code '" . $contactstatic->state_code .
"'";
2877 $this->errors[] = $this->db->lasterror();
2879 $contactstatic->state_id = $result;
2880 $operationslog .=
'<br>We set property state_id='.dol_escape_htmltag($result);
2885 if (!$errorforactions) {
2886 $result = $contactstatic->create($user);
2889 $this->error = $contactstatic->error;
2890 $this->errors = $contactstatic->errors;
2892 $operationslog .=
'<br>Contact created -> id = '.dol_escape_htmltag((
string) $contactstatic->id);
2899 } elseif ($operation[
'type'] ==
'recordevent') {
2903 $alreadycreated = $actioncomm->fetch(0,
'',
'', $msgid);
2904 if ($alreadycreated == 0) {
2905 $operationslog .=
'<br>We did not find existing actioncomm with msgid='.$msgid;
2907 if ($projectstatic->id > 0) {
2908 if ($projectfoundby) {
2909 $descriptionmeta =
dol_concatdesc($descriptionmeta,
'Project found from '.$projectfoundby);
2912 if ($thirdpartystatic->id > 0) {
2913 if ($thirdpartyfoundby) {
2914 $descriptionmeta =
dol_concatdesc($descriptionmeta,
'Third party found from '.$thirdpartyfoundby);
2917 if ($contactstatic->id > 0) {
2918 if ($contactfoundby) {
2919 $descriptionmeta =
dol_concatdesc($descriptionmeta,
'Contact/address found from '.$contactfoundby);
2923 $description = $descriptiontitle;
2929 $descriptionfull = $description;
2931 $descriptionfull =
dol_concatdesc($descriptionfull,
"----- Header");
2936 $actioncomm->type_code =
'AC_OTH_AUTO';
2937 $actioncomm->code =
'AC_'.$actioncode;
2938 $actioncomm->label = $langs->trans(
"ActionAC_".$actioncode).
' - '.$langs->trans(
"MailFrom").
' '.$from;
2939 $actioncomm->note_private = $descriptionfull;
2940 $actioncomm->fk_project = $projectstatic->id;
2941 $actioncomm->datep = $dateemail;
2942 $actioncomm->datef = $dateemail;
2943 $actioncomm->percentage = -1;
2944 $actioncomm->socid = $thirdpartystatic->id;
2945 $actioncomm->contact_id = $contactstatic->id;
2946 $actioncomm->socpeopleassigned = (!empty($contactstatic->id) ? array($contactstatic->id) : array());
2947 $actioncomm->authorid = $user->id;
2948 $actioncomm->userownerid = $user->id;
2950 $actioncomm->email_msgid = $msgid;
2951 $actioncomm->email_from = $fromstring;
2952 $actioncomm->email_sender = $sender;
2953 $actioncomm->email_to = $to;
2954 $actioncomm->email_tocc = $sendtocc;
2955 $actioncomm->email_tobcc = $sendtobcc;
2956 $actioncomm->email_subject = $subject;
2957 $actioncomm->errors_to =
'';
2959 if (!in_array($fk_element_type, array(
'societe',
'contact',
'project',
'user'))) {
2960 $actioncomm->fk_element = $fk_element_id;
2961 $actioncomm->elementid = $fk_element_id;
2962 $actioncomm->elementtype = $fk_element_type;
2963 if (is_object($objectemail) && $objectemail->module) {
2964 $actioncomm->elementtype .=
'@'.$objectemail->module;
2971 $errorforthisaction = $this->
overwritePropertiesOfObject($actioncomm, $operation[
'actionparam'], $messagetext, $subject, $header, $operationslog);
2973 if ($errorforthisaction) {
2976 $result = $actioncomm->create($user);
2979 $this->errors = $actioncomm->errors;
2981 if ($fk_element_type ==
"ticket" && is_object($objectemail)) {
2982 if ($objectemail->status == Ticket::STATUS_CLOSED || $objectemail->status == Ticket::STATUS_CANCELED || $objectemail->status == Ticket::STATUS_NEED_MORE_INFO || $objectemail->status == Ticket::STATUS_WAITING) {
2983 if ($objectemail->fk_user_assign !=
null) {
2984 $res = $objectemail->setStatut(Ticket::STATUS_ASSIGNED);
2986 $res = $objectemail->setStatut(Ticket::STATUS_NOT_READ);
2990 $operationslog .=
'<br>Ticket Re-Opened successfully -> ref='.$objectemail->ref;
2993 $this->error =
'Error while changing the ticket status -> ref='.$objectemail->ref;
2994 $this->errors[] = $this->error;
2997 if (!empty($attachments)) {
2999 $ticket =
new Ticket($this->db);
3000 $ticket->fetch($fk_element_id);
3001 $destdir = $conf->ticket->dir_output.
'/'.$ticket->ref;
3006 foreach ($attachments as $attachment) {
3007 $attachment->save($destdir.
'/');
3010 $this->
getmsg($connection, $imapemail, $destdir);
3015 $operationslog .=
'<br>Event created -> id='.dol_escape_htmltag((
string) $actioncomm->id);
3019 $operationslog .=
'<br>An event in actioncomm table already exists for the msgid = '.$msgid.
' so we bypass this action.';
3021 } elseif ($operation[
'type'] ==
'recordjoinpiece') {
3024 foreach ($attachments as $attachment) {
3025 if ($attachment->getName() ===
'undefined') {
3028 $data[$attachment->getName()] = $attachment->getContent();
3032 foreach ($pj as $key => $val) {
3033 $data[$val[
'filename']] =
getFileData($imapemail, (
string) $val[
'pos'], $val[
'type'], $connection);
3036 if (count($data) > 0) {
3037 $sql =
"SELECT rowid as id FROM ".MAIN_DB_PREFIX.
"user WHERE email LIKE '%".$this->db->escape($from).
"%'";
3038 $resql = $this->db->query($sql);
3039 if ($this->db->num_rows($resql) == 0) {
3040 $this->errors[] =
"User Not allowed to add documents ({$from})";
3042 $arrayobject = array(
3043 'propale' => array(
'table' =>
'propal',
3044 'fields' => array(
'ref'),
3045 'class' =>
'comm/propal/class/propal.class.php',
3046 'object' =>
'Propal'),
3047 'holiday' => array(
'table' =>
'holiday',
3048 'fields' => array(
'ref'),
3049 'class' =>
'holiday/class/holiday.class.php',
3050 'object' =>
'Holiday'),
3051 'expensereport' => array(
'table' =>
'expensereport',
3052 'fields' => array(
'ref'),
3053 'class' =>
'expensereport/class/expensereport.class.php',
3054 'object' =>
'ExpenseReport'),
3055 'recruitment/recruitmentjobposition' => array(
'table' =>
'recruitment_recruitmentjobposition',
3056 'fields' => array(
'ref'),
3057 'class' =>
'recruitment/class/recruitmentjobposition.class.php',
3058 'object' =>
'RecruitmentJobPosition'),
3059 'recruitment/recruitmentcandidature' => array(
'table' =>
'recruitment_recruitmentcandidature',
3060 'fields' => array(
'ref'),
3061 'class' =>
'recruitment/class/recruitmentcandidature.class.php',
3062 'object' =>
'RecruitmentCandidature'),
3063 'societe' => array(
'table' =>
'societe',
3064 'fields' => array(
'code_client',
'code_fournisseur'),
3065 'class' =>
'societe/class/societe.class.php',
3066 'object' =>
'Societe'),
3067 'commande' => array(
'table' =>
'commande',
3068 'fields' => array(
'ref'),
3069 'class' =>
'commande/class/commande.class.php',
3070 'object' =>
'Commande'),
3071 'expedition' => array(
'table' =>
'expedition',
3072 'fields' => array(
'ref'),
3073 'class' =>
'expedition/class/expedition.class.php',
3074 'object' =>
'Expedition'),
3075 'contract' => array(
'table' =>
'contrat',
3076 'fields' => array(
'ref'),
3077 'class' =>
'contrat/class/contrat.class.php',
3078 'object' =>
'Contrat'),
3079 'fichinter' => array(
'table' =>
'fichinter',
3080 'fields' => array(
'ref'),
3081 'class' =>
'fichinter/class/fichinter.class.php',
3082 'object' =>
'Fichinter'),
3083 'ticket' => array(
'table' =>
'ticket',
3084 'fields' => array(
'ref'),
3085 'class' =>
'ticket/class/ticket.class.php',
3086 'object' =>
'Ticket'),
3087 'knowledgemanagement' => array(
'table' =>
'knowledgemanagement_knowledgerecord',
3088 'fields' => array(
'ref'),
3089 'class' =>
'knowledgemanagement/class/knowledgemanagement.class.php',
3090 'object' =>
'KnowledgeRecord'),
3091 'supplier_proposal' => array(
'table' =>
'supplier_proposal',
3092 'fields' => array(
'ref'),
3093 'class' =>
'supplier_proposal/class/supplier_proposal.class.php',
3094 'object' =>
'SupplierProposal'),
3095 'fournisseur/commande' => array(
'table' =>
'commande_fournisseur',
3096 'fields' => array(
'ref',
'ref_supplier'),
3097 'class' =>
'fourn/class/fournisseur.commande.class.php',
3098 'object' =>
'SupplierProposal'),
3099 'facture' => array(
'table' =>
'facture',
3100 'fields' => array(
'ref'),
3101 'class' =>
'compta/facture/class/facture.class.php',
3102 'object' =>
'Facture'),
3103 'fournisseur/facture' => array(
'table' =>
'facture_fourn',
3104 'fields' => array(
'ref',
'ref_client'),
3105 'class' =>
'fourn/class/fournisseur.facture.class.php',
3106 'object' =>
'FactureFournisseur'),
3107 'produit' => array(
'table' =>
'product',
3108 'fields' => array(
'ref'),
3109 'class' =>
'product/class/product.class.php',
3110 'object' =>
'Product'),
3111 'productlot' => array(
'table' =>
'product_lot',
3112 'fields' => array(
'batch'),
3113 'class' =>
'product/stock/class/productlot.class.php',
3114 'object' =>
'Productlot'),
3115 'projet' => array(
'table' =>
'projet',
3116 'fields' => array(
'ref'),
3117 'class' =>
'projet/class/projet.class.php',
3118 'object' =>
'Project'),
3119 'projet_task' => array(
'table' =>
'projet_task',
3120 'fields' => array(
'ref'),
3121 'class' =>
'projet/class/task.class.php',
3122 'object' =>
'Task'),
3123 'ressource' => array(
'table' =>
'resource',
3124 'fields' => array(
'ref'),
3125 'class' =>
'ressource/class/dolressource.class.php',
3126 'object' =>
'Dolresource'),
3127 'bom' => array(
'table' =>
'bom_bom',
3128 'fields' => array(
'ref'),
3129 'class' =>
'bom/class/bom.class.php',
3131 'mrp' => array(
'table' =>
'mrp_mo',
3132 'fields' => array(
'ref'),
3133 'class' =>
'mrp/class/mo.class.php',
3137 if (!is_object($hookmanager)) {
3138 include_once DOL_DOCUMENT_ROOT.
'/core/class/hookmanager.class.php';
3141 $hookmanager->initHooks(array(
'emailcolector'));
3142 $parameters = array(
'arrayobject' => $arrayobject);
3143 $reshook = $hookmanager->executeHooks(
'addmoduletoeamailcollectorjoinpiece', $parameters);
3145 $arrayobject = $hookmanager->resArray;
3148 $resultobj = array();
3150 foreach ($arrayobject as $key => $objectdesc) {
3151 $sql =
'SELECT DISTINCT t.rowid ';
3152 $sql .=
' FROM ' . MAIN_DB_PREFIX . $this->db->sanitize($objectdesc[
'table']) .
' AS t';
3154 foreach ($objectdesc[
'fields'] as $field) {
3155 $sql .=
"('" .$this->db->escape($subject) .
"' LIKE CONCAT('%', t." . $this->db->sanitize($field) .
", '%') AND t." . $this->db->sanitize($field) .
" <> '') OR ";
3157 $sql = substr($sql, 0, -4);
3159 $ressqlobj = $this->db->query($sql);
3161 while ($obj = $this->db->fetch_object($ressqlobj)) {
3162 $resultobj[$key][] = $obj->rowid;
3167 foreach ($resultobj as $mod => $ids) {
3168 $moddesc = $arrayobject[$mod];
3169 $elementpath = $mod;
3171 $objectmanaged =
new $moddesc[
'object']($this->db);
3172 '@phan-var-force CommonObject $objectmanaged';
3173 foreach ($ids as $val) {
3174 $res = $objectmanaged->fetch($val);
3176 $path = ($objectmanaged->entity > 1 ?
"/" . $objectmanaged->entity :
'');
3177 $dirs[] = DOL_DATA_ROOT . $path .
"/" . $elementpath .
'/' .
dol_sanitizeFileName($objectmanaged->ref) .
'/';
3179 $this->errors[] =
'object not found';
3183 foreach ($dirs as $target) {
3184 $prefix = $this->actions[$this->id][
'actionparam'];
3185 foreach ($data as $filename => $content) {
3186 $resr =
saveAttachment($target, $prefix .
'_' . $filename, $content);
3188 $this->errors[] =
'Doc not saved';
3193 $operationslog .=
'<br>Save attachment files on disk';
3195 $this->errors[] =
'no joined piece';
3197 $operationslog .=
'<br>No joinded files';
3199 } elseif ($operation[
'type'] ==
'project') {
3201 $projecttocreate =
new Project($this->db);
3202 $alreadycreated = $projecttocreate->fetch(0,
'',
'', $msgid);
3203 if ($alreadycreated == 0) {
3204 if ($thirdpartystatic->id > 0) {
3205 $projecttocreate->socid = $thirdpartystatic->id;
3206 if ($thirdpartyfoundby) {
3207 $descriptionmeta =
dol_concatdesc($descriptionmeta,
'Third party found from '.$thirdpartyfoundby);
3210 if ($contactstatic->id > 0) {
3211 $projecttocreate->contact_id = $contactstatic->id;
3212 if ($contactfoundby) {
3213 $descriptionmeta =
dol_concatdesc($descriptionmeta,
'Contact/address found from '.$contactfoundby);
3217 $description = $descriptiontitle;
3223 $descriptionfull = $description;
3225 $descriptionfull =
dol_concatdesc($descriptionfull,
"----- Header");
3229 $id_opp_status =
dol_getIdFromCode($this->db,
'PROSP',
'c_lead_status',
'code',
'rowid');
3230 $percent_opp_status =
dol_getIdFromCode($this->db,
'PROSP',
'c_lead_status',
'code',
'percent');
3232 $projecttocreate->title = $subject;
3233 $projecttocreate->date_start = $dateemail;
3234 $projecttocreate->date_end = 0;
3235 $projecttocreate->opp_status = $id_opp_status;
3236 $projecttocreate->opp_percent = $percent_opp_status;
3238 $projecttocreate->note_private = $descriptionfull;
3239 $projecttocreate->entity = $conf->entity;
3241 $projecttocreate->email_date = $dateemail;
3242 $projecttocreate->email_msgid = $msgid;
3243 $projecttocreate->email_from = $fromstring;
3244 $projecttocreate->email_sender = $sender;
3245 $projecttocreate->email_to = $to;
3246 $projecttocreate->email_tocc = $sendtocc;
3247 $projecttocreate->email_tobcc = $sendtobcc;
3248 $projecttocreate->email_subject = $subject;
3249 $projecttocreate->errors_to =
'';
3251 $savesocid = $projecttocreate->socid;
3255 $errorforthisaction = $this->
overwritePropertiesOfObject($projecttocreate, $operation[
'actionparam'], $messagetext, $subject, $header, $operationslog);
3259 if (empty($projecttocreate->ref)) {
3268 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
3269 foreach ($dirmodels as $reldir) {
3270 $file =
dol_buildpath($reldir.
"core/modules/project/".$modele.
'.php', 0);
3271 if (file_exists($file)) {
3272 $classname = $modele;
3277 if ($classname !==
'') {
3278 if ($savesocid > 0) {
3279 if ($savesocid != $projecttocreate->socid) {
3281 setEventMessages(
'You loaded a thirdparty (id='.$savesocid.
') and you force another thirdparty id (id='.$projecttocreate->socid.
') by setting socid in operation with a different value',
null,
'errors');
3284 if ($projecttocreate->socid > 0) {
3285 $thirdpartystatic->fetch($projecttocreate->socid);
3289 $result =
dol_include_once($reldir.
"core/modules/project/".$modele.
'.php');
3290 $modModuleToUseForNextValue =
new $classname();
3291 '@phan-var-force ModeleNumRefProjects $modModuleToUseForNextValue';
3292 $defaultref = $modModuleToUseForNextValue->getNextValue(($thirdpartystatic->id > 0 ? $thirdpartystatic : null), $projecttocreate);
3294 $projecttocreate->ref = $defaultref;
3298 if ($errorforthisaction) {
3301 if (empty($projecttocreate->ref) || (is_numeric($projecttocreate->ref) && $projecttocreate->ref <= 0)) {
3303 $this->error =
'Failed to create project: Can\'t get a valid value for the field ref with numbering template = '.$modele.
', thirdparty id = '.$thirdpartystatic->id;
3305 $operationslog .=
'<br>'.$this->error;
3308 $result = $projecttocreate->create($user);
3311 $this->error =
'Failed to create project: '.$langs->trans($projecttocreate->error);
3312 $this->errors = $projecttocreate->errors;
3314 $operationslog .=
'<br>'.$this->error;
3317 $destdir = $conf->project->dir_output.
'/'.$projecttocreate->ref;
3322 foreach ($attachments as $attachment) {
3324 $typeattachment = (string) $attachment->getDisposition();
3325 $filename = $attachment->getFilename();
3326 $content = $attachment->getContent();
3330 $getMsg = $this->
getmsg($connection, $imapemail, $destdir);
3332 $this->errors = array_merge($this->errors, [$this->error]);
3337 $operationslog .=
'<br>Project created with attachments -> id='.dol_escape_htmltag((
string) $projecttocreate->id);
3339 $operationslog .=
'<br>Project created without attachments -> id='.dol_escape_htmltag((
string) $projecttocreate->id);
3347 $operationslog .=
'<br>Project already exists for msgid ='.dol_escape_htmltag($msgid);
3349 } elseif ($operation[
'type'] ==
'ticket') {
3351 $tickettocreate =
new Ticket($this->db);
3352 if ($ticketalreadyexists == 0) {
3353 if ($thirdpartystatic->id > 0) {
3354 $tickettocreate->socid = $thirdpartystatic->id;
3355 $tickettocreate->fk_soc = $thirdpartystatic->id;
3356 if ($thirdpartyfoundby) {
3357 $descriptionmeta =
dol_concatdesc($descriptionmeta,
'Third party found from '.$thirdpartyfoundby);
3360 if ($contactstatic->id > 0) {
3361 $tickettocreate->contact_id = $contactstatic->id;
3362 if ($contactfoundby) {
3363 $descriptionmeta =
dol_concatdesc($descriptionmeta,
'Contact/address found from '.$contactfoundby);
3367 $description = $descriptiontitle;
3373 $descriptionfull = $description;
3375 $descriptionfull =
dol_concatdesc($descriptionfull,
"----- Header");
3379 $tickettocreate->subject = $subject;
3380 $tickettocreate->message = $description;
3382 $tickettocreate->category_code = (
getDolGlobalString(
'MAIN_EMAILCOLLECTOR_TICKET_CATEGORY_CODE',
dol_getIdFromCode($this->db, 1,
'c_ticket_category',
'use_default',
'code', 1)));
3383 $tickettocreate->severity_code = (
getDolGlobalString(
'MAIN_EMAILCOLLECTOR_TICKET_SEVERITY_CODE',
dol_getIdFromCode($this->db, 1,
'c_ticket_severity',
'use_default',
'code', 1)));
3384 $tickettocreate->origin_email = $from;
3385 $tickettocreate->origin_replyto = (!empty($replyto) ? $replyto :
null);
3386 $tickettocreate->origin_references = (!empty($headers[
'References']) ? $headers[
'References'] :
null);
3387 $tickettocreate->fk_user_create = $user->id;
3388 $tickettocreate->datec =
dol_now();
3389 $tickettocreate->fk_project = $projectstatic->id;
3390 $tickettocreate->notify_tiers_at_create =
getDolGlobalInt(
'TICKET_CHECK_NOTIFY_THIRDPARTY_AT_CREATION');
3391 $tickettocreate->note_private = $descriptionfull;
3392 $tickettocreate->entity = $conf->entity;
3394 $tickettocreate->email_date = $dateemail;
3395 $tickettocreate->email_msgid = $msgid;
3396 $tickettocreate->email_from = $fromstring;
3397 $tickettocreate->email_sender = $sender;
3398 $tickettocreate->email_to = $to;
3399 $tickettocreate->email_tocc = $sendtocc;
3400 $tickettocreate->email_tobcc = $sendtobcc;
3401 $tickettocreate->email_subject = $subject;
3402 $tickettocreate->errors_to =
'';
3406 $savesocid = $tickettocreate->socid;
3410 $errorforthisaction = $this->
overwritePropertiesOfObject($tickettocreate, $operation[
'actionparam'], $messagetext, $subject, $header, $operationslog);
3412 $modele =
'UNDEFINED';
3414 if (empty($tickettocreate->ref)) {
3423 $dirmodels = array_merge(array(
'/'), (array) $conf->modules_parts[
'models']);
3424 foreach ($dirmodels as $reldir) {
3425 $file =
dol_buildpath($reldir.
"core/modules/ticket/".$modele.
'.php', 0);
3426 if (file_exists($file)) {
3427 $classname = $modele;
3432 if ($classname !==
'') {
3433 if ($savesocid > 0) {
3434 if ($savesocid != $tickettocreate->socid) {
3436 setEventMessages(
'You loaded a thirdparty (id='.$savesocid.
') and you force another thirdparty id (id='.$tickettocreate->socid.
') by setting socid in operation with a different value',
null,
'errors');
3439 if ($tickettocreate->socid > 0) {
3440 $thirdpartystatic->fetch($tickettocreate->socid);
3445 $modModuleToUseForNextValue =
new $classname();
3446 '@phan-var-force ModeleNumRefTicket $modModuleToUseForNextValue';
3447 $defaultref = $modModuleToUseForNextValue->getNextValue(($thirdpartystatic->id > 0 ? $thirdpartystatic : null), $tickettocreate);
3449 $tickettocreate->ref = $defaultref;
3452 if ($errorforthisaction) {
3455 if (is_numeric($tickettocreate->ref) && $tickettocreate->ref <= 0) {
3457 $this->error =
'Failed to create ticket: Can\'t get a valid value for the field ref with numbering template = '.$modele.
', thirdparty id = '.$thirdpartystatic->id;
3460 $tickettocreate->context[
'actionmsg2'] = $langs->trans(
"ActionAC_EMAIL_IN").
' - '.$langs->trans(
"TICKET_CREATEInDolibarr");
3461 $tickettocreate->context[
'actionmsg'] = $langs->trans(
"ActionAC_EMAIL_IN").
' - '.$langs->trans(
"TICKET_CREATEInDolibarr");
3465 $sender_contact =
new Contact($this->db);
3466 $sender_contact->fetch(0,
null,
'', $from);
3467 if (!empty($sender_contact->id)) {
3468 $tickettocreate->context[
'contact_id'] = $sender_contact->id;
3471 $result = $tickettocreate->create($user);
3474 $this->error =
'Failed to create ticket: '.$langs->trans($tickettocreate->error);
3475 $this->errors = $tickettocreate->errors;
3478 $destdir = $conf->ticket->dir_output.
'/'.$tickettocreate->ref;
3483 foreach ($attachments as $attachment) {
3485 $typeattachment = (string) $attachment->getDisposition();
3486 $filename = $attachment->getName();
3487 $content = $attachment->getContent();
3491 $getMsg = $this->
getmsg($connection, $imapemail, $destdir);
3493 $this->errors = array_merge($this->errors, [$this->error]);
3498 $operationslog .=
'<br>Ticket created with attachments -> id='.dol_escape_htmltag((
string) $tickettocreate->id);
3500 $operationslog .=
'<br>Ticket created without attachments -> id='.dol_escape_htmltag((
string) $tickettocreate->id);
3509 $operationslog .=
'<br>Ticket already exists, so we bypass action "ticket"';
3511 } elseif ($operation[
'type'] ==
'candidature') {
3515 $alreadycreated = $candidaturetocreate->fetch(0,
'', $msgid);
3516 if ($alreadycreated == 0) {
3517 $description = $descriptiontitle;
3523 $descriptionfull = $description;
3524 $descriptionfull =
dol_concatdesc($descriptionfull,
"----- Header");
3527 $candidaturetocreate->subject = $subject;
3528 $candidaturetocreate->message = $description;
3529 $candidaturetocreate->type_code = 0;
3530 $candidaturetocreate->category_code =
null;
3531 $candidaturetocreate->severity_code =
null;
3532 $candidaturetocreate->email = $from;
3534 $candidaturetocreate->fk_user_creat = $user->id;
3535 $candidaturetocreate->date_creation =
dol_now();
3536 $candidaturetocreate->fk_project = $projectstatic->id;
3537 $candidaturetocreate->description = $description;
3538 $candidaturetocreate->note_private = $descriptionfull;
3539 $candidaturetocreate->entity = $conf->entity;
3540 $candidaturetocreate->email_msgid = $msgid;
3541 $candidaturetocreate->email_date = $dateemail;
3542 $candidaturetocreate->status = $candidaturetocreate::STATUS_DRAFT;
3547 $errorforthisaction = $this->
overwritePropertiesOfObject($candidaturetocreate, $operation[
'actionparam'], $messagetext, $subject, $header, $operationslog);
3590 if ($errorforthisaction) {
3594 $result = $candidaturetocreate->create($user);
3597 $this->error =
'Failed to create candidature: '.implode(
', ', $candidaturetocreate->errors);
3598 $this->errors = $candidaturetocreate->errors;
3601 $operationslog .=
'<br>Candidature created without attachments -> id='.dol_escape_htmltag((
string) $candidaturetocreate->id);
3604 } elseif (substr($operation[
'type'], 0, 4) ==
'hook') {
3607 if (!is_object($hookmanager)) {
3608 include_once DOL_DOCUMENT_ROOT.
'/core/class/hookmanager.class.php';
3611 $hookmanager->initHooks([
'emailcolector']);
3613 $parameters = array(
3614 'connection' => $connection,
3615 'imapemail' => $imapemail,
3616 'overview' => $overview,
3619 'fromtext' => $fromtext,
3621 'actionparam' => $operation[
'actionparam'],
3623 'thirdpartyid' => $thirdpartyid,
3624 'objectid' => $objectid,
3625 'objectemail' => $objectemail,
3627 'messagetext' => $messagetext,
3628 'subject' => $subject,
3629 'header' => $header,
3630 'attachments' => $attachments,
3632 $reshook = $hookmanager->executeHooks(
'doCollectImapOneCollector', $parameters, $this, $operation[
'type']);
3635 $errorforthisaction++;
3636 $this->error = $hookmanager->resPrint;
3638 if ($errorforthisaction) {
3640 $operationslog .=
'<br>Hook doCollectImapOneCollector executed with error';
3642 $operationslog .=
'<br>Hook doCollectImapOneCollector executed without error';
3646 if (!$errorforactions) {
3647 $nbactiondoneforemail++;
3653 if (!$errorforactions) {
3654 if (!empty($targetdir)) {
3657 dol_syslog(
"EmailCollector::doCollectOneCollector move message ".($imapemail->getHeader()->get(
'subject')).
" to ".$targetdir, LOG_DEBUG);
3658 $operationslog .=
'<br>Move mail '.($this->uidAsString($imapemail)).
' - '.$msgid.
' - '.$imapemail->getHeader()->get(
'subject').
' to '.$targetdir;
3660 $arrayofemailtodelete[$this->
uidAsString($imapemail)] = $imapemail;
3663 dol_syslog(
"EmailCollector::doCollectOneCollector move message ".($this->
uidAsString($imapemail)).
" to ".$connectstringtarget, LOG_DEBUG);
3664 $operationslog .=
'<br>Move mail '.($this->uidAsString($imapemail)).
' - '.$msgid;
3666 $arrayofemailtodelete[$imapemail] = $msgid;
3671 dol_syslog(
"EmailCollector::doCollectOneCollector message ".($this->
uidAsString($imapemail)).
" '".($imapemail->getHeader()->get(
'subject')).
"' using this->host=".$this->host.
", this->access_type=".$this->acces_type.
" was set to read", LOG_DEBUG);
3673 dol_syslog(
"EmailCollector::doCollectOneCollector message ".($this->
uidAsString($imapemail)).
" to ".$connectstringtarget.
" was set to read", LOG_DEBUG);
3681 unset($objectemail);
3682 unset($projectstatic);
3683 unset($thirdpartystatic);
3684 unset($contactstatic);
3686 $nbemailprocessed++;
3688 if (!$errorforemail) {
3689 $nbactiondone += $nbactiondoneforemail;
3693 $this->db->commit();
3695 $this->db->rollback();
3699 if ($this->maxemailpercollect > 0 && $nbemailok >= $this->maxemailpercollect) {
3700 dol_syslog(
"EmailCollect::doCollectOneCollector We reach maximum of ".$nbemailok.
" collected with success, so we stop this collector now.");
3701 $datelastok = strtotime($headers[
'Date']);
3707 $this->db->rollback();
3709 }
catch (Throwable $e) {
3713 $this->db->rollback();
3714 }
catch (Throwable $eInner) {
3715 dol_syslog(
"EmailCollector loop catch rollback failed: ".$eInner->getMessage(), LOG_ERR);
3717 dol_syslog(
"EmailCollector loop caught exception on one email, skipping: ".$e->getMessage(), LOG_WARNING);
3718 $operationslog .=
'<br>** Exception while processing email #'.dol_escape_htmltag((
string) $iforemailloop).
' - '.
dol_escape_htmltag($e->getMessage()).
' (skipped)';
3722 $output = $langs->trans(
'XEmailsDoneYActionsDone', $nbemailprocessed, $nbemailok, $nbactiondone);
3724 dol_syslog(
"End of loop on emails", LOG_INFO, -1);
3726 $langs->load(
"admin");
3727 $output = $langs->trans(
'NoNewEmailToProcess');
3728 $output .=
' (defaultlang='.$langs->defaultlang.
')';
3734 krsort($arrayofemailtodelete, SORT_NUMERIC);
3736 foreach ($arrayofemailtodelete as $imapemailnum => $imapemail) {
3737 dol_syslog(
"EmailCollect::doCollectOneCollector delete email ".$imapemailnum);
3739 $operationslog .=
"<br> move email ".$imapemailnum.($mode > 0 ?
' (test)' :
'');
3741 if (empty($mode) && empty($error)) {
3742 $tmptargetdir = $targetdir;
3749 $result = $imapemail->move($tmptargetdir,
false);
3752 $operationslog .=
'<br>Exception !!!! '.$e->getMessage();
3754 if (empty($result)) {
3755 dol_syslog(
"Failed to move email into target directory ".$targetdir);
3756 $operationslog .=
'<br>Failed to move email into target directory '.$targetdir;
3762 if (empty($mode) && empty($error)) {
3764 $operationslog .=
"<br>Expunge";
3769 $client->disconnect();
3771 foreach ($arrayofemailtodelete as $imapemail => $msgid) {
3772 dol_syslog(
"EmailCollect::doCollectOneCollector delete email ".$imapemail.
" ".$msgid);
3774 $operationslog .=
"<br> delete email ".$imapemail.
" ".$msgid.($mode > 0 ?
' (test)' :
'');
3776 if (empty($mode) && empty($error)) {
3777 $res = imap_mail_move($connection, $imapemail, $targetdir, CP_UID);
3780 $this->error = imap_last_error();
3781 $this->errors[] = $this->error;
3783 $operationslog .=
'<br>Error in move '.$this->error;
3790 if (empty($mode) && empty($error)) {
3792 $operationslog .=
"<br>Expunge";
3794 imap_expunge($connection);
3796 imap_close($connection);
3799 $this->datelastresult = $now;
3800 $this->lastresult = $output;
3802 $this->debuginfo .=
'IMAP search array used : '.$search;
3804 $this->debuginfo .=
'IMAP search string used : '.$search;
3807 $this->debuginfo .=
'<br>Then search string into email header : '.dol_escape_htmltag($searchhead);
3809 if ($operationslog) {
3810 $this->debuginfo .= $operationslog;
3813 if (empty($error) && empty($mode)) {
3814 $this->datelastok = $datelastok;
3817 if (!empty($this->errors)) {
3818 $this->lastresult .=
"<br>".implode(
"<br>", $this->errors);
3820 $this->codelastresult = ($error ?
'KO' :
'OK');
3826 dol_syslog(
"EmailCollector::doCollectOneCollector end error=".$error, LOG_INFO);
3828 return $error ? -1 : 1;
3843 private function getmsg($mbox, $mid, $destdir =
''): int
3847 global $charset, $htmlmsg, $plainmsg, $attachments;
3848 $htmlmsg = $plainmsg = $charset =
'';
3849 $attachments = array();
3856 $s = imap_fetchstructure($mbox, $mid, FT_UID);
3858 $this->errors = array_merge($this->errors, [imap_last_error()]);
3862 if (empty($s->parts)) {
3864 $this->
getpart($mbox, $mid, $s,
'0');
3867 foreach ($s->parts as $partno0 => $p) {
3868 $this->
getpart($mbox, $mid, $p, (
string) ($partno0 + 1), $destdir);
3901 private function getpart($mbox, $mid, $p, $partno, $destdir =
'')
3904 global $htmlmsg, $plainmsg, $charset, $attachments;
3908 imap_fetchbody($mbox, $mid, $partno, FT_UID) :
3909 imap_body($mbox, $mid, FT_UID);
3911 if ($p->encoding == 4) {
3912 $data = quoted_printable_decode($data);
3913 } elseif ($p->encoding == 3) {
3914 $data = base64_decode($data);
3920 if ($p->parameters) {
3921 foreach ($p->parameters as $x) {
3922 $params[strtolower($x->attribute)] = $x->value;
3925 if (!empty($p->dparameters)) {
3926 foreach ($p->dparameters as $x) {
3927 $params[strtolower($x->attribute)] = $x->value;
3930 '@phan-var-force array{filename?:string,name?:string,charset?:string} $params';
3935 if (!empty($params[
'filename']) || !empty($params[
'name'])) {
3937 $filename = $params[
'filename'] ?? $params[
'name'];
3939 $attachments[$filename] = $data;
3941 if (strlen($destdir)) {
3942 if (substr($destdir, -1) !=
'/') {
3947 $file_name_complete = $filename;
3948 $destination = $destdir.$file_name_complete;
3951 $extension = pathinfo($file_name_complete, PATHINFO_EXTENSION);
3954 $file_name = pathinfo($file_name_complete, PATHINFO_FILENAME);
3957 $file_name_original = $file_name;
3966 while (file_exists($destdir.$file_name.
".".$extension)) {
3967 $file_name = $file_name_original .
' (' . $num .
')';
3968 $file_name_complete = $file_name .
"." . $extension;
3969 $destination = $destdir.$file_name_complete;
3975 file_put_contents($destination, $data);
3981 if ($p->type == 0 && $data) {
3982 if (!empty($params[
'charset'])) {
3987 if (strtolower($p->subtype) ==
'plain') {
3988 $plainmsg .= trim($data).
"\n\n";
3990 $htmlmsg .= $data.
"<br><br>";
3992 $charset = $params[
'charset'];
3993 } elseif ($p->type == 2 && $data) {
3999 if (!empty($params[
'charset'])) {
4002 $plainmsg .= $data.
"\n\n";
4006 if (!empty($p->parts)) {
4007 foreach ($p->parts as $partno0 => $p2) {
4008 $this->
getpart($mbox, $mid, $p2, $partno.
'.'.($partno0 + 1), $destdir);
4024 if (!$string || $fromEncoding == $toEncoding) {
4027 $convertedString = function_exists(
'iconv') ? @iconv($fromEncoding, $toEncoding.
'//IGNORE', $string) :
null;
4028 if (!$convertedString && extension_loaded(
'mbstring')) {
4029 $convertedString = @mb_convert_encoding($string, $toEncoding, $fromEncoding);
4031 if (!$convertedString) {
4032 throw new Exception(
'Mime string encoding conversion failed');
4034 return $convertedString;
4053 if (function_exists(
'imap_mime_header_decode') && function_exists(
'iconv_mime_decode')) {
4054 $elements = imap_mime_header_decode($subject);
4056 if (!empty($elements)) {
4057 $num = count($elements);
4058 for ($i = 0; $i < $num; $i++) {
4059 $stringinutf8 = (in_array(strtoupper($elements[$i]->charset), array(
'DEFAULT',
'UTF-8')) ? $elements[$i]->text : iconv_mime_decode($elements[$i]->text, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, $elements[$i]->charset));
4060 $newstring .= $stringinutf8;
4062 $subject = $newstring;
4064 } elseif (!function_exists(
'mb_decode_mimeheader')) {
4065 $subject = mb_decode_mimeheader($subject);
4066 } elseif (function_exists(
'iconv_mime_decode')) {
4067 $subject = iconv_mime_decode($subject, ICONV_MIME_DECODE_CONTINUE_ON_ERROR,
'UTF-8');
4083 require_once DOL_DOCUMENT_ROOT .
'/core/lib/images.lib.php';
4086 $maxwidthsmall = $tmparraysize[
'maxwidthsmall'];
4087 $maxheightsmall = $tmparraysize[
'maxheightsmall'];
4088 $maxwidthmini = $tmparraysize[
'maxwidthmini'];
4089 $maxheightmini = $tmparraysize[
'maxheightmini'];
4090 $quality = $tmparraysize[
'quality'];
4092 file_put_contents($destdir.
'/'.$filename, $content);
4097 vignette($destdir.
'/'.$filename, $maxwidthsmall, $maxheightsmall,
'_small', $quality,
"thumbs");
4099 vignette($destdir.
'/'.$filename, $maxwidthmini, $maxheightmini,
'_mini', $quality,
"thumbs");
4113 if (is_object($imapemail)) {
4114 return $imapemail->getAttributes()[
"uid"];
4116 return (
string) $imapemail;