FREE DELPHI COMPONENT With Full source code. Starting from TurboPower Orpheus 4.06, you will find a new Delphi component every day, with full source code. Let...
How do you disconnect from a server..? Having connected and logged in properly and got the current number of messages off the server I want to disconnect so I...
Hi Mr Hooper, Try TPOP2000.Quit method (this actually disconnects). If the disconnect fails (returns false), try TPOP2000.Abort. See included demo application...
Hi Mr, Mail2000 supports SMTP authentication since 1.10.2 release. See demo application to learn how to work with it. Regards, ... ===== Marcello Tavares ...
Hi! I really appreciate the code of TMail2000 and it almost solves my problem. I'm writing a program to list, show, save the messages insede the Outlook...
Hi Mr Daniel, It's nice that you are going to use my components, I received your portuguese message as well. Mail2000 do exactly what you need, you can open an...
Thanks very much, the Tmail2000 works fine, the parsing problem solved! (msg: http://groups.yahoo.com/group/tmail2000/message/553) Now I'm puting one...
Hi Mr Daniel, I think we can't help, this discussion group is about mailing only. Regards, ... ===== Marcello Tavares mycelo@... ICQ 5831833 Sorocaba/SP...
... There is an example in the demo: if POP.Quit then begin lStatus.Caption := 'Disconnected'; end else begin POP.Abort; lStatus.Caption := 'Failed on quit'; ...
Hi I have recently started using the TMail2000 component in Delphi 6. After some head-aches with earlier versions (downloaded from the Torry Delphi web site) I...
I'm not sure it's relevant, but I've often seen errors like this when there's a DNS lookup problem. It also could be trying to find a mailbox in the default...
Hi Mr Dominic, This sounds strange, since Mail2000 sends its mails pretty much like Outlook do. Are you sure your Outlook client is using POP3/SMTP services? ...
Marcello Thanks for your reply. The SMTP server is an internal machine. It is currently running NT Server 4 SP4 with Small Business Server and Exchange 5.5. It...
Hi all ! i want to download emails from my mailserver with the attachments, so my question ist, how i can save these attachments from the email i have download...
Mr Dominic, ... First, you have to make sure this is your mail relay to outside your company. Is this the same server you use for Outlook? ... "Unknown...
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: ...