I have javamail program which gets size of each mail in my gmail inbox. I am accessing size using mbeans in a client program. how do i get to know which mail's size it is showing in the client program?
I need to get more than 1 value in the client program at the same instance,i.e. the mail size and the mail number. What should be done?