//! Live end-to-end test against a real Gmail account; ignored by
//! default, needs credentials in the environment.
use env;
use craterun_imaps;
/// End-to-end test against the Gmail IMAP service.
///
/// # Example
///
/// ```sh
/// GMAIL_EMAIL=test@gmail.com \
/// GMAIL_APP_PASSWORD=xxx \
/// cargo test --test gmail -- --ignored
/// ```