'forceinline' => false,
'full' => true,
'info' => false,
- 'inline' => true
+ 'inline' => false
);
/**
)
);
}
-
- /**
- * Return the rendered inline version of the Horde_Mime_Part object.
- *
- * @return array See Horde_Mime_Viewer_Driver::render().
- */
- protected function _renderInline()
- {
- return array(
- $this->_mimepart->getMimeId() => array(
- 'data' => String::convertCharset($this->_mimepart->getContents(), $this->_mimepart->getCharset()),
- 'status' => array(),
- 'type' => 'text/plain; charset=' . NLS::getCharset()
- )
- );
- }
}