fix: SyntaxWarning in mail_processor and stale running runs in tasks

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/b5def92f-03a4-493c-a5a7-d15a7ca82492

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-27 17:28:28 +00:00
parent 8673b898a1
commit f8a9f3ce53
3 changed files with 52 additions and 3 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ class MailProcessor:
async def _fetch_imap_emails(
self, max_count: int, already_seen_uids: Set[str]
) -> Tuple[List[bytes], List[str]]:
"""Fetch emails via IMAP, marking each message \Seen to prevent re-fetch."""
"""Fetch emails via IMAP, marking each message \\Seen to prevent re-fetch."""
emails: List[bytes] = []
new_uids: List[str] = []