I'm tryng to get the entire content-type line from the message header but i can't find someting ready useful. I have seen GetLabelParamValue and GetLabelValue...
Hi Mr Cassonetti, How are things going in Italy? I think you choose the right component. As the header is unwrapped, you can search TMailMessage2000.Header ...
`Hello ! I want to use the mail2000 for the Customer Service Applikation in my Company. But i need threads for sending Mails. My question is now. Is mail2000...
Hi Mr Peters, You must create all objects inside the thread (e.g. the variables hosting POP, SMTP and MailMessage objects must belong to the thread), and all...
It raisen an exception when I run the demo Application. I set the pop3 host and port, then set the user name and the password, now I click the connect button,...
Hi, "OK 0 0" means the connection was fine, but there is zero messages in mailbox, so there's no messages to retrieve! Regards, ... ===== Marcello Tavares ...
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...