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@...
Sep 13, 2005 11:09 am
770
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...
"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,...
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@...
Sep 15, 2005 6:45 pm
773
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@...
Sep 15, 2005 6:56 pm
774
how to seand a mail to all local server users by pop3 and smtp ?...
hi im useing mail2000 but when i trying to add text/plain the demo ask me to rebuild the body would you explan to me what the ( text/plain ) like and why no...
I'm sure these TMAIL components are good, but I'm surprised at the lack of documentation/demo's for them. Then demo supplied is not very well documented and is...
... First off, these components have not been easy for me to use either and I have years of Delphi and decades of coding experience. With that said though...
function DecodeLine7Bit(Texto: String): String; .... case Encoding of 'B': begin GetMem(Buffer, Length(Texto)); Size := DecodeLineBASE64(Texto, Buffer); if...
Hello, I have put together a simple program that logs into a mail server using POP3, grabs emails, and parses them for keywords. I'm having some difficulty...
Hello, I am using the LoadFromFile and LoadFromStream procedures with TMail2000. My application stores messages as text files and then uses TMail2000 to decode...
Regarding the speed of download from the pop3, depended on a number of reasons 1 - long Physical distance between you and the pop 2 - Internet speed...
problem is that before sending AUTH LOGIN to server the EHLO command is ent. it is the same as HELO but HELO returns only one line message e.g. "250 Welcome...
HI, I have similar problem. i have typed attachments, and while using txt attachment everything goes fine. When i start attaching pdf files i get error in...
When I received a email with a PDF attachment, I only get a aprt of the PDF file as a result of Msg.attachlist[X].Decoded.SaveToFile ('filename'); Is this a...
Hi, I'm not so expert in mail protocols, I wuold like to know if with this component it's possible to dend mail from gmail server. In the help pahe help i read...