Thanks Ghost_3k! I am a chinese, I using the Delphi only 1 month, I am a VC programer for the mail2000 is simple to use, so I learning the delphi and using it!...
I noticed that there is a problem in getting the filename for some messages. An attachment such as image1.jpg was being translated to image1.jpg__image1.jpg....
I want to using the TMail2000 to receive my mails sequentially,but when I receive one mail using such code it works ok, but receive over one mail it cannot...
wrote wq_moon <wq_moon@...>: use this method !!! POP2000.MailMessage :=msg; for i := 0 to POP2000.SessionMessageCount do begin POP2000.RetrieveHeader(i);...
Sorry , My English is very horrible. I need decoding with Mail2000 the following mail : Received: from hal-4.inet.it ([80.80.80.80]) by www.Company.it (Merak...
Hi, For some reason, all double-quotes are duplicated. I don't know if this is common, but the component will not handle this. Regards, ... ===== Marcello...
I was playing with the demo program and i am wondering how to make some of this code go in sync. In the demo, when you download a message you have to hit the...
Hi Mr Jeff, After loading a message, you have to call FindParts to fill the fields (To, From, Subject, etc) of the MailMessage2000 object. Normalize is not...
Thanks for the response, now i am clear on that. I had forgotten to ask another question, but after searching the archives i found the answer on how to get...
I'd like to propose the addition of a hook to handle spam scanning that uses a list of regular expressions to scan the headers and content of messages. Also,...
Hi Mr David, As you can see, I am experiencing spam myself (into this group). I have another project, "Supermask" (http://groups.yahoo.com/group/supermask) ...
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...