#1484031 closed Feature Patches (fixed)
From header over multiple lines parses incorrectly
| Reported by: | oliverl | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Interface | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When a From header is split over multiple lines, for example:
From: "Some Name" <sender@example.com>
This is parsed incorrectly, leading to some wildy incorrect HTML code in the folder list and when viewing the message. For example:
<td class="from" width="90%"><a href="mailto:"Some Name"<br />
sender@example.com" onclick="return rcmail.command('compose','"Some Name"<br />
sender@example.com',this)" class="rcmContactAddress" title=""Some Name"<br />
sender@example.com">Some Name"<br /><br />
sender@example.com</a> <a href="#add" onclick="return rcmail.command('add-contact','Some+Name%22%0Asender%40example.com+%3C%22Some+Name%22%0Asender%40example.com%3E',this)" title="Add to address book"><img src="skins/default/images/icons/plus.gif" alt="add" border="0" /></a></td>
</tr>
This patch fixes this by removing linebreaks in _parse_address_list():
Index: program/include/rcube_imap.inc
===================================================================
--- program/include/rcube_imap.inc (revision 347)
+++ program/include/rcube_imap.inc (working copy)
@@ -2382,6 +2382,7 @@
foreach ($a as $key => $val)
{
+ $val = str_replace("\n", "", $val);
$val = str_replace("\"<", "\" <", $val);
$sub_a = $this->_explode_quoted_string(' ', $this->decode_header($val));
$result[$key]['name'] = '';
Change History (3)
comment:1 Changed 7 years ago by thomasb
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 6 years ago by shanda
搜索排名
google左侧排名
google左侧排名
网站建设
网站制作
程序开发
平面设计
电子杂志制作
google排名
google优化
google左侧优化
google左侧排名
google排名
google优化
google左侧优化
网站推广
网络推广
google推广
Google排名优化
Google联系方式
注册公司
公司注册
上海注册公司
上海公司注册
注册上海公司
注册公司
公司注册
北京注册公司
北京公司注册
注册北京公司
北京注册公司
北京公司注册
注册北京公司
翻译公司
招聘兼职翻译
叉车
条码设备
托盘
物流软件
搬家公司
机票
冰淇淋
冰淇淋专卖店
冰淇淋加盟
冰淇淋设备
喷码机
牛仔
牛仔服
牛仔裤
龙虾养殖
水产养殖
特种养殖
龙虾
网络视频服务器
视频监控
网络视频监控
网络摄像机
远程视频监控
网络视频服务器
视频服务器
网络摄像机
视频监控
网络视频监控
远程视频监控
翻译公司
招聘兼职翻译
显微镜
英语培训
快递
手机美容
comment:3 Changed 6 years ago by oneracks
货架 货架 货架 货架 货架 货架 货架 货架 货架 货架 货架 货架 托盘 托盘 托盘 托盘 托盘 托盘 塑料托盘 塑料托盘 塑料托盘 塑料托盘 塑料托盘 塑料托盘 塑料托盘 塑料托盘 塑料托盘 塑料托盘 仓储笼 仓储笼 仓储笼 仓储笼 仓储笼 仓储笼 仓储笼 登高车 登高车 登高车 登高车 登高车 钢托盘 钢托盘 钢托盘 钢托盘 钢托盘 料箱 料箱 料箱 料箱 料箱 减速机 减速机 减速机 减速机 流水线 流水线 流水线 防雷器 obo防雷器 dehn防雷器 上海律师 上海律师 上海律师 上海翻译 上海翻译公司 上海翻译 上海翻译公司 深圳机票 杭州机票 成都打折机票 成都国际机票 北京机票 成都机票 成都特价机票 广州机票 成都机票 成都特价机票 成都打折机票 成都国际机票 深圳机票 杭州机票 广州机票 注册香港公司 注册香港公司 注册香港公司 注册香港公司 注册香港公司 香港公司注册 香港公司注册 香港公司 香港公司 香港公司 注册美国公司 注册美国公司 美国公司注册 美国公司注册 美国公司 美国公司 注册英国公司 注册英国公司 英国公司注册 英国公司注册 英国公司 英国公司

Added in [d04d2022]