projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67bba00
)
Use the configured charset for the recipient address encoding.
author
Jan Schneider
<jan@horde.org>
Sun, 6 Sep 2009 16:40:29 +0000
(18:40 +0200)
committer
Jan Schneider
<jan@horde.org>
Sun, 6 Sep 2009 16:40:29 +0000
(18:40 +0200)
framework/Mime/lib/Horde/Mime/Part.php
patch
|
blob
|
history
diff --git
a/framework/Mime/lib/Horde/Mime/Part.php
b/framework/Mime/lib/Horde/Mime/Part.php
index
b7d8766
..
8215baf
100644
(file)
--- a/
framework/Mime/lib/Horde/Mime/Part.php
+++ b/
framework/Mime/lib/Horde/Mime/Part.php
@@
-1420,7
+1420,7
@@
class Horde_Mime_Part
}
}
- $result = $mailer->send(Horde_Mime::encodeAddress($email), $headers->toArray(array('charset' => $this->getCharset())), $msg);
+ $result = $mailer->send(Horde_Mime::encodeAddress($email
, $this->getCharset()
), $headers->toArray(array('charset' => $this->getCharset())), $msg);
$this->_basepart = $old_basepart;