Skip to content

gorootde/offlineimap-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Offlineimap in a container

Containerized https://github.com/OfflineIMAP/offlineimap

Docker Image CI

Getting Started

  1. Create a offlineimaprc config. See this page for examples.
  2. Run the container docker run -v /path/to/offlineimaprc:/offlineimap.conf:ro gorootde/offlineimap

Usage

To keep the container up and running, it is mandatory to specify a autorefresh option in your config. Otherwise the container will exit after the first run is complete.

Volume Description
/offlineimap.conf Attach your .offlineimaprc config file to this path.
/localrepo  In case you want to use some persistent storage to do offline synchronization: mount it here