ImapTest Download
Linux packages
The Dovecot Team creates ImapTest packages for several different Linux distributions.
Instructions on how to configure your system to install the packages can be found on the Dovecot Community Repositories page.
Static Binaries ("latest")
Static binaries are automatically compiled whenever a commit is pushed to the source repository.
Download link: https://github.com/dovecot/imaptest/releases/tag/latest
Docker Container
ImapTest is available as a Docker container on Docker Hub: dovecot/imaptest.
To run ImapTest with Docker:
bash
docker run --rm -it dovecot/imaptest [options]INFO
ImapTest can also be compiled from source. See build for details.