/imapshell

debug and migrate IMAP accounts from the command line

Primary LanguagePythonMIT LicenseMIT

imapshell

imapshell provides some interactive IMAP functions for debugging and migrating mail from one IMAP server to another.

Install

Install as any other Python program:

$ python setup.py install

Or install in a virtual environment to isolate it from your system Python.

Usage

$ imapshell -v login mail.example.com
INFO: Set log level to INFO
mail.example.com login name: markpasc@example.com
mail.example.com password:
INFO: Connected successfully

$