Click to See Complete Forum and Search --> : Mail - smtp & pop3


Stefan
October 11th, 1999, 02:35 PM
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

Frank Wernert
December 14th, 1999, 09:02 AM
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.

Svetoslav
April 3rd, 2000, 05:31 AM
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 swetoslav@iname.com

kib63613
April 3rd, 2000, 05:49 AM
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