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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 564 - 597 of 798   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
564
Marcelo, Vc conseguio resolver o problema? Eu tenho o mesmo problema, estou querendo evitar o uso do outlook para enviar as mensagens pois minha aplicacao para...
sandrobit2000
Offline Send Email
Mar 5, 2003
5:28 pm
565
using delphi 6 i need to read received html form data (received as emails) and put into a database. How Regards David...
davidnlarge
Offline Send Email
Mar 6, 2003
7:21 am
566
David Simply read TmailMessage2000.TextHTML Roy...
Roy Lambert
nlhassociates
Offline Send Email
Mar 6, 2003
8:41 am
567
Hi !! I want to download emails from my mailserver with the attachments. I have to take this attatchments (images) from email and save it to my hard disk, but...
Rosa Egido
rosa_egido
Offline Send Email
Mar 6, 2003
3:36 pm
568
AttachmentsHola rosa, mira si estas trabajando con delphi 6.0, seria mejor utilizar los componentes de Indy o FastNet... proporcionan mas información acerca...
Israel Sánchez
israel_smmx
Offline Send Email
Mar 6, 2003
3:47 pm
569
Hi Rosa, I could explain everything just here, but I think you can figure everything out if you look carefully at the demo source code (included with the...
Marcello
mycelo
Offline Send Email
Mar 6, 2003
4:51 pm
570
Hi, I'm using D7 and version 1.10.3 Beta. I'm not able to let the demo send an eMail because I receive a Sytanx Error. I've done successfully it only once but...
Geppo
geppodarkson
Offline Send Email
Mar 18, 2003
4:37 pm
571
Hi Mr Darkson, Despite some minor bugs, this version is capable of doing all operations under Delphi 7. The "Sintax Error" you mentioned is most likely a...
Marcello
mycelo
Offline Send Email
Mar 26, 2003
9:44 am
572
Hi It's happens something strange: when I debug the following code line-by-line, everithings works fine, when running an error happens when trying to connect. ...
Geppo
geppodarkson
Offline Send Email
Mar 28, 2003
3:43 pm
573
Hi Mr Darkson, If the program runs only step-by-step, must be some synchronizing issue, since when being debugged the program runs a lot more slow than when...
Marcello
mycelo
Offline Send Email
Mar 28, 2003
4:58 pm
575
Hello all. I try to send a message and the provider reports: error-message: 501 Invalid base64 data I have never seen this error before the last year and i...
maegnas2002
Offline Send Email
Apr 13, 2003
4:23 pm
576
Hi, I have loaded an EML with bmp images into the Mail2000 Demo. I add an extra button and a TImage. I try to load the decoded images into a memory stream and...
aithai
Offline Send Email
Apr 14, 2003
4:23 pm
577
Hi Aithai, I think you must type the following line before saving the file: Msg.AttachList[lbFiles.ItemIndex].Decode; This will initialize the "Decoded"...
Marcello
mycelo
Offline Send Email
Apr 14, 2003
4:40 pm
578
Hi Marcello, I still get access violation when I try to load(Click the button). Now I have only two lines. The images are available in the lbFiles.Listbox: ...
aithai
Offline Send Email
Apr 14, 2003
5:02 pm
579
Dear Marcello and guests. I have seen several suggestions for bugfixes and other restaurations of the component the last year. I remember some memoryleaks,...
maegnas2002
Offline Send Email
Apr 25, 2003
9:10 pm
580
I reply to my own message, to add some extra info to be more specific. If i use SMTP authentication (2 of my providers now require this), the SMTP server does...
maegnas2002
Offline Send Email
Apr 25, 2003
9:15 pm
581
I'm a novice programmer, so be gentle if my questions are obvious... I'm building a simple mail viewer. I'm using it to view messages that have been...
tvissoc
Offline Send Email
May 30, 2003
7:04 pm
582
I create the TPop2000 dynamicly but as the code below: 1 Pop3Connection.RetrieveMessage(I); 2 MailMessager :=...
wq_moon
Offline Send Email
Jun 1, 2003
4:13 pm
583
Hi ... MailMessage:=TMailMessage2000.Create; Pop3Connection.MailMessage:=MailMessage; Pop3Connection.RetrieveMessage(I); MailMeesage.SaveToFile(FileName); ...
ghost_3k
Online Now Send Email
Jun 1, 2003
9:35 pm
584
Thanks Ghost_3k! I am a chinese, I using the Delphi only 1 month, I am a VC programer for the mail2000 is simple to use, so I learning the delphi and using it!...
wq_quake
Offline Send Email
Jun 2, 2003
5:01 am
585
I want to receive the mails and save the mails as *.eml files, have a look at my code! MailCount := Pop3Connection.SessionMessageCount; UserName :=...
wq_moon
Offline Send Email
Jun 2, 2003
5:44 am
586
I noticed that there is a problem in getting the filename for some messages. An attachment such as image1.jpg was being translated to image1.jpg__image1.jpg....
skamradt_rdi
Offline Send Email
Jun 6, 2003
9:16 pm
587
I want to using the TMail2000 to receive my mails sequentially,but when I receive one mail using such code it works ok, but receive over one mail it cannot...
wq_moon
Offline Send Email
Jun 12, 2003
7:03 am
588
wrote wq_moon <wq_moon@...>: use this method !!! POP2000.MailMessage :=msg; for i := 0 to POP2000.SessionMessageCount do begin POP2000.RetrieveHeader(i);...
dyne-rose
dynerose2000
Offline Send Email
Jun 12, 2003
7:44 am
589
Sorry , My English is very horrible. I need decoding with Mail2000 the following mail : Received: from hal-4.inet.it ([80.80.80.80]) by www.Company.it (Merak...
login20042001
Offline Send Email
Jun 12, 2003
9:22 am
590
Hi, For some reason, all double-quotes are duplicated. I don't know if this is common, but the component will not handle this. Regards, ... ===== Marcello...
Marcello
mycelo
Offline Send Email
Jun 12, 2003
9:57 am
592
I was playing with the demo program and i am wondering how to make some of this code go in sync. In the demo, when you download a message you have to hit the...
Jazzy Jeff
jazzy_aka
Offline Send Email
Jun 16, 2003
2:59 am
593
Hi Mr Jeff, After loading a message, you have to call FindParts to fill the fields (To, From, Subject, etc) of the MailMessage2000 object. Normalize is not...
Marcello
mycelo
Offline Send Email
Jun 16, 2003
9:56 am
594
Thanks for the response, now i am clear on that. I had forgotten to ask another question, but after searching the archives i found the answer on how to get...
Jazzy Jeff
jazzy_aka
Offline Send Email
Jun 17, 2003
12:24 am
597
I'd like to propose the addition of a hook to handle spam scanning that uses a list of regular expressions to scan the headers and content of messages. Also,...
David P. Schwartz
digloo
Offline Send Email
Jun 26, 2003
4:47 am
Messages 564 - 597 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