* @copyright 1999-2025 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage info */ /** * Get the IMAP capabilities * * @param mixed $imap_stream * @return array * @access private */ function get_caps($imap_stream) { return sqimap_run_command_list($imap_stream, 'CAPABILITY',false, $responses, $message,false); } /** * Run an IMAP test and return the results * * @param mixed $imap_stream * @param string $string imap command * @return array Response from the IMAP server * @access private */ function imap_test($imap_stream, $string) { print "