diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-20 09:26:47 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-01-20 09:26:47 +0000 |
| commit | 62a38226156ed73f05ba886c07553525a252a149 (patch) | |
| tree | 6ac99013d52f83def7dd007c338cf709c61a92a1 /roundcubemail/program/include | |
| parent | 2c3bc3954ea48eedb59de2683135adcffd4676a8 (diff) | |
- Fix incompatybility with suhosin.executor.disable_emodifier (#1486321)
- Update Mail_Mime package
git-svn-id: https://svn.roundcube.net/trunk@3215 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
| -rw-r--r-- | roundcubemail/program/include/rcube_mail_mime.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/roundcubemail/program/include/rcube_mail_mime.php b/roundcubemail/program/include/rcube_mail_mime.php index 3a578d643..2176e6452 100644 --- a/roundcubemail/program/include/rcube_mail_mime.php +++ b/roundcubemail/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 |
