imap-archiver/config.yml.sample

17 lines
278 B
Plaintext

server: imap.example.com
username: bob@example.com
password: password123
database_path: emails.db
attachments_path: attachments
exclude_folders:
- Trash
- Drafts
- Spam
- Scheduled
- '[Gmail]/Trash'
- '[Gmail]/Drafts'
- '[Gmail]/Starred'
- '[Gmail]/Important'