imap-archiver/config.yml.sample

21 lines
439 B
Plaintext

server: imap.example.com
username: bob@example.com
password: password123
database_path: emails.db
attachments_path: attachments
# 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
exclude_folders:
- Trash
- Drafts
- Spam
- Scheduled
- '[Gmail]/Trash'
- '[Gmail]/Drafts'
- '[Gmail]/Starred'
- '[Gmail]/Important'