JavaMail POP3Message.getSize() problem
I am using the getSize() method for the POP3Message object to get the size of the message. I noticed the size returned from the method getSize() is not the same is what is returned from the LIST command. And in some cases is off by like 600 bytes. I understand that the docs say that the size may not be exact but I would expect that the JavaMail API would at least tell me whatever the POP3 protocol returns from the command. Has anyone else noticed this problem and know of a work around to getting the size that the LIST command actually returns?
I'm using JavaMail 1.4 btw.