Hi, I'm using your component in an app and I want it to show the smtp server responses in a log window. How do I do this (since the receivedata event is not...
msg.RemoveTextPlain; msg.RemoveTextHTML; if radiobutton2.checked then begin msg.SetTextHTML(temp.Lines.Text); else msg.SetTextplain(temp.Lines.text); ...
Hello all, here Barry speaking. The onProgress event of the POP component is giving me some trouble. Sometimes (not always...) the component does not trigger...
Hi Mr Matinus, The OnProgress event was never accurate neither reliable. I got into some trouble when I tryied to fix it, but I decided to leave it on the...
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...