Sign inSign up

starina/offlineimap

By starina

Updated over 1 year ago

Offlineimap on Alpine Linux

Image
0

10K+

starina/offlineimap repository overview

Offlineimap in a container

Containerized https://github.com/OfflineIMAP/offlineimap on Alpine Linux.
Idea and description taken from here: https://hub.docker.com/r/gorootde/offlineimap

Explore on GitHub

https://github.com/xstarina/offlineimap

Getting Started

  • Create a .offlineimaprc config. See this page for examples.
  • Run the container:
docker run
  --name offlineimap \
  --volume /path/to/offlineimaprc:/offlineimap.conf:ro \
  starina/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.

VolumeDescription
/offlineimap.confAttach your .offlineimaprc config file to this path
/localrepo/In case you want to use some persistent storage to do offline synchronization: mount it here
/home/imapuser/.offlineimap/Cache and metadata

Folder permissions

By default, the container runs as a user imapuser:nogroup (uid:gid 100:65533). So, the local repository must have write permissions for this user.

Tag summary

Content type

Image

Digest

sha256:f2324897a

Size

18.8 MB

Last updated

over 1 year ago

docker pull starina/offlineimap