51 if (!is_null($charset))
65 public function setBody($body, $contentType = null, $charset = null)
67 parent::setBody($body, $contentType);
93 if ($charset !== $this->_userCharset)
97 $this->_userCharset = $charset;
98 parent::charsetChanged($charset);
120 $this->_userFormat = $format;
144 $this->_userDelSp = $delsp;
175 parent::_fixHeaders();
193 $this->_nestingLevel = $level;