libninjacom / gmail-rs

MIT License
2 stars 1 forks source link

Received "Missing filed 'internalDate'" when retrieveing messages_list #2

Open catskul opened 2 months ago

catskul commented 2 months ago

Call to

    let messages_response = client
        .messages_list(user_id)
        .include_spam_trash(false)
        .max_results(1)
        .q(q)
        .await
        .unwrap();

results in:

called `Result::unwrap()` on an `Err` value: Protocol(JsonError(Error("missing field `internalDate`", line: 6, column: 5)))
MikaelHellsenPon commented 4 days ago

without this its hard to do much with this package :(