imapdump is a cli based tool to export imap accounts to a local folder.
Edit the default config.yml
.
Example configuration:
dump_folder: /path/to/dump/folder
servers:
# A unique key for your imap server config.
myhost:
host: imap.example.com
username: user
password: supers3cr3tp4ssw0rd
This application uses Open Source components. You can find the source code of their open source projects along with license information below. We acknowledge and are grateful to these developers for their contributions to open source.
- Copyright (c) Konrad Hałas and contributors
- MIT License
- Copyright (c) The YAML Project and contributors
- MIT License
- Copyright (c) 2014 Menno Smits and contributors
- New BSD License