Hi, I'm not so expert in mail protocols, I wuold like to know if with this component it's possible to dend mail from gmail server. In the help pahe help i read...
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'm using Mail2000 1.10.3 for my small newsletter software. Since four days I can't send mails using "1und1" with smtp auth. Only if I step in the code...
Hello, I am using the LoadFromFile and LoadFromStream procedures with TMail2000. My application stores messages as text files and then uses TMail2000 to decode...
Hello, I have put together a simple program that logs into a mail server using POP3, grabs emails, and parses them for keywords. I'm having some difficulty...
function DecodeLine7Bit(Texto: String): String; .... case Encoding of 'B': begin GetMem(Buffer, Length(Texto)); Size := DecodeLineBASE64(Texto, Buffer); if...
I just ran MemCheck on my application and found that there was a memory leak in Mail2000 (amongst others). The fix is to insert Buffer.Free after line 1211...
I'm sure these TMAIL components are good, but I'm surprised at the lack of documentation/demo's for them. Then demo supplied is not very well documented and is...
hi im useing mail2000 but when i trying to add text/plain the demo ask me to rebuild the body would you explan to me what the ( text/plain ) like and why no...
Hi, who can fix the first bug? or ideal There are Bugs in TMailMessage2000. Version 1.10.1 1. I use POP3 to get a Mail from Mail Server and put it in...
Hi i have a question about paradox database in delphi for foreign language data. i have a database which have farsi language data.now i can sort it in arabic...
Hello! I would like to know how to send an email using TMail2000 component with SMTP authorization. I use demo program and I would like to know how to create...
hi, I am glad to get MailMessage2000, and I use it develop my email system.I very like this object. but now I have some trouble.I found In the source Code the...
ver. 1.10.3 mail2000 do not work with MS ExchangeServer as SMTP server TSMTP2000 is connected but TMailMessage2000 dont send message in demo app. is the same...
Where's the source for the Demo that works with the latest version? I have source for an older version of the library, but some interfaces have changed...
Peoples, I am usasando version 10.0.3 of the TMail. When it is making the sending the processing of my machine goes the 100%. Somebody knows as decides this or...