rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
130 stars 30 forks source link

Google Take Out to IMAP4 #63

Open miguelzabala opened 1 year ago

miguelzabala commented 1 year ago

Hi,

how can Import from MBOX Google Take Out Gmail to IMAP4 server?

rgladwell commented 1 year ago

We have a number of Google Takeout features:

  --google-takeout      Import Google Takeout using labels as folders.
  --google-takeout-box-as-base-folder
                        Use given box as base folder.
  --google-takeout-first-label
                        Only import first label from the email.
  --google-takeout-label-priority=GOOGLE_TAKEOUT_LABEL_PRIORITY
                        Priority of labels, if --google-takeout-first-label is
                        used
  --google-takeout-language=GOOGLE_TAKEOUT_LANGUAGE
                        [Use specific language. Supported languages: 'en es ca
                        de'. default: en]
rgladwell commented 1 year ago

The README contains more documentation.