issues@javamail.java.net

[Bug 2986] Add RFC 3348 (IMAP Child Mailbox Extension) support

From: <bugzilla-daemon_at_kenai.com>
Date: Tue, 2 Nov 2010 21:34:57 +0000 (GMT)

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


Bill Shannon <shannon_at_kenai.com> changed:

           What |Removed |Added
----------------------------------------------------------------------------
             Status|NEW |RESOLVED
         Resolution| |WORKSFORME




--- Comment #1 from Bill Shannon <shannon_at_kenai.com> 2010-11-02 21:34:55 ---
You should be able to access this information using the
com.sun.mail.imap.IMAPFolder.getAttributes() method, which returns a
String[] of attributes from the LIST response, e.g., "\HasChildren",
"\HasNoChildren". This method was added in JavaMail 1.3.3.

If this doesn't work, let me know.

-- 
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.