/imapdump

Python module for dumping mails from an IMAP server to a local folder for backup purposes

Primary LanguagePython

imapdump

About

imapdump is a cli based tool to export imap accounts to a local folder.

Configuration

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

Open Source License Attribution

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.