Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the tmail2000 group. File :...
tmail2000@yahoogroups...
Jul 3, 2001 11:29 am
75
Hi, i have a problem with the tsmtp2000 component. It doesn't send any mails. My code (short version): Smtp.mailmessage := form1.mm; Smtp.connect; ...
DATACORE-Server.de (P...
info@...
Jul 3, 2001 1:08 pm
76
There are lots of reasons to get a SMTP error, it is possible that your sender or recipient address are being rejected. Please try the following: ...
Marcello
mycelo@...
Jul 3, 2001 4:34 pm
77
My job LAN provides a Internet conexion via a proxy server. All my Net programs (Outlook, ICQ, YahooMessenger, FTP manager, etc.) are ready to configure and...
marmarinho@...
Jul 10, 2001 9:18 pm
78
Where i can download some examples (with and without proxy usage)???? Thanks for all...
marmarinho@...
Jul 10, 2001 9:23 pm
79
Hi Mr Marinho, Yes, it is possible since your Proxy software support POP and SMTP redirection. Try to set the HOST to your proxy server, and as username,...
Marcello
mycelo@...
Jul 10, 2001 9:36 pm
80
I try to send an HTML email with TMail2000. This works fine but i found a problem : in the HTML body ( ' <td><img src="Logo.jpg"></td> ' ), one JPG is...
marcelo rego
marmarinho@...
Jul 10, 2001 10:08 pm
81
Hi, Attach Logo.jpg, Mail2000 will create a Content-ID for this attachment with the filename, then reference in HTML code like this: <img src="cid:Logo.jpg"> ...
Marcello
mycelo@...
Jul 11, 2001 11:01 am
82
Dear Mail2000 loyal users, I am publishing the new version 1.9, it still in alpha stage because I need some "oks" to change to beta or even final stage. I...
Marcello
mycelo@...
Jul 11, 2001 6:27 pm
83
If there are multiple recipients in an email (header) and I am one of them, and I want to forward that email to myself at a different email address, is there...
David P. Schwartz
davids@...
Jul 11, 2001 6:49 pm
84
Hi Mr Schwartz, Lets see if I get your point. You received an email sent to multiple recipients, including you, and you want to replace your address to ...
Marcello
mycelo@...
Jul 12, 2001 10:25 am
85
I´m still having problems reading the following Mail with Mail2000. I tried the latest 1.9 Beta and also the zip compiled demo program. After reading the mail...
gundermann@...
Jul 13, 2001 10:01 pm
86
Hello, if you read a mail from file Mail2000 looks for an space or an ':' as Date delemiter inside the MailDateToDelphiDate function. Some mailer stores the...
gundermann@...
Jul 13, 2001 10:06 pm
87
Hi Mr Gundermann, Your problems were addressed on version 1.9.2, available in the component homepage. Regards, ... ===== Marcello "Panda" Tavares ...
Marcello
mycelo@...
Jul 16, 2001 12:12 pm
88
I need a way to read just the headers for all email in a mailbox, then examine them to construct a list of which messages to read fully. Then read only those...
David P. Schawartz
davids@...
Jul 19, 2001 7:09 pm
89
Hi David P. Schawartz, ... AFAIR it's only in a newer RFC. --> It's only in newer servers. ... *That*'s inpossible. Message-IDs *needn't to* be set! What you...
Heiko Studt
useHamster@...
Jul 19, 2001 8:12 pm
90
... er, sorry, I wasn't talking about "Message-ID" fields in the headers, per se. I was referring to is something else. You can issue a POP3 command "RETR...
David P. Schwartz
davids@...
Jul 20, 2001 2:46 am
91
Hi David P. Schwartz, ... But those couldn't use too! They'll change and, of course, other programs could delete them too. BTW: Look with Telnet: You will ever...
Heiko Studt
useHamster@...
Jul 20, 2001 10:14 am
92
Hi gentlemen, Mail2000 1.8+ components already provides means to determine which messages you want to download. SessionMessageSize property is an array of...
Marcello
mycelo@...
Jul 20, 2001 10:30 am
93
... Sorry, Heiko, but what am I missing here? Let's say my POP3 message queue is empty. Then somebody sends me a short message, then an email with a 400k ...
David P. Schwartz
davids@...
Jul 20, 2001 10:46 am
94
Hi David P. Schwartz, ... Ah, now I see. You don't want to auto-"ignore" unread-messages at the next getting mail? ... You can save them. At the next day, you...
Heiko Studt
useHamster@...
Jul 20, 2001 11:13 am
95
Hi, I got this site from within the TMail component, and thought you might be able to help. Is it possible to use the TMail component to get information on the...
gman.hero@...
Jul 24, 2001 2:37 pm
96
... TMail or TMail2000? ... No, unfortunately there's no attachment info on header. ... No, UIDL is some sort of an ID given by the relay mail server, it helps...
Marcello
mycelo@...
Jul 24, 2001 4:52 pm
97
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the tmail2000 group. File :...
tmail2000@yahoogroups...
Jul 24, 2001 5:15 pm
98
I'm very interested in using mail2000 in a current project. But I need it to work over dial-up connections. In the source of mail2000 it is stated, as a known...
Andy Preston
anorak@...
Jul 24, 2001 8:50 pm
99
The component is TMail2000. ... the ... email. ... I've also noticed that the LastResponse command gives the full size of the email, including attachments....
gman.hero@...
Jul 25, 2001 9:22 am
100
Hi Mr Preston, The lastest version seems to be quite reliable with slow connections, I'm currently running intensive communication probes and fixing some bugs...
Marcello
mycelo@...
Jul 25, 2001 10:41 am
101
Hi Mr Gareth, You don't have to download whole message to know it's size; After login, retrieve message sizes using TPOP2000.SessionMessageSize array property....
Marcello
mycelo@...
Jul 25, 2001 10:52 am
102
... array ... [att_number].Decode ... [att_number].Decoded.Size Thanks Marcello, it seems to have done it! regards, Gareth...
gman.hero@...
Jul 25, 2001 2:59 pm
103
Hi TMail2000 desinger/users, I found a small bug when sending dot(s) at the start of a line. The string #13+"."+#13 is seen as end of DATA by the SMTP deamon...