... 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...
David P. Schawartz
davids@...
Jun 1, 2001 3:29 am
50
Hi, Does TMail2000 support IMAP; if not are there any plans to support it? Cheers, Adem...
adembaba@...
Jun 3, 2001 5:35 am
51
at line# 2243: constructor TMailPart.Create(AOwner: TComponent); begin FHeader := TStringList.Create; FBody := TMemoryStream.Create; FDecoded :=...
David P. Schawartz
davids@...
Jun 3, 2001 9:48 am
52
This is my problem: I have a Memobox with 5 email-addresses like: fsd@.... hvp@.... wvp@.... kvp@.... henk@.... when i use this routine, every email-address...
bellboy@...
Jun 3, 2001 7:13 pm
53
... should this be 2? --^--...
David P. Schwartz
davids@...
Jun 3, 2001 7:59 pm
54
... Not exacly, the problem is that i have a lot of e-mail addresses but no names, thatswhy i placed the email also in the in the namefield. But that seems not...
bellboy@...
Jun 3, 2001 8:09 pm
55
... You're describing your problem in terms of implementation, but I'm confused as to what the problem is in the application. Try restating it in application ...
David P. Schwartz
davids@...
Jun 3, 2001 8:56 pm
56
Hallo, have you www pages ? Jerry...
Jaromir Kratky
jerryshort@...
Jun 4, 2001 8:13 am
57
Hi Sirs. Let's try to fill the empty spaces... 1) Mr Bellboy, why these addresses ends with an @? You are hiding the host or you are working with a LAN...
Marcello
mycelo@...
Jun 4, 2001 10:48 am
58
... the ... sorry but they DONT ends with @.... this was to hide the complete emails from this group because it was not relevant. The email addresses are all...
bellboy@...
Jun 4, 2001 11:48 am
59
I need to obtain a return receipt of the mail that is sent from an application. Does anyone know how I might do this. I have been trying to see how I might...
Edward Pugh
edward.pugh@...
Jun 4, 2001 6:43 pm
60
I've found that return receipts are are pretty much useless most of the time. AOL/Compuserve will generate a receipt that their gateway received the message,...
David P. Schwartz
davids@...
Jun 4, 2001 7:02 pm
61
Thank you for your prompt response I need to somehow find a way of being sure that the mail has been received. Do you have any other suggestions of how this...
edpugh_uk@...
Jun 4, 2001 11:03 pm
62
Hi, I just found a major resource leak in the POP object when retrieving a message from a POP box. What happens is that a temporary object MailTxt is used to...
Rene de Jong
rmdejong@...
Jun 5, 2001 9:51 am
63
Marcello, I'm not sure, are you brazilian? Ok, I am. If you want to answer in Portuguese, you are wellcome. Now my problem is: I have written an app that read...
Hugo Souza e Silva
hugo.silva@...
Jun 12, 2001 7:42 pm
64
Yes, I do. But it is not uncommon to forget to free something... Regards, ... recall when first starting to work with Delphi 1 that you ... ===== Marcello...
Marcello
mycelo@...
Jun 13, 2001 11:46 am
65
Dear Mr Schawartz, Yes, you can use the same TMailMessage2000 instance to modify either header, body, and attachs as you wish. To see how, take a look at the...
Marcello
mycelo@...
Jun 13, 2001 12:13 pm
66
Hi Mr Schawartz, Yes, you are right, it's problably an error. Thanks a lot, the code is being corrected. Regads, ... ===== Marcello "Panda" Tavares ...