Hello all. I try to send a message and the provider reports: error-message: 501 Invalid base64 data I have never seen this error before the last year and i...
Hi, I have loaded an EML with bmp images into the Mail2000 Demo. I add an extra button and a TImage. I try to load the decoded images into a memory stream and...
Hi Aithai, I think you must type the following line before saving the file: Msg.AttachList[lbFiles.ItemIndex].Decode; This will initialize the "Decoded"...
Hi Marcello, I still get access violation when I try to load(Click the button). Now I have only two lines. The images are available in the lbFiles.Listbox: ...
Dear Marcello and guests. I have seen several suggestions for bugfixes and other restaurations of the component the last year. I remember some memoryleaks,...
I reply to my own message, to add some extra info to be more specific. If i use SMTP authentication (2 of my providers now require this), the SMTP server does...
I'm a novice programmer, so be gentle if my questions are obvious... I'm building a simple mail viewer. I'm using it to view messages that have been...
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...