While trying to eliminate the unnecessary message parsing that's happening when the POP3 server is accessing inboxes in a DB mail repository (on mysql or m$sql when you can just query the DB for the length of the message), I've come across obvious confusion because of the "getSize()" signature. On MailImpl, getSize() returns the entire message size, while on MimeMessage, getSize() returns just the message body size.
What I'm doing is renaming getSize to getMessageSize() on MailImpl (I don't have any control over MimeMessage's signature obviously). While still not completely clear, I think it's going to at least be slightly less confusing. Hopefully I can fix some of the size reporting bugs while clearing this up. Serge Knystautas Loki Technologies - Unstoppable Websites http://www.lokitech.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
