Hi Marcello Love your work. You may have already found & fixed these but in version 1.10.3 TMailMessage2000.Destroy; Should "inherited Destroy" be at bottom,...
hi marcello i appriciate Tmail2000. we use it to access existing outlook express mailboxes. but i discovered a problem: 7bit encoded email are decoded. that ...
Hi Mr Leo, You're likely using a older version of this component. I figured out what you are saying and already fixed this, try visiting the component website...
hi marcello ... at first: thanks for your response! ... that's right, but i tried an newer version (V 1.10.1 beta) and i found the same problem: the 7bit...
Hi Mr, Please debug the program and watch the value of FBody.Size before executing the indicated line. If it's zero, there is some problem retrieving the...
Hi, All I found some bug, and fix it. 1.Buffer too small ====================================== about line 3474: original: GetMem(Buffer, 132); ...
Primer
primexyz@...
Oct 29, 2002 3:36 pm
524
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...