projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
309cd00
)
Hardcode charset (Bug #9285).
author
Jan Schneider
<jan@horde.org>
Thu, 21 Oct 2010 11:45:08 +0000
(13:45 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 21 Oct 2010 11:45:08 +0000
(13:45 +0200)
ingo/lib/Script/Imap.php
patch
|
blob
|
history
diff --git
a/ingo/lib/Script/Imap.php
b/ingo/lib/Script/Imap.php
index
01a652e
..
5933f92
100644
(file)
--- a/
ingo/lib/Script/Imap.php
+++ b/
ingo/lib/Script/Imap.php
@@
-167,7
+167,7
@@
class Ingo_Script_Imap extends Ingo_Script
}
foreach ($msgs as $k => $v) {
- $from_addr = Horde_Mime_Address::bareAddress(Horde_Mime_Address::addrArray2String($v['envelope']['from'], array('charset' =>
$this->_params['charset']
)));
+ $from_addr = Horde_Mime_Address::bareAddress(Horde_Mime_Address::addrArray2String($v['envelope']['from'], array('charset' =>
'UTF-8'
)));
$found = false;
foreach ($addr as $val) {
if (strtolower($from_addr) == strtolower($val)) {