diff options
Diffstat (limited to 'program/include')
-rw-r--r-- | program/include/rcube_mail_mime.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/program/include/rcube_mail_mime.php b/program/include/rcube_mail_mime.php index 3a578d643..2176e6452 100644 --- a/program/include/rcube_mail_mime.php +++ b/program/include/rcube_mail_mime.php @@ -95,22 +95,6 @@ class rcube_mail_mime extends Mail_mime /** - * Creates a new mimePart object, using multipart/mixed as - * the initial content-type and returns it during the - * build process. - * - * @return object The multipart/mixed mimePart object - * @access private - */ - function &_addMixedPart() - { - $params['content_type'] = $this->_headers['Content-Type'] ? $this->_headers['Content-Type'] : 'multipart/mixed'; - $ret = new Mail_mimePart('', $params); - return $ret; - } - - - /** * Encodes a header as per RFC2047 * * @param array $input The header data to encode |