// Optional integration test for Gmail API interactions.
//
// This test is ignored by default to avoid network use in CI.
// To run locally, ensure you have valid OAuth client credentials and set up
// the configuration as required by `ClientConfig`.
//
// Example to run:
// cargo test --test gmail_message_list_integration -- --ignored
use ;
async