| | |
| | | /** |
| | | * Return html for a structured list <ul> for the mailbox tree |
| | | */ |
| | | private static function render_folder_tree_html(&$arrFolders, &$mbox_name, &$jslist, $attrib, $nestLevel = 0) |
| | | public static function render_folder_tree_html(&$arrFolders, &$mbox_name, &$jslist, $attrib, $nestLevel = 0) |
| | | { |
| | | global $RCMAIL; |
| | | |
| | |
| | | /** |
| | | * Return html for a flat list <select> for the mailbox tree |
| | | */ |
| | | private static function render_folder_tree_select(&$arrFolders, &$mbox_name, $maxlength, &$select, $realnames = false, $nestLevel = 0, $opts = array()) |
| | | public static function render_folder_tree_select(&$arrFolders, &$mbox_name, $maxlength, &$select, $realnames = false, $nestLevel = 0, $opts = array()) |
| | | { |
| | | global $RCMAIL; |
| | | |