tags:

views:

42

answers:

1

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)

+1  A: 

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.

gbjbaanb