简体   繁体   中英

open source mail clients in java

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)

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM