mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
emit debug message
This commit is contained in:
@@ -591,6 +591,8 @@ impl Imap {
|
|||||||
// fetch messages with larger UID than the last one seen
|
// fetch messages with larger UID than the last one seen
|
||||||
// `(UID FETCH lastseenuid+1:*)`, see RFC 4549
|
// `(UID FETCH lastseenuid+1:*)`, see RFC 4549
|
||||||
let set = format!("{}:*", last_seen_uid + 1);
|
let set = format!("{}:*", last_seen_uid + 1);
|
||||||
|
|
||||||
|
info!(context, "fetch_new_messages {:?}", set);
|
||||||
let mut list = match session.uid_fetch(set, PREFETCH_FLAGS).await {
|
let mut list = match session.uid_fetch(set, PREFETCH_FLAGS).await {
|
||||||
Ok(list) => list,
|
Ok(list) => list,
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user