POP3邮件正文显示不正常 ( 积分: 100 )

  • 主题发起人 主题发起人 j541588
  • 开始时间 开始时间
J

j541588

Unregistered / Unconfirmed
GUEST, unregistred user!
各位大侠:

我用POP3组件做了个收发邮件的系统,但是邮件正文显示不正常.以下是正文内容为
"骗你的 其实我爱你" 的显示内容,请问怎么处理啊.

骗你的 其实我爱你
<DIV>&amp;nbsp;</DIV>
<DIV>&amp;nbsp;</DIV>
<DIV>&amp;nbsp;</DIV>
<DIV>骗你的 其实我爱你</DIV><br><!-- footer --><br><hr>
<a style=&quot;font-size:14px;line-height:15px; color:#000; text-decoration:none&quot; href=&quot;http://event.mail.163.com/chanel/xyq.htm?from=163_NO1&quot; target=&quot;_blank&quot;><span style=&quot;text-decoration:underline; color:blue&quot;>150 万 人 同 时 在 玩 的 网 游,你 不 试 试 吗 ? </span> </a>


这是收取正文的代码
if mailmessage.MessageParts.Items is TIDText then
begin
retext.Lines.AddStrings(tidtext(mailmessage.MessageParts.Items).Body);
end;
还有个问题就是当我的主题中既有英文还有中文时,中文部分为什么解码出来的仍然是乱码啊?
 
后退
顶部