Hi,

When a message is deleted, the current usage of Qutoa size is not changed.

We use the following JavaMail code to remove messages:

 Message m = folder.getMessage(i);

 m.setFlag(FLAGS.Flag.DELETED, true);

 ...

folder.close(true);

What we did it improperly?

Thanks for your help!

Guofeng



---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to