imap-archiver/config.yml.sample

14 lines
254 B
Plaintext
Raw 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
- '[Gmail]/Trash'
- '[Gmail]/Drafts'
- '[Gmail]/Starred'
- '[Gmail]/Important'