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...
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,...
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...
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? ...
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...
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...
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...
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...
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...
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...
Sorry for the strange formatting in last post, I have no clue what caused it. Well, here is a more biting bug concerning SMTP. THE BUG If the first character...
hi ,i am a friend ,i have a problem on using the component. in this function function TSMTP2000.SendMessageTo(const From, Dests: String): Boolean; in this code...
Hello! I try to send a e-mail to any e-mail account with a smtp thats user set. But the smtp are having problems. 553 - "sorry, that domain isn't in my list of...
Hi, Thank´s marcelo. But I can´t Authenticate de message. How does Outlook work´s? Outlook Authentic smtp? I tried to set de username and password but a...
Dear Mr / Mrs, I think that in this case maybe smtp server didn't relay [relay is turned off] - so you can send messages only to local domains for server (this...
Nick
nikitz@...
Nov 17, 2003 10:06 pm
641
I would like to inform that new members of this group will be moderated, the first messages of each new member will need my approval to be distributed. This...
Hi Mr Yang, You must use SaveToFile and LoadFromFile methods from TMailMessage2000 class. In the "Demo" application included with the components you can find a...
Hi, which error-message do you get? I can see from your code that the from-address does not match the username of the smtp host. Maybe your SMTP host does not...
Hi everybody, turned to Mail2000 recently and its use is really straightforward. My prog works without problems but on this one point, which should be a most...