- Fix address parsing for situation when encoded words are used inside quoted string (#1484961)

release-0.6
alecpl 14 years ago
parent 01bdfd327c
commit 7bdd3e22b5

@ -4495,7 +4495,7 @@ class rcube_imap
$name = substr($name, 1, -1); $name = substr($name, 1, -1);
$name = stripslashes($name); $name = stripslashes($name);
} }
else if ($decode) { if ($decode) {
$name = $this->decode_header($name); $name = $this->decode_header($name);
} }
} }

Loading…
Cancel
Save