Open source java library to read outlook emails, calendar etc -


i looking open source java lib read emails, calendar, contacts microsoft outlook. know of these lib or workaround?

right requirement read data , present on jsp page.

thanks

if running on windows can use jawin. open source library wraps com object , provides java api access them. far remember distribution contains example of how connect ms exchange server.

other similar packages know

both libraries implement dcom protocol in java, can run application uses them on platform , connect exchange server.

other way use pop3 or smtp protocol supported exchange. there lot of packages support them, e.g. javamail.

and last way: if application running on client side, i.e. on client's computer can parse files created outlook itself. not remember these files stored remember many years ago have discovered issue , saw emails stored in file system in clear text format.

edit: found out jacob: other library uses jni (like jawin).


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -