[gmail-detection-and-category-scanning] #02: Gmail Category Mailbox Discovery in Folder Listing #13
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
Reference
Lavisys/mailsweep#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature:
gmail-detection-and-category-scanning| Source:.scratch/gmail-detection-and-category-scanning/issues/02-gmail-category-and-virtual-folder-discovery.md02: Gmail Category Mailbox Discovery in Folder Listing
What to build: Update
MailboxGateway.list_folders()to recognize and include Gmail category mailboxes ([Gmail]/Categories/*,[Gmail]/Luokat/*,Categories/*, etc.) whenis_gmailis active, ensuring tabbed promotions, social, and updates folders are included in scans rather than filtered out.Blocked by: 01: Protocol-Level Gmail Detection & Fake Transport Extensions
Status:
completedMailboxGateway.list_folders()preserves category mailbox paths (e.g.[Gmail]/Categories/Promotions,[Gmail]/Categories/Social,[Gmail]/Luokat/Tarjoukset) whenis_gmailisTrue.[Gmail]/Trash,[Gmail]/Spam,[Gmail]/Drafts,[Gmail]/Sent Mail) remain properly excluded.FakeImapTransportincludes realistic Gmail folder listings with category mailboxes.test_mailsweep.pyverify that category mailboxes are discovered and scheduled for scanning across English and localized server names.