Search the web
Sign In
New User? Sign Up
tmail2000
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 249 - 278 of 798   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
249
I've made a small correction in MailDateToDelphiDate() and it seems to solve the date issue (using the code from the previous date fix). I changed the line: if...
d99mlcn
Offline Send Email
Jan 3, 2002
7:51 pm
250
Hello, I need insert, in the body of e-mail, a gif animated. How can i do it? Thank. Luciano F.M. fmluciano@... ...
fmluciano@...
Send Email
Jan 3, 2002
10:38 pm
251
Help! Many free smtp server need username and password to authorize their membership, how to send mails through these smtp servers?...
mabiao_michael
Offline Send Email
Jan 4, 2002
2:11 am
252
Please, How to sent a e-mail trough ADSL? _________________________________________________________ Oi! Você quer um iG-mail gratuito? Então clique aqui:...
fmluciano@...
Send Email
Jan 4, 2002
1:49 pm
253
How to set mail's priority?...
mabiao_michael
Offline Send Email
Jan 9, 2002
1:53 pm
254
Hi, i am searching for a function to read the mailtext but i want to skip the attachment, so that i can list only Header and plain-text from the mail. Is it...
Tornados@...
Send Email
Jan 9, 2002
2:29 pm
255
... Try something like this. MailMessage: TMailMessage2000; MailMessage.SetLabelValue('X-Priority', '1'); There are many different mail client implemantations,...
Kunikazu Okada
okd_okd2000
Offline Send Email
Jan 9, 2002
3:55 pm
256
... Yes it is possible. 1. Set the mail message source to MessageSource . 2. Then you can get the Header and PlainText by property Header and property...
Kunikazu Okada
okd_okd2000
Offline Send Email
Jan 9, 2002
3:55 pm
257
Thanks for help. It works....
mabiao_michael
Offline Send Email
Jan 11, 2002
4:26 am
258
Ah, thanks guys. I fell into the "Latest message at the bottom of the list" trap. Sorry, I did not look closely enough Next time I'll even put a subject in my...
stylesie
Offline Send Email
Jan 13, 2002
11:17 am
259
There is a way to know size and priority of any messages on my account? Thank you...
megabitit
martinemail@...
Send Email
Jan 13, 2002
10:16 pm
260
// Priority of Message \\ if Trim( MailMessage.GetLabelValue( 'X-Priority' ) ) <> '' then begin case MailMessage.GetLabelValue( 'X-Priority' )[ 1 ] of '1':...
Anderson
andermuller@...
Send Email
Jan 14, 2002
12:01 pm
261
Please! How can i send email through high net (ADSL)? Help!!!! _________________________________________________________ Oi! Você quer um iG-mail gratuito? ...
fmluciano@...
Send Email
Jan 14, 2002
2:45 pm
262
Hi Mr. Luciano, You have to attach this picture as embebbed, see the parameters of Attach method, and in the HTML doc, you must reference this picture as ...
Marcello
mycelo
Offline Send Email
Jan 14, 2002
3:03 pm
263
Mr Hong, Are you using the lastest version? Please check the component Homepage. Regards, ... ===== Marcello "Panda" Tavares mycelo@... ...
Marcello
mycelo
Offline Send Email
Jan 14, 2002
3:06 pm
264
To get size of a message, use SessionMessageSize[message-number] after connection and login. Regards, ... Message \\ ... ===== Marcello "Panda" Tavares ...
Marcello
mycelo
Offline Send Email
Jan 14, 2002
3:13 pm
265
Hi ... There's technically no difference for a software program between sending email through ADSL and sending via orginally analog modem , as long as you set...
Kunikazu Okada
okd_okd2000
Offline Send Email
Jan 14, 2002
3:58 pm
266
Hi. I found that it's not easy to read the mailer deamon's error mails, because its Content-Type = multipart/report and TMailMessage2000 doesn't parse it...
Kunikazu Okada
okd_okd2000
Offline Send Email
Jan 14, 2002
4:06 pm
267
Hi Mr Mike, That's correct, however, you have to notice that Loop-1 can be out of bounds in the first iteration. If your Delphi's range checking is disabled,...
Marcello
mycelo
Offline Send Email
Jan 16, 2002
9:30 am
268
I've been working on and off for some time now on building the base of a mail client. It has mostly been GUI stuff, and a limited amount of backend code. I'm...
_eclipsed_
Offline Send Email
Jan 16, 2002
4:06 pm
269
I'm probably wrong but I think the "eml standard" is a Microsoft standard, however, eml is used by a number of mail programs for "file|save as", not as...
Roy Lambert
nlhassociates
Offline Send Email
Jan 16, 2002
4:56 pm
270
Thanks for the response, and the link. I'm going to dig through that code to possibly be able to import existing users .dbx files. the question still remains...
_eclipsed_
Offline Send Email
Jan 16, 2002
7:09 pm
271
Thank you for your answer! but i have a doubt again. You said that i dont need selecting any property to send e-mail through ADSL, with TEmail200 ? i need...
fmluciano@...
Send Email
Jan 17, 2002
1:20 am
272
Hi Mr Michael, ... In fact, the majority of ISPs (even paid) are adopting an authorization phase on SMTP processing. I currently don't know this procedure, so...
Marcello
mycelo
Offline Send Email
Jan 17, 2002
9:12 am
273
Hi Mr Okada, how do you do? Indeed, multipart/report is treated as an ordinary attachment, and so it will be one after being processed by Mail2000. This can be...
Marcello
mycelo
Offline Send Email
Jan 17, 2002
9:22 am
274
Hi Mr Adam, Mail2000 is an almost complete core for a mail client, "almost" because it still runs on some bugs and standards compliances. The mentioned file...
Marcello
mycelo
Offline Send Email
Jan 17, 2002
10:39 am
275
Hi (realname missing), on Wed, 16 Jan 2002 23:20:13 -0200 ... Read the last answer again! Sending mail over TCP/IP is on a completely different layer than the...
Udo Nesshoever
nessware
Offline Send Email
Jan 17, 2002
10:53 am
276
I also have no idea but you could try looking at the Indy components at http://www.nevrona.com/Indy/ I started to use them but switched to Mail2000 since...
Roy Lambert
nlhassociates
Offline Send Email
Jan 17, 2002
11:23 am
277
I don't know what DBISAM adds to the size of programs,(Elevate quote "Has a very small footprint, only 250-300k (base engine size, does not include data access...
Roy Lambert
nlhassociates
Offline Send Email
Jan 17, 2002
11:34 am
278
HELO Marcello Mit einer Mail hattest du mich um den 17.01.2002 10:12:17 beglückt... ... Perhaps you can go along with Hamster. In its newest Beta it has...
Heiko Studt
usehamster2
Offline Send Email
Jan 17, 2002
1:24 pm
Messages 249 - 278 of 798   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help