Re: How to find a mail user's Disk usage ?
Posted By:
gurpreet_ahluwalia
Posted On:
Tuesday, November 5, 2002 10:53 PM
i think u want to know the size of the user mailbox...
for this there is no method in javamail.
First get the size of every message in every folder in the user account...
add all the sizes...
and u get the total size of user Mailbox....