summaryrefslogtreecommitdiff
path: root/roundcubemail/program/lib/Mail
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-25 00:01:45 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-25 00:01:45 +0000
commit80030847a6f3f1c373172d35de83653eaf44ae96 (patch)
tree030ddc0f02ba4555bf086b2cad4ac267c6903200 /roundcubemail/program/lib/Mail
parenta6f62dec557a0f26aa123f0e8b2bb74b35eacabe (diff)
added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/lib/Mail')
-rw-r--r--roundcubemail/program/lib/Mail/mime.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/lib/Mail/mime.php b/roundcubemail/program/lib/Mail/mime.php
index 688c326a5..975ca48ce 100644
--- a/roundcubemail/program/lib/Mail/mime.php
+++ b/roundcubemail/program/lib/Mail/mime.php
@@ -1068,7 +1068,6 @@ class Mail_mime
//Concat the double quotes and encoded string together
$hdr_value = $quotePrefix . $hdr_value . $quoteSuffix;
-
$hdr_value_out = $hdr_value;
$realMax = $maxLength1stLine + strlen($prefix . $suffix);
if (strlen($hdr_value_out) >= $realMax) {