Talk:OfflineIMAP

From ArchWiki
Latest comment: 15 April 2018 by Midov in topic systemd timer

http://nicolas33.github.com/offlineimap/#signals says

 You can send SIGINT to OfflineIMAP using (~/.offlineimap/pid) to kill it. SIGUSR1 will force an immediate resync of all accounts. This will be ignored for all accounts for which a resync is already in progress.

Can someone please explain how to send a signal to a file?

In that file is stored PID (process ID) of the current running offlineimap process. You can use this number as an argument to kill command, to send signals. Like this:
kill -s SIGUSR1 `cat ~/.offlineimap/pid`
You can see more details here, Nixie 13:50, 7 February 2011 (EST)

Warnings

Before (re)adding more warnings about offlineimaps alleged lack of stability and the potential to cataclysmically delete all your mail, please provide some examples of where this has actually happenend. I have been using it exclusively for the last 3 years on at least 3 machines and have experienced no issues. I can't find a single forum thread describing any such massive failures and the repeated attempts to include warnings on this page is starting to look like scaremongering.

Jasonwryan (talk) 03:14, 6 March 2013 (UTC)Reply[reply]

I can second Jason's view. I have been using offlineimap for well over ten years and have never experienced any kind of data loss in that time.

Nelefa (talk) 16:22, 15 July 2019 (GMT)

systemd timer

The whole part about killing OfflineIMAP in case of freeze should probably be removed, since offlineimap-oneshot.service includes:

TimeoutStopSec=120

It is being killed by default after 120secons. -- Midov (talk) 21:32, 15 April 2018 (UTC)Reply[reply]