issues@javamail.java.net

[Bug 4743] javamail 1.4.4 - OOM occurs when receive emails for a POP3 account that has more than 14,612,804 messages in INBOX

From: <bugzilla-daemon_at_kenai.com>
Date: Tue, 28 Feb 2012 05:47:00 +0000

http://kenai.com/bugzilla/show_bug.cgi?id=4743

--- Comment #1 from Bill Shannon <shannon_at_kenai.com> 2012-02-28 05:47:00 UTC ---
Actually, POP3 already works the same as IMAP - it only allocates the
POP3Message object when you access the message. Perhaps you're doing
something that causes all the POP3Message objects to be allocated,
such as fetching the UIDs for all messages?

If you increase the heap size, does it work?

-- 
Configure bugmail: http://kenai.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.