Package org.apache.james.mailbox.model

Examples of org.apache.james.mailbox.model.MailboxMetaData


                    isRelative = true;
                }
                // Get the mailbox for the reference name.
                final MailboxPath rootPath = new MailboxPath(referenceRoot, "", "");
                results = new ArrayList<MailboxMetaData>(1);
                results.add(new MailboxMetaData() {

                    /**
                     * @see org.apache.james.mailbox.MailboxMetaData#inferiors()
                     */
                    public Children inferiors() {
View Full Code Here

TOP

Related Classes of org.apache.james.mailbox.model.MailboxMetaData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.