that includes SMTP, POP3 and IMAP?
I spent some time googling and at sf and all I found were discarded
projects and not complete ones?
Do you know of any similar project?
THnaks
Stefan =?ISO-8859-15?Q?Gro=DFhauser?= - 19 May 2005 20:59 GMT
In the book "Internet Programmierung mit Java" (data becker verlag) is a
java mail programme described.
I don't know if it supports IMAP.
But the code is on CD.
best wishes
Stefan Großhauser
GaryM - 19 May 2005 22:10 GMT
> In the book "Internet Programmierung mit Java" (data becker
> verlag) is a java mail programme described.
> I don't know if it supports IMAP.
> But the code is on CD.
Also take a look a James.
alan@engrm.com - 20 May 2005 16:43 GMT
>> In the book "Internet Programmierung mit Java" (data becker
>> verlag) is a java mail programme described.
>> I don't know if it supports IMAP.
>> But the code is on CD.
> Also take a look a James.
I hear that JBoss is doing mail now. Read it on the Bile Blog. Haven't
looked into it myself.
I use JavaMail and qmail for all my mail needs.
--
Alan Gutierrez - alan@engrm.com
- http://engrm.com/blogometer/index.html
- http://engrm.com/blogometer/rss.2.0.xml
Jan Schaefer - 20 May 2005 07:45 GMT
Hi,
> that includes SMTP, POP3 and IMAP?
>
> I spent some time googling and at sf and all I found were discarded
> projects and not complete ones?
>
> Do you know of any similar project?
Does it has to be open source? Maybe JavaMail from Sun does what you want:
http://java.sun.com/products/javamail
It can do SMTP, POP3 and IMAP and it is free like in beer.
Just my 2 eurocents.
Jan