* * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ //TODO: Criar a Classe Widget. include_once(PHPGW_INCLUDE_ROOT.'/expressoMail1_2/inc/class.imap_functions.inc.php'); // Classe principal do Mini Mail class ui_mobilemail{ // Define as funções públicas var $public_functions = array( 'mail_list' => True, 'change_folder' => True, 'change_page' => True, 'show_msg' => True, 'send_mail' => True, //'reply_msg' => True, 'new_msg' => True, 'delete_msg' => True, 'init_schedule' => true, 'add_recipients' => true, 'add_recipient' => true, 'list_folders' => true, 'save_draft' => true, 'mark_message_with_flag' => true, 'change_search_box_type' => true, 'index' => true ); var $bo_mobilemail; var $template; var $common; var $folders; // Pastas imap var $current_search_box_type; var $current_folder; // Pasta corrente var $current_page; // Página corrente da lista de e-mails da pasta corrente var $imap_functions; // Variável que recebe um objeto do tipo class.imap_functions.inc.php var $allowed_tags = '