When using the demo of TMail2000, version 1.10.1, at Delphi 7, after typing all the informations at the Message part, and after connecting the SMTP with no...
601
zhenyus
Jul 23, 2003 2:55 am
when the thread run over,it occurs 'access violation ......' here is my code: type TMythread=class(TThread) Private msg:TMailMessage2000; pop:TPop2000; ...
602
Marcello
mycelo
Jul 23, 2003 10:28 am
Hi Mr Zhenyus, I successfully got 503 messages from a server with this code: unit Unit2; interface uses Classes, Mail2000, SysUtils; type ...
603
zhenyus
Jul 24, 2003 7:48 am
Thanks,Marcello.With your code,I have solved my problem.I create the TPOP2000 object in the 'execute procedure' instead of the constructor,then everything is...
604
olegmironov
Jul 24, 2003 9:04 pm
Hi, I'm a new in Tmail2000 and eml format itself. I have some components to display HTML contest of email, but how I can display embedded images there. HTML...
605
Tony Vissoc
tvissoc
Aug 1, 2003 6:25 pm
When I do a FindParts, is there a routine for determining what parts were found? I am building a custom mail viewer. In one section I would like to be able...
606
Marcello
mycelo
Aug 1, 2003 6:49 pm
Hi Mr Tony, You will have to check the AttachList collection, TextPlain and TextHTML strings. Regards, ... ===== Marcello Tavares mycelo@... ICQ 5831833 ...
607
nlhassociates
Aug 3, 2003 10:25 am
I'm in the process of developing an Outlook Express replacement (later to be built into a couple of apps) and I want to duplicate the effect in OE of clicking...
608
gert_nutterts
Aug 3, 2003 12:41 pm
Hiyas, To do that you need to change the params of the form while it is being created. The following code would do the trick ... procedure CreateParams(var...
609
gert_nutterts
Aug 3, 2003 3:15 pm
Hiyas, Love mail2000 btw, hard to find good programmed material nowadays o well. hmmm It caught my attention that Mail2000 processes every email ( nearly ) ...
610
stickky_sweetthongsan...
stickky_swee...
Aug 13, 2003 5:39 am
Hi there. I have a panty hose fetish and I LOVE showing myself off in them. If you want to come check out my pics then I have the spot for you ...
611
stickky_sweetthongsan...
stickky_swee...
Aug 16, 2003 8:41 pm
My wife and I are looking for a well hung male to join us. I love to watch my wife get nailed by another man while I watch and masturbate to her getting...
612
cenker_sisman
Aug 26, 2003 7:59 am
Can I retrieve attachment filename with ReceiveHeader ? I do not want to read whole message to learn the filename of attachement. Is it possible ? Thank you in...
613
Marcello
mycelo
Aug 26, 2003 10:21 am
Hi Mr Sisman, No, it's not likely that you can read the filename without dealing with the whole message, because the attachment headers are scattered through ...
614
Mister Sonic (GMX)
mistersonic2000
Sep 7, 2003 7:54 pm
SchlichtHello there, at first i wan't to excuse for my very bad english. :) but i hope you understand, and can help me with my problem. i used the...
615
jackkenyon1956
Sep 7, 2003 11:04 pm
Do you call Quit after all Delete's? I think POP servers do not delete the messages until a QUIT is called. jack ... you understand, and can help me with my...
616
Marcello
mycelo
Sep 7, 2003 11:39 pm
Indeed, only QUIT will commit the changes. ... ===== Marcello Tavares mycelo@... ICQ 5831833 MSN mycelopanda@......
617
Mister Sonic (GMX)
mistersonic2000
Sep 8, 2003 5:44 am
I doesn't understand what do you want to tell me. Sincelly Patrick from Germany. ... From: Marcello To: tmail2000@yahoogroups.com Sent: Monday, September 08,...
618
jackkenyon1956
Sep 8, 2003 5:56 am
I think you need to do this { tell POP server that you want to delete these } for I := 1 to N do begin Form1.Pop20001.DeleteMessage(I); end; { tell POP server...
619
Mister Sonic (GMX)
mistersonic2000
Sep 8, 2003 6:06 am
That's right. :) Many thanks to all of you. Can you tell me where i can see what version number the component has and how i can received the newest version? ...
620
gdstljf
Sep 9, 2003 1:58 pm
English: IDPOP3 can get mail size before receive it( idpop3.RetrieveMsgSize (i) ) How to do with mail2000? Chinese: ...
SchlichtHello at all, I've an question, can you tell me how i can scan the message-lines for a word? i don't know, in what a property the message self is...
624
yallebr
Sep 12, 2003 2:56 pm
Hi, Is it possible to retrive or see the body of messagem on the server? Without retrive this message? It ´s very slowly to download the message to see. And...
625
Marcello
mycelo
Sep 12, 2003 4:27 pm
Hi Mr Yalle, Sorry, but no, you can't have the message without downloading it. The data must be delivered to the client anyway. But you can download only the...
626
jackkenyon1956
Sep 13, 2003 4:37 am
Re Marcello's reply Note that this is not a limitation of TMail2000, the limitation is imposed by the POP3 protocol. jack kenyon...
627
yallebr
Sep 17, 2003 5:51 pm
Hi, I´m with a little problem with TMail2000. The component is exelent, and i guess that the problem is with me. lol. When a retrive a E-mail. ...
629
yallebr
Oct 2, 2003 6:05 pm
Hi, Is there any way to save the messagens that had been recived? Like that, i get the messages. 12 messagens, and if i retrived the messages agnst i ´ll get...
630
Marcello
mycelo
Oct 2, 2003 6:19 pm
Hi Mr Cunha, You have to rely on UIDL. It's an unique identifier for each message for a given POP server. While you download the messages, you can save its...
632
leafeaters
Oct 10, 2003 7:55 am
Hello all, I found a bug in the tmail2000-1.10.3 distribution. The TMailRecipients.SetAll method adds an extra comma at the end of the CommaText, which causes...