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. # Not super nessesary because the inline attachments are encoded in the raw email. save_inline_attachments: false exclude_folders: - Trash - Drafts - Spam - Scheduled - '[Gmail]/Trash' - '[Gmail]/Drafts' - '[Gmail]/Starred' - '[Gmail]/Important'