\n"; } $check = imap_check ($mbox); echo imap_num_msg($mbox); } else { echo "imap_list failed: " . imap_last_error() . "\n"; } imap_close($mbox); ?>