imap-archiver/config.yml.sample

17 lines
278 B
Plaintext
Raw Permalink Normal View History

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
exclude_folders:
- Trash
- Drafts
2024-03-06 13:48:06 -07:00
- Spam
2024-03-06 17:22:42 -07:00
- Scheduled
- '[Gmail]/Trash'
- '[Gmail]/Drafts'
- '[Gmail]/Starred'
2024-03-06 13:48:06 -07:00
- '[Gmail]/Important'