summaryrefslogtreecommitdiff
path: root/roundcubemail/program/lib/Mail/mimePart.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-25 12:43:21 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-02-25 12:43:21 +0000
commit5984e4bf24c12a45380f8adfe94ae44e66d31ae4 (patch)
treed3d62d80c845d6832f336bb49dabdd170455346d /roundcubemail/program/lib/Mail/mimePart.php
parentd45d58239cceb25f0176162744772e6a47216785 (diff)
- Fix encoding of Return-Receipt-To and Disposition-Notification-To headers (1486515)
git-svn-id: https://svn.roundcube.net/trunk@3290 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Mail/mimePart.php')
-rw-r--r--roundcubemail/program/lib/Mail/mimePart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/Mail/mimePart.php b/roundcubemail/program/lib/Mail/mimePart.php
index ce37deb99..7863028c8 100644
--- a/roundcubemail/program/lib/Mail/mimePart.php
+++ b/roundcubemail/program/lib/Mail/mimePart.php
@@ -436,7 +436,7 @@ class Mail_mimePart
* otherwise you will not be able to add further subparts.
* @access public
*/
- function &addSubPart($body, $params)
+ function &addSubpart($body, $params)
{
$this->_subparts[] = new Mail_mimePart($body, $params);
return $this->_subparts[count($this->_subparts) - 1];