| | |
| | | +-----------------------------------------------------------------------+ |
| | | */ |
| | | |
| | | // If there's no folder or messages list, there's nothing to update |
| | | // This can happen on 'refresh' request |
| | | if (empty($_REQUEST['_folderlist']) && empty($_REQUEST['_list'])) { |
| | | return; |
| | | } |
| | | |
| | | $current = $RCMAIL->storage->get_folder(); |
| | | $check_all = !empty($_GET['_refresh']) || (bool)$RCMAIL->config->get('check_all_folders'); |
| | | $check_all = $RCMAIL->action != 'refresh' || (bool)$RCMAIL->config->get('check_all_folders'); |
| | | |
| | | // list of folders to check |
| | | if ($check_all) { |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | $RCMAIL->plugins->exec_hook('keep_alive', array()); |
| | | |
| | | $OUTPUT->send(); |