75 lines
1.9 KiB
JSON
75 lines
1.9 KiB
JSON
{
|
|
"general": {
|
|
"log_file": "migration.log",
|
|
"debug_delay": 0.0,
|
|
"statistics_file": "statistics.json",
|
|
"reconnect_interval": 500
|
|
},
|
|
"mapping": {
|
|
"folder_mapping": {
|
|
"Inbox": "INBOX",
|
|
"Gesendet": "Gesendete Objekte",
|
|
"Sent Mail": "Gesendete Objekte",
|
|
"Sent": "Gesendete Objekte",
|
|
"Alle Nachrichten": "Archive",
|
|
"All Mail": "Archive",
|
|
"Important": "INBOX",
|
|
"Markiert": "INBOX",
|
|
"Starred": "INBOX",
|
|
"Wichtig": "INBOX",
|
|
"Papierkorb": null,
|
|
"Trash": null,
|
|
"Spam": null,
|
|
"Entwürfe": null,
|
|
"Drafts": null,
|
|
"Draft": null,
|
|
"Jobsuche": null
|
|
},
|
|
"archive_folder": "Archive",
|
|
"folder_prefix": "INBOX.",
|
|
"root_folder": "[Gmail]/Alle Nachrichten",
|
|
"labels_as_flagged": [
|
|
"Important",
|
|
"[Gmail]/Important",
|
|
"Starred",
|
|
"[Gmail]/Starred"
|
|
]
|
|
},
|
|
"extract_attachments": {
|
|
"enabled": true,
|
|
"attachment_whitelist": [
|
|
".pdf",
|
|
".jpg",
|
|
".png",
|
|
".doc",
|
|
".jpeg",
|
|
".docx",
|
|
".zip",
|
|
".wav",
|
|
".xls",
|
|
".csv",
|
|
".txt",
|
|
".xlsx",
|
|
".pps",
|
|
".ppt",
|
|
".pptx",
|
|
".rtf",
|
|
".mp3",
|
|
".mov",
|
|
".m4a",
|
|
".mpg",
|
|
".wmv",
|
|
".tiff",
|
|
".tif",
|
|
".swf",
|
|
".mpeg",
|
|
".odt",
|
|
".mobi",
|
|
".docm",
|
|
".pages"
|
|
],
|
|
"min_attachment_size": 0,
|
|
"max_attachment_size": 104857600,
|
|
"external_storage_path": "/Users/bwaide/Documents/Email"
|
|
}
|
|
} |