' . $note .'', 'center' ) . "
\n"; } if ( sqgetGlobalVar('just_logged_in', $just_logged_in, SQ_SESSION) ) { if ($just_logged_in == true) { $just_logged_in = false; sqsession_register($just_logged_in, 'just_logged_in'); if (strlen(trim($motd)) > 0) { echo html_tag( 'table', html_tag( 'tr', html_tag( 'td', html_tag( 'table', html_tag( 'tr', html_tag( 'td', $motd, 'center' ) ) , '', $color[4], 'width="100%" cellpadding="5" cellspacing="1" border="0"' ) ) ) , 'center', $color[9], 'width="70%" cellpadding="0" cellspacing="3" border="0"' ); } } } showMessagesForMailbox($imapConnection,$aLastSelectedMailbox); do_hook('right_main_bottom'); sqimap_logout ($imapConnection); echo ''; sqsession_register($aLastSelectedMailbox,'aLastSelectedMailbox'); ?>