Hi your delphi-component Mail2000 v1.10.3 has a problem with the date-field. when a date has more then one space between the data-fields, the product is a nice...
Marcello, are you still developing and supporting you Mail2000 component? What is the current status of it? []'s Roger ... Marcello, você ainda está...
Hi Mr Roger, Nowadays, I am very busy to continue improvements of Mail2000. All suggestions are being considered and will be implemented as soon as possible....
Roy ... Isn't that a function of Windows MAPI? So if you set the app up to be the default mail handler, Norton processes it and sends it along the way I think....
Neal Nice to meet you here as well. You might be right since both Eudora & OE have MAPI capabilities whereas mine doesn't. I've come up with an answer though...
Hi, Marcello Tavares: The attached .EML has one attchment (a XML file) in Outlook Express. But after Load this EML message and use `FindParts' operation,...
Kuan-Ta Chen
kuan@...
Aug 5, 2002 6:11 am
495
Hi all I encountered this whilst looking for something else and I like it so much I want to share it. Roy...
I just downloaded the compnents to test, they look great but the demo program always gives me a malformed address error no matter what I do. I am entering the...
Mr Chris, Are you adding the destination address to the list or just typing it on the field? Are you saving the fields to the header? Please observe the header...
Does anybody know how many e-mail addresses is it possible to include in the Bcc List at once? I tried to include 50 but it is not working. [ ]s Eng. Alvaro...
It depends on what you mean by "but it is not working". Is Mail2000 refusing to send the mail, does the program crash, or is your ISP returning the mail. I...
That fixed it, great! Thanks Andreas. I can now send mail, now to try sending HTML email with embedded images... are there more examples anywhere out there? ...
Dear Sirs, I have to include a comma after the string because the property CommaText (at least until Delphi 5) parse something like "a,b," as having two itens,...
I'm afraid it has to do with that bloody ISP! That comes to another question: how can I detect when the ISP timed out? Further, where can I get a list of all...
Mr Alvaro, Almost all SMTP servers are likely to refuse large receipt lists. This is not a timeout, your ISP has a fixed limit for the maximum number of...
Hi, I'm new to this group. I found your component really interesting! Congratulations! I'm working on some SMTP authentication issues and I'd like to try some...
Magdalena Servente
mservente@...
Aug 26, 2002 3:21 pm
506
Hi Magdalena, Sorry, I have no idea, but this list is very populated and maybe someone be able to help you properly. Thanks for the commendations! Regards, ......
Hello, I'am use the version 1.10.3 to read my outlook-folder. Until now the mail.pas work fine, but now I received the message above. Is there a contex with an...
Hi Mr Stahmer, I'm not really sure, but this error message usualy happens when your SMTP server is refusing your requested relay. Neither the sender and the...
Hi Mr. Tavares, the message comes until the connection to the server. I use the same host and password entrys as in outlook. I have two profiles on my account....
Hi, can you please give some more information about your setup.... Required information is: 1) you're trying to open a simple POP3 session with your...
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,...