|
|||||||||
| Home >> All >> org >> joshy >> webmail >> [ bl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.joshy.webmail.bl
Class FolderList

java.lang.Objectorg.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
|
|||||||||
| Home >> All >> org >> joshy >> webmail >> [ bl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.joshy.webmail.bl.FolderList