Hi there friend. first thanks for these components, I am using them a lot. However, I may have found a bug but I do not really understand it and maybe my...
Peter Baars
peter.baars@...
Apr 2, 2001 9:11 am
21
Thanks a lot Peter, your bugfix is implemented and the fixed version is being uploaded to the component homepage. Regards, ... <HR> <!DOCTYPE HTML PUBLIC...
Marcello
mycelo@...
Apr 3, 2001 10:41 am
22
Your component is very good! I have fond a bug under NT I have create this simple loop: procedure TForm1.bConnectClick(Sender: TObject); begin POP :=...
Giancarlo Albanese
g.albanese@...
Apr 13, 2001 10:07 am
23
Hi Mr Albanese, This sounds strange, I didn´t make any tests on NT, but I use this component as a mail redirector, in a machine Win98 currently up for about 7...
Marcello
mycelo@...
Apr 14, 2001 2:00 pm
24
Hi, I'm using it in programming a "newsreader" for convertion of MIME etc to normal text-plain. Now I use that: (in fact, it's longer with other stuff) <g> ......
useHamster@...
Apr 15, 2001 10:16 am
25
Hi, Sorry, this component *has* memory leaks and it wasn't tested on Win2K at all. But as I said in another thread, I really use it as a server, processing...
Marcello
mycelo@...
Apr 16, 2001 10:25 am
26
Hi Marcello, Am 16.04.2001 12:25:28 konntest du nicht umhin mir eine Mail zu schreiben. ;-) ... You have done (and do) a *great* job, so you haven't to excuse....
Heiko Studt
useHamster@...
Apr 16, 2001 10:38 am
27
Hi i've added this simple modification of AttachFile to support Stream handling, to the public section of TMailMessage2000, hoping its integration in standard...
Giuseppe Mingolla
gmingolla@...
Apr 19, 2001 10:03 am
28
This is a fixed version of DecodeQuotedPrintable procedure: function DecodeQuotedPrintable(Texto: String): String; var nPos: Integer; nLastPos: Integer; ...
milkopb@...
Apr 23, 2001 9:59 am
29
Marcello Tavares, Hello!! Wow you component is great! It really good for applications. But considering that you have already done all the communication job, is...
Yakov Sudeikin
yashka@...
Apr 23, 2001 12:31 pm
30
hi all, i have got POP working well with D4, but am having trouble getting smtp working. if i use the default D4 SMTP component it is ok, so it is not my smtp ...
rgarner@...
Apr 23, 2001 11:57 pm
31
... Do you get any error message? Can you explain what you see that indicates the error? But, you might wanna connect first. try: "smtp.connect;" And dont...
Martin Olsson
mnemo@...
Apr 24, 2001 4:34 pm
32
Hi, Please take a look at the demo application included in the component package, there you will find out how to create and send a message using Mail2000. Good...
Marcello
mycelo@...
Apr 26, 2001 10:59 am
33
Hi I have a problem when I try to send a message with your component. When I connect to the host all goes well but when i send the message there is a problem...
johnes
johnes@...
Apr 26, 2001 2:53 pm
34
Hi Marcello, how are you? My name is Marco Olivieri and I would like to use your delphi component Mail2000. But, before to use it I have a question for you....
Marco Olivieri (TEI)
Marco.Olivieri@...
Apr 27, 2001 6:58 am
35
Olá. Estou utilizando o componente mail2000. Para mensagens enviadas pelo outlook-express, o programa recebe as mensagens com sucesso. Mas, quando tento...
Mauricio
mandrade@...
Apr 27, 2001 6:53 pm
36
Olá. Estou utilizando o componente mail2000, juntamente com outro programa, que eu fiz utilizando um componente smtp do delphi para envio de mensagens. O...
Mauricio
mandrade@...
Apr 27, 2001 9:27 pm
37
... De: Mauricio <mandrade@...> Para: tmail2000@yahoogroups.com <tmail2000@yahoogroups.com> Data: Sexta-feira, 27 de Abril de 2001 18:27 Assunto: Sobre...
Mauricio
mandrade@...
May 2, 2001 12:05 pm
38
Hi Mr Olivieri, I don't know if the POP3 server knows the status of a particular message (if it was already read or not), but some email clients store the UIDL...
Marcello
mycelo@...
May 2, 2001 5:41 pm
39
Dear Marcello Tavares, I have been using your TMail2000 component. I want to write a program that can send e-mail at html format with an embedded picture. I...
serkan dogan
serkan_esd@...
May 3, 2001 10:37 am
40
Hi Mr Mauricio, First, try to write in english to this group, or if you prefer portuguese write to my mail (mycelo@...) Are you using the lastest version...
Marcello
mycelo@...
May 3, 2001 10:37 am
41
Hi Mail2000 users, I made an extension in mail2000.pas to be able to create mail according to RFC 2557 (content type= multipart/related). With this extension...
Rene de Jong
rmdejong@...
May 3, 2001 11:28 am
42
Hi Hr Dogan, This component attach files as regular attachments *and* HTML content, in other words, every mailpart has a 'filename' and 'content-id', it ...
Marcello
mycelo@...
May 8, 2001 11:59 am
43
Hello, if I read the following file from disk there´s no body and attachment! My normal Mailer shows the body and the attachment. ... Received: from...
gundermann@...
May 8, 2001 8:57 pm
44
Hi! I would really love to learn from your excellent Deplhi program 'Mail2000' but I do only have Delphi 3 Standard Edition. Is it possibly to run it in this...
iAmby
iamby@...
May 15, 2001 9:33 pm
45
Дмитрий ...
konnov@...
May 21, 2001 9:57 am
46
Hoang Trung Thanh
Thanhht@...
May 23, 2001 11:40 am
47
I seem to recall when first starting to work with Delphi 1 that you want to call the Free method rather than Destroy because Destroy doesn't actually release...
David P. Schawartz
davids@...
May 31, 2001 10:19 am
48
Can someone post a short code snippet that shows what's needed to simply forward emails from one mailbox to another? It's not clear whether I need to do...
David P. Schawartz
davids@...
May 31, 2001 10:32 am
49
In the latest source, around line 3990, the code reads: procedure TMailMessage2000.AttachFile(FileName: String; ContentType: String = ''); . . . for Loop := 0...