Home
last modified time | relevance | path

Searched refs:cid (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A DMailer.class.php466 $cid = 'part' . $part . '.' . $this->partid;
470 $this->html = str_replace('%%' . $media['embed'] . '%%', 'cid:' . $cid, $this->html);
474 $mime .= $this->wrappedHeaderLine('Content-Type', $media['mime'] . '; id="' . $cid . '"');
476 $mime .= $this->wrappedHeaderLine('Content-ID', "<$cid>");