Lines Matching defs:boundary
27 protected $boundary = '';
38 * Initializes the boundary strings, part counters and token replacements
50 $this->boundary = '__________' . md5(uniqid(random_int(0, mt_getrandmax()), true));
473 $mime .= '--' . $this->boundary . MAILHEADER_EOL;
528 ' boundary="' . $this->boundary . 'XX"';
529 $body .= '--' . $this->boundary . 'XX' . MAILHEADER_EOL;
534 $body .= '--' . $this->boundary . 'XX' . MAILHEADER_EOL;
536 ' boundary="' . $this->boundary . '";' . MAILHEADER_EOL .
541 $body .= '--' . $this->boundary . MAILHEADER_EOL;
548 $body .= '--' . $this->boundary . '--' . MAILHEADER_EOL;
550 // close open multipart/alternative boundary
552 $body .= '--' . $this->boundary . 'XX--' . MAILHEADER_EOL;