Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Gmail missing "All Mail" #429

Closed
corobin opened this issue Oct 14, 2024 · 2 comments
Closed

[Bug] Gmail missing "All Mail" #429

corobin opened this issue Oct 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@corobin
Copy link

corobin commented Oct 14, 2024

Describe the bug
When using a Gmail account, the app does not see the "All Mail" category.

This results in 2 observable consequences:

  1. "All Mail" does not appear in the left hand navigation
  2. there is no option to select for "Archive Folder" in "Configure System Folders"

Expected behavior
There should be an "All Mail" section like the Gmail webmail

Screenshots
Untitled

Additional context
There is one additional observation: on first loading the account, scrolling down in Inbox will continue to show past messages even those which are not in the Inbox. but this appears to be temporary until all mail has been synced for the first time. After mail has been synced, the inbox appears to correctly only show messages in the inbox.

Wino v1.9.30.0

@corobin corobin added the bug Something isn't working label Oct 14, 2024
@BenjaminWang236
Copy link

BenjaminWang236 commented Nov 5, 2024

Second this, was looking for the "Archive" or "All Mail" section like the MS Mail and Calendar has.

image

@bkaankose
Copy link
Owner

Gmail API does not expose "All Mails" and "Archive" folders. Archive in Gmail means 'a mail that has no Inbox label'. When you archive a mail it's inbox label is removed, and for Wino it means that mail has no folder assignment. Right now, app does not have online search functionality. Therefore, it's not possible to see the archived mails back in Wino. I have plans to implement virtual folders to fix this behavior later on though.

Windows Mail does imap synchronization unlike Wino. If you want to bring back those folders you can create an app password for your Gmail and register your account as an imap account instead of Gmail for now. However, gmail synchronizer works much better than our imap synchronizer at the moment. So unless you don't need those 2 folders that much I recommend staying with the existing api integration account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants