-
Mail - smtp & pop3
Hello. I'm looking for classes to send and receive mail. I need a class which sends mail with POP3 and I need a class which receives mail via SMTP.
I would think there are lots of classes out there which do exactly that and they're not that hard to write (reason I'm not writing one is that I don't have time to do that) so I was wondering if anyone out there would be nice enough to share their classes with me.
Thanks alot in advance.
Stefan
-
Re: Mail - smtp & pop3
For the smtp problem, I would advice you to use the java mail api. There is no pop3 provider for sending, so you still have a problem.
-
Re: Mail - smtp & pop3
Hi
I was made a simple SMTP client that send e-mails...
If you contact me, I will send it to you...
You can change sources as your needs...
Unfortunately I have no enough free time to write POP3 client...
----------------------------------------------
Svetoslav Tchekanov [email protected]
-
Re: Mail - smtp & pop3
You may take into account the following url for the mail client application :
http://www.geocities.com/kib63613/
There are some information about JavaMail
good luck,
Alfred Wu