J
j541588
Unregistered / Unconfirmed
GUEST, unregistred user!
各位大侠:
我用POP3组件做了个收发邮件的系统,但是邮件正文显示不正常.以下是正文内容为
"骗你的 其实我爱你" 的显示内容,请问怎么处理啊.
骗你的 其实我爱你
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>骗你的 其实我爱你</DIV><br><!-- footer --><br><hr>
<a style="font-size:14px;line-height:15px; color:#000; text-decoration:none" href="http://event.mail.163.com/chanel/xyq.htm?from=163_NO1" target="_blank"><span style="text-decoration:underline; color:blue">150 万 人 同 时 在 玩 的 网 游,你 不 试 试 吗 ? </span> </a>
这是收取正文的代码
if mailmessage.MessageParts.Items is TIDText then
begin
retext.Lines.AddStrings(tidtext(mailmessage.MessageParts.Items).Body);
end;
还有个问题就是当我的主题中既有英文还有中文时,中文部分为什么解码出来的仍然是乱码啊?
我用POP3组件做了个收发邮件的系统,但是邮件正文显示不正常.以下是正文内容为
"骗你的 其实我爱你" 的显示内容,请问怎么处理啊.
骗你的 其实我爱你
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>骗你的 其实我爱你</DIV><br><!-- footer --><br><hr>
<a style="font-size:14px;line-height:15px; color:#000; text-decoration:none" href="http://event.mail.163.com/chanel/xyq.htm?from=163_NO1" target="_blank"><span style="text-decoration:underline; color:blue">150 万 人 同 时 在 玩 的 网 游,你 不 试 试 吗 ? </span> </a>
这是收取正文的代码
if mailmessage.MessageParts.Items is TIDText then
begin
retext.Lines.AddStrings(tidtext(mailmessage.MessageParts.Items).Body);
end;
还有个问题就是当我的主题中既有英文还有中文时,中文部分为什么解码出来的仍然是乱码啊?