Hi ! I have been tryed to retrive HTML msg. But i canīt. My code. MemoBody.Lines.Text := Copy(Text, 1, 10000); But if the e-mail is HTML them i canīt retrive...
Hello, I wrote a programm save the attachments from mail to an user defeniert folder. I use your component Mail2000 for connect to the server and save the...
new bug-fix; (error with processing file zero size) Lines near: 2191 Code: //======== if LinePos >= 0 then begin Data[LinePos+LineLen] := #13; LinePos :=...
hi there using tmail2000 happily for a while. but i came a cross one problem: html-only mails like one i have attached (as source!) aren't encoded correctly: ...
Hi Mr Broska, There's some problem with this e-mail. The '=' sign should be at the end of the line, meaning that it's a forced line break. For some reason it...
hi marcello thanks for the quick response. sorry the first equal sign is in deed wrong, but the second sequence =20 should be decoded by mail2000. to make it...
Hi all, First of all thanks to Marcello for a great component. I'm a new member, so please forgive me if I ask questions everybody except me know the answer...
Hi, How can i get IP address and hello? I try to work with ShowMessage ( Msg.Received[x].From); showMessage ( Msg.Received[x].By); x = e-mail received now. But...
... Hi Giancarlo It seems like Marcello have lost interest or time to further development of Tmail2000. It is a little sad because Tmail2000 is a very good...
Hi Bjorn, I used this component in 2001 and was great for my project, today i'm writing a small and compact mail client with indy but they are a bit unstable...
hi there, hi giancarlo ... are a ... that catches my interest: i think about indy as an alternative to my current tmail2000 solution for our outlook express...
Hi @ll, did anyone of you ever come across the following problem? If so, could you please post your solutions? Thanks. Here's the problem: I'm writing my own...
... 100 recipients is the minimum number of recipients to be supported by an SMTP server ##### according to RFC 821 ##### recipients buffer The maximum total...
Hi folks, I know (from a message posted earlier here in the list) that Marcello will not add IMAP4rev1 support to his great TMail2000 component. I read that...
Hi lists! I say Portuguese. I used tradutos, do not find odd the grammar. My application has that to send 30.000 more than emails for my customers. the text...
Hi, if you have not yet done so, please read through the various postings in this mailing list (available at the website of this group), where lot's of people...
Tanks Phryzer, I entered in the site of the group of the TMAIL and I did not find the address of the site to be able to lower I finish it version of the TMAIL!...
Thank you very much for your suggestion. I'm facing another problem now: when dealing with empty text parts (txt as well as html, content length = 0), there...
I have TMail2000 running under D7 sending and receiving messages just fine (for what I am doing). This is a custom app that sends TextPlain messages back and...
Dear TMail2000 users, As everyone noticed, I'm not developing this component anymore, unfortunately. My life style changed a lot last years, and I'm currently...
Hi Marcello Things change for all of us, so it is understandable, if you don't have time for the Tmail2000 project anymore. Well, I'm interested in joining a...
Hello guys, i do use the TMail2000 for getting eMails in batch mode into a large database-application. It works so far quite nice. But I often get eMails with...
... 1) This code above destroys the MyMsg.AttachList . At least, you'd better try this. tmp_stream.CopyFrom(MyMsg.AttachList.Items[j].Decoded); 2) ... I don't...