Dump IMAP inbox to a local folder in a regular format: EML, TXT, HTML, PDF, JSON, attachments.
924

See https://github.com/BananaAcid/imapbox
services:
imapbox:
image: bananaacid/imapbox:latest
container_name: imapbox
volumes:
# use a docker volume, as backup location
- imapbox_data:/var/imapbox
# if you want to specify a specific folder as backup folder
#- ./tmp/backup/:/var/imapbox/
# change the path './config.cfg' to the config
# mounting files: an absolute path is always required
#- ${PWD}/tmp/config.cfg:/etc/imapbox/config.cfg
#
# relative binding works fine
- type: bind
source: ./tmp/config.cfg
target: /etc/imapbox/config.cfg
volumes:
imapbox_data:
There is currently no config by ENVs, all options are provided by the config.cfg
Content type
Image
Digest
sha256:f82b273d6…
Size
230.7 MB
Last updated
7 days ago
docker pull bananaacid/imapbox