Hello, I just ran into to same problem of an extra space in the header date. While debugging I found another bug in the MailDate2DelphiDate procedure. // if...
Off thread but I need some help I've reached a point in my project where I need to be able to edit html for the messages. In my current app I use WPTools, but...
Hi, Did you look at http://textcontrol.com/ TX Text Control? It is not cheap, but may be it is what you need. I'm not sure if it supports spellcheck Regards, ...
Melle Thanks for the suggestion, and yes I've looked at it. There are two reasons why I've decided against it. Firstly its not a vcl control and I want to...
If you're using the demo for mail2000 there's a place to add username and password. I use Mail2000 in an app I built and its simply a matter of setting the...
Technically in order to be able to make tmail2000 an activex control it needs to be descended from TWincontrol or registered with the RegisterActiveX function...
... reasons why I've decided against it. ... Secondly (and probably more importantly) is the price. To get something which will cope with lists and css is...
Melle I'm currently using WPTools, but its html support isn't good. If you know of good html -> rtf and rtf -> html converters please let me know. I've...
hello: taking a look at download page on yahoo, I'm wondering what is current recommended version. Is beta series stable? I'm using delphi 5/6. Thanks. JMcKay...
Hi Mr McKay, Currently there's no officially stable version. However, version 1.10.2 is working pretty good. Please check out the messages archive to learn the...
Could anybody show me how to disable socket exceptions when using tmail? I get some ugly ones when for example host is not found and would like to make them...
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...