52 if ($maxLineLength > 76 || $maxLineLength <= 0)
57 $thisLineLength = $maxLineLength - $firstLineOffset;
59 $this->_charStream->flushContents();
60 $this->_charStream->importByteStream($os);
69 if (isset($this->_filter))
72 while ($this->_filter->shouldBuffer($bytes))
80 foreach ($moreBytes as $b)
86 $bytes = $this->_filter->filter($bytes);
90 if ($currentLine && $lineLen+$size >= $thisLineLength)
95 $thisLineLength = $maxLineLength;
101 if (strlen($currentLine))
114 return 'quoted-printable';