Installing

Install imapautofiler with pip under Python 3.5 or greater.

$ pip install imapautofiler

System Package Dependencies

imapautofiler uses some libraries for which system packages may need to be installed.

Debian

Before installing imapautofiler, install the other required packages

$ sudo apt-get install build-essential python3-dev \
  libffi-dev libssl-dev libdbus-1-dev libdbus-glib-1-dev \
  gnome-keyring

If you are using a virtualenv, you may also need to install dbus-python.

$ pip install dbus-python