2024-03-05 23:57:38 -07:00
|
|
|
server: imap.example.com
|
|
|
|
username: bob@example.com
|
|
|
|
password: password123
|
|
|
|
|
|
|
|
database_path: emails.db
|
|
|
|
attachments_path: attachments
|
|
|
|
|
2024-07-18 19:21:05 -06:00
|
|
|
# Should inline content be saved as well?
|
|
|
|
This will result in images and other inline content being saved, not just attachments.
|
|
|
|
save_inline_attachments: false
|
|
|
|
|
2024-03-05 23:57:38 -07:00
|
|
|
exclude_folders:
|
|
|
|
- Trash
|
2024-03-06 11:36:43 -07:00
|
|
|
- Drafts
|
2024-03-06 13:48:06 -07:00
|
|
|
- Spam
|
2024-03-06 17:22:42 -07:00
|
|
|
- Scheduled
|
2024-03-06 11:36:43 -07:00
|
|
|
- '[Gmail]/Trash'
|
|
|
|
- '[Gmail]/Drafts'
|
|
|
|
- '[Gmail]/Starred'
|
2024-03-06 13:48:06 -07:00
|
|
|
- '[Gmail]/Important'
|