Marcelo, Vc conseguio resolver o problema? Eu tenho o mesmo problema, estou querendo evitar o uso do outlook para enviar as mensagens pois minha aplicacao para...
Hi !! I want to download emails from my mailserver with the attachments. I have to take this attatchments (images) from email and save it to my hard disk, but...
AttachmentsHola rosa, mira si estas trabajando con delphi 6.0, seria mejor utilizar los componentes de Indy o FastNet... proporcionan mas información acerca...
Hi Rosa, I could explain everything just here, but I think you can figure everything out if you look carefully at the demo source code (included with the...
Hi, I'm using D7 and version 1.10.3 Beta. I'm not able to let the demo send an eMail because I receive a Sytanx Error. I've done successfully it only once but...
Hi Mr Darkson, Despite some minor bugs, this version is capable of doing all operations under Delphi 7. The "Sintax Error" you mentioned is most likely a...
Hi It's happens something strange: when I debug the following code line-by-line, everithings works fine, when running an error happens when trying to connect. ...
Hi Mr Darkson, If the program runs only step-by-step, must be some synchronizing issue, since when being debugged the program runs a lot more slow than when...
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,...