When using the demo of TMail2000, version 1.10.1, at Delphi 7, after typing all the informations at the Message part, and after connecting the SMTP with no...
when the thread run over,it occurs 'access violation ......' here is my code: type TMythread=class(TThread) Private msg:TMailMessage2000; pop:TPop2000; ...
Thanks,Marcello.With your code,I have solved my problem.I create the TPOP2000 object in the 'execute procedure' instead of the constructor,then everything is...
Hi, I'm a new in Tmail2000 and eml format itself. I have some components to display HTML contest of email, but how I can display embedded images there. HTML...
When I do a FindParts, is there a routine for determining what parts were found? I am building a custom mail viewer. In one section I would like to be able...
Hi Mr Tony, You will have to check the AttachList collection, TextPlain and TextHTML strings. Regards, ... ===== Marcello Tavares mycelo@... ICQ 5831833 ...
I'm in the process of developing an Outlook Express replacement (later to be built into a couple of apps) and I want to duplicate the effect in OE of clicking...
Hiyas, To do that you need to change the params of the form while it is being created. The following code would do the trick ... procedure CreateParams(var...
Hiyas, Love mail2000 btw, hard to find good programmed material nowadays o well. hmmm It caught my attention that Mail2000 processes every email ( nearly ) ...
My wife and I are looking for a well hung male to join us. I love to watch my wife get nailed by another man while I watch and masturbate to her getting...
Can I retrieve attachment filename with ReceiveHeader ? I do not want to read whole message to learn the filename of attachement. Is it possible ? Thank you in...
Hi Mr Sisman, No, it's not likely that you can read the filename without dealing with the whole message, because the attachment headers are scattered through ...
Do you call Quit after all Delete's? I think POP servers do not delete the messages until a QUIT is called. jack ... you understand, and can help me with my...
I doesn't understand what do you want to tell me. Sincelly Patrick from Germany. ... From: Marcello To: tmail2000@yahoogroups.com Sent: Monday, September 08,...
I think you need to do this { tell POP server that you want to delete these } for I := 1 to N do begin Form1.Pop20001.DeleteMessage(I); end; { tell POP server...
That's right. :) Many thanks to all of you. Can you tell me where i can see what version number the component has and how i can received the newest version? ...
SchlichtHello at all, I've an question, can you tell me how i can scan the message-lines for a word? i don't know, in what a property the message self is...
Hi, Is it possible to retrive or see the body of messagem on the server? Without retrive this message? It ´s very slowly to download the message to see. And...
Hi Mr Yalle, Sorry, but no, you can't have the message without downloading it. The data must be delivered to the client anyway. But you can download only the...
Hi, Is there any way to save the messagens that had been recived? Like that, i get the messages. 12 messagens, and if i retrived the messages agnst i ´ll get...
Hi Mr Cunha, You have to rely on UIDL. It's an unique identifier for each message for a given POP server. While you download the messages, you can save its...
Hello all, I found a bug in the tmail2000-1.10.3 distribution. The TMailRecipients.SetAll method adds an extra comma at the end of the CommaText, which causes...