Hello guys, i do use the TMail2000 for getting eMails in batch mode into a large database-application. It works so far quite nice. But I often get eMails with...
... 1) This code above destroys the MyMsg.AttachList . At least, you'd better try this. tmp_stream.CopyFrom(MyMsg.AttachList.Items[j].Decoded); 2) ... I don't...
Hello, I work with Tmail 2000 for a long time. But there is a bug (i guess) when I try to retrieve a HTML e-mail. E try to get this e- mail with de TMail200...
Thx a lot, i'll try soon. I will try to create a new MSG-Object that I put into my array of mails instead of the org MSG-Object with exchanged BMPs. But first...
Bjorn, I could spare a little time with you improving this component. Well, maybe. Little background would be suitable here: I'm working on a very simple email...
Hi maybe it is just me and I missed something , but for some reason pop.RetrieveMessage(i) hangs the program. Even the demo program does not retrieve anything....
Hi, I'd assume it's not some sort of "remote stuff" problem, if receiving the headers work I think it's the message parsing that might hang up your system. you...
Hello ! people is it possible to change the subject of one message in the server, without download this? And is it possible change de body without receive the...
procedure DataLinePChar(const Data: PChar; const TotalLength: Integer; var LinePos, LineLen: Integer; var Line: PChar; var DataEnd: Boolean); assembler; begin ...
Hello! I have the same problem. I use TMail2000 1.10.3 with some bugfixes applied. When i try to retrieve a message, the application stops reacting for...
Hello! Please help me. I try to connect to a mail server for sending out messages, but there is something wrong because of authentication( i use TMail2000...
The problem is for ex. here: mcMsg.LoadFromFile('xxx.eml'); The application stops reacting for commands and after some time i see an error - "Out of memory"......
I have written a program to delete spam, which involves downloading the mail (without delete) with mail2000, scanning the mail for known data, and if the data...
Hi, I looked through the code and found no provision for multi-line SMTP server responses. If such response comes in two pieces it generates two "EndOfData"...
I tried Mail2000 on Delphi5/Win98 : OK! Then, I tried on Delphi7/XP, on the same network with the same inputs. Using this configuration I don't try to send...
... are you using TMailRecipients.SetAll ? I've seen this error message once. Check the result from TMailRecipients.GetAllNames and GetAllAddresses. Your...
Hi, in it's current implementation TMail2000 does not support SSL. That applies to both the SMTP and the POP3 component. And, since the component doesn't seem...
Hello, P> Anybody knows how can i work SMTP, but with SSL too. P> I didn´t find nothing in Tmail2000 documentation. Maybe you will try Synapse? -- With...
Hello! Does anybody use the tmail2000 component in a thread/s? I want to use the component in a LanSMTPServer and i have to sent up to 10 Mails at the some...
Hi, if you create the TPOP3 and TSMTP components within the thread and set all properties there, it should be no problem to let TMail2000 run in a threaded ...
Olá pessoal, Alguém sabe como fazer para que a imagem seja colada junto ao html do e-mail? Para o office 2000 funciona direito usando o CID mas para o...
Hi Everybody, I'm using TMail2000 in my application but in the message header I'd like to set "Return-path" value to another address. Using SetLabelValue...
Hi, When I download the utf-8 encoded message, save it in the .eml file, and open this .eml file with Internet Explorer, or Outlook, everything seems fine, and...