Home
last modified time | relevance | path

Searched refs:partid (Results 1 – 1 of 1) sorted by path

/dokuwiki/inc/
H A DMailer.class.php28 protected $partid = '';
49 $this->partid = substr(md5(uniqid(random_int(0, mt_getrandmax()), true)), 0, 8) . '@' . $server;
466 $cid = 'part' . $part . '.' . $this->partid;
25 protected $partid = ''; global() variable in Mailer