You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In gmail
I need to have a filter, eg. :contain_from('.'): msgs = account['Folder/sub']:contain_from('.') On other IMAP server can do just msgs = account['Folder/sub']
If I don't have the filter, then msgs is a empty list, that even fails during msgs:move_messages('new folder')
How do other solve this?
The text was updated successfully, but these errors were encountered:
Hi, In gmail I need to have a filter, eg. :contain_from('.'): msgs = account['Folder/sub']:contain_from('.') On other IMAP server can do just msgs = account['Folder/sub']
If I don't have the filter, then msgs is a empty list, that even fails during msgs:move_messages('new folder')
How do other solve this?
Just for information, did you log into gmail with app-password or with oauth2? I'm trying to use oauth2, but it doesn't download anything, the connection seems active, but any command times out.
If I solve this, maybe I can get to the point where you are... and a solution can be found.
I log into gmail using app-password as described in #287. My gmail account is an old "free" Google-Site account with my own domain, converted to (Legacy) Workspace account a few years ago.
Hi,
In gmail
I need to have a filter, eg. :contain_from('.'):
msgs = account['Folder/sub']:contain_from('.') On other IMAP server can do just
msgs = account['Folder/sub']If I don't have the filter, then msgs is a empty list, that even fails during msgs:move_messages('new folder')
How do other solve this?
The text was updated successfully, but these errors were encountered: