Are there any open source email clients in java that you can recommend?

Something that pulls in emails via pop, sends emails, stores sent emails, etc. Similar to what mozilla thunderbird does, but on build using jsp etc. for the web.

(preferably web based, but would also be interested in desktop apps)

link|improve this question

55% accept rate
feedback

1 Answer

I can point you at Davmail, its not a java smtp server or a desktop client, but its an outlook gateway that implements itself as a smtp/pop3 server. So you can put Thunderbird on your desktop and use it (via davmail) to access Exchange.

Works really well, but the code is available if you want to see some smtp/pop3/emaily-type code.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.