aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes JavaMail & MS Exchange Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "JavaMail & MS Exchange Server" Watch "JavaMail & MS Exchange Server" New topic
Author

JavaMail & MS Exchange Server

mark evertz
Greenhorn

Joined: Apr 11, 2002
Posts: 22
Hello all,
we have the following problem using JavaMail with MS Exchange and Pop3.
After fetching mails from the server we want to delete marked mails (on the server).
In the documentation I read that this can be achived by calling folder.close( true );
Getting mails works, but mails will not be deleted afterwards.
Has anybody experienced similar problems and maybe knows a solution for this?
Greetings,
Mark
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JavaMail & MS Exchange Server
 
Similar Threads
JavaMail using Exchange
JavaMail but no SMTP
Storage of Data
How to Access mail boxes from MS Exchange Server ?
JavaMail in multithreaeded environment