Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.joshy.webmail.bl
Class FolderList  view FolderList download FolderList.java

java.lang.Object
  extended byorg.joshy.webmail.bl.FolderList

public class FolderList
extends java.lang.Object


Constructor Summary
FolderList()
           
 
Method Summary
static org.w3c.dom.Element folder_to_element(org.w3c.dom.Document output, javax.mail.Folder child_folder)
           
static void getFolderList(org.joshy.webmail.Context context, org.w3c.dom.Document output)
           
static void recurse_folders(org.w3c.dom.Document output, org.w3c.dom.Element element, javax.mail.Folder folder, java.util.Hashtable open_table, java.util.Hashtable folder_hash, org.joshy.webmail.Context context, boolean show_subscribed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FolderList

public FolderList()
Method Detail

getFolderList

public static void getFolderList(org.joshy.webmail.Context context,
                                 org.w3c.dom.Document output)
                          throws java.lang.Exception

recurse_folders

public static void recurse_folders(org.w3c.dom.Document output,
                                   org.w3c.dom.Element element,
                                   javax.mail.Folder folder,
                                   java.util.Hashtable open_table,
                                   java.util.Hashtable folder_hash,
                                   org.joshy.webmail.Context context,
                                   boolean show_subscribed)
                            throws java.lang.Exception

folder_to_element

public static org.w3c.dom.Element folder_to_element(org.w3c.dom.Document output,
                                                    javax.mail.Folder child_folder)
                                             throws javax.mail.MessagingException