Search the web
Sign In
New User? Sign Up
tmail2000
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Bugs in TMailMessage2000.   Message List  
Reply | Forward Message #771 of 798 |
Re: [tmail2000] Bugs in TMailMessage2000.


"Zhentao Song" z.song@... schrieb am 07.09.05 15:24:14:
2. A Mail has Plaintext Body, and contains a THML File as Attachment. I have
Problem with such Mail, if I put this Mail in TMailMessage2000,
then the contents of the Attachment is put in the Property TextHTML, and show in
the HTML Body, there is not Attachment in TMailMessage2000.

Mail2000's current implementation
treats the first text/html part found in the message as TextHTML.

And this is your expectation:
If Message.ContentType = 'text/html' treat the first text/html part as
TextHTML.
If Message.ContentType = 'multipart/alternative' treat the first text/html
part in the children of the message part.


##WARNING ### I have never tested this code .#####

if (FTextHTMLPart = nil) and (Info = _T_H) then
begin

if Part.Decode and (Part.Decoded.Size 0) then
begin
if (Part = Self) or ((Part.Parent=Self) and (Self.GetAttachInfo =
_M_A)) then begin ---Something like this !

FTextHTMLPart := Part;

GetMem(Buffer, Part.FDecoded.Size+1);
StrLCopy(Buffer, Part.FDecoded.Memory, Part.FDecoded.Size);
Buffer[Part.FDecoded.Size] := #0;
FTextHTML.SetText(Buffer);
FreeMem(Buffer);

end;

Result := True;
end;
end;






Wed Sep 14, 2005 2:20 am

okd_okd2000
Offline Offline
Send Email Send Email

Forward
Message #771 of 798 |
Expand Messages Author Sort by Date

Hi, who can fix the first bug? or ideal There are Bugs in TMailMessage2000. Version 1.10.1 1. I use POP3 to get a Mail from Mail Server and put it in...
Zhentao Song
z.song@...
Send Email
Sep 8, 2005
11:23 am

Hello, Zhentao. who can fix the first bug? or ideal There are Bugs in TMailMessage2000. Version 1.10.1 if that mail contains an Attachment, and the Attachment...
Kunikazu Okada
okd_okd2000
Offline Send Email
Sep 9, 2005
4:12 am

Hi, my Bugfix for the second Bug below dosn't work korrectly. with my Code I have problem, if the Email has HTML body. some one has idea? Thanks Zhentao ...
Zhentao Song
z.song@...
Send Email
Sep 13, 2005
11:08 am

"Zhentao Song" z.song@... schrieb am 07.09.05 15:24:14: 2. A Mail has Plaintext Body, and contains a THML File as Attachment. I have Problem with such Mail,...
Kunikazu Okada
okd_okd2000
Offline Send Email
Sep 14, 2005
2:20 am

Hi Okada, ... Ok, See my Attachment for your test. This email in Attachment is send from Outlook to Exchange Server. I use POP3 to get the email from Exchange...
Zhentao Song
z.song@...
Send Email
Sep 13, 2005
11:09 am

Hello, Ok, See my Attachment for your test. This email in Attachment is send from Outlook to Exchange Server. Well, I think that Exchange Server is responsible...
Kunikazu Okada
okd_okd2000
Offline Send Email
Sep 14, 2005
1:55 am

Hi Okada, thanks for your help. with your Source Code below.(Part.Parent : Part doesn't have Parent ) if (Part = Self) or ((Part.Parent=Self) and...
Zhentao Song
z.song@...
Send Email
Sep 15, 2005
6:45 pm

Hi Okada, you can try save the Attachment in a File, and then load this File in MailMessage2000. You see the Attachment ist a correct MIME Format Mail Message....
Zhentao Song
z.song@...
Send Email
Sep 15, 2005
6:56 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help