imap-archiver/iarchiver/gmail.py

11 lines
250 B
Python

# https://support.google.com/mail/answer/7190?hl=en
gmail_categories = [
'category:primary',
'category:social',
'category:promotions',
'category:updates',
'category:forums',
'category:reservations',
'category:purchases'
]