imap-archiver/iarchiver/gmail.py

11 lines
250 B
Python
Raw Normal View History

# https://support.google.com/mail/answer/7190?hl=en
gmail_categories = [
2024-03-06 13:34:14 -07:00
'category:primary',
'category:social',
'category:promotions',
'category:updates',
'category:forums',
'category:reservations',
'category:purchases'
]