Skip to main content

Advanced Migration

This Gmail2GDrive v1.x configuration example demonstrates the conversion to the Gmail Processor v2.x config format.

👉 Edit this example in the playground and automatically migrate it to the v2 format using the convert button.

{
"globalFilter": "has:attachment -in:trash -in:drafts -in:spam",
"processedLabel": "gmail2gdrive/client-test",
"sleepTime": 100,
"maxRuntime": 280,
"newerThan": "1d",
"timezone": "GMT",
"rules": [
{
"filter": "to:my.name+scans@gmail.com",
"folder": "'Scans'-yyyy-MM-dd"
},
{
"filter": "from:example1@example.com",
"folder": "'Examples/example1'"
},
{
"filter": "from:example2@example.com",
"folder": "'Examples/example2'",
"filenameFromRegexp": ".*.pdf$"
},
{
"filter": "(from:example3a@example.com OR from:example3b@example.com)",
"folder": "'Examples/example3ab'",
"filenameTo": "'file-'yyyy-MM-dd-'%s.txt'",
"archive": true
},
{
"filter": "label:PDF",
"saveThreadPDF": true,
"folder": "'PDF Emails'"
},
{
"filter": "from:example4@example.com",
"folder": "'Examples/example4'",
"filenameFrom": "file.txt",
"filenameTo": "'file-'yyyy-MM-dd-'%s.txt'"
}
]
}

Source: migrationAdvanced.ts