Wrapper for add notification sending to OfflineIMAP.

Distopico 1737f7714b change to main il y a 4 ans
docs b18e1a9217 replace pynotify to notify2 il y a 4 ans
.gitignore 76c62693b9 add gitignore il y a 4 ans
CHANGELOG.md 8fbec8053d version 0.60 il y a 4 ans
LICENSE 4a18e43dd7 add license il y a 11 ans
README.md 1737f7714b change to main il y a 4 ans
offlineimap_notify.py b18e1a9217 replace pynotify to notify2 il y a 4 ans
setup.py 68942703f8 fix setup il y a 4 ans

README.md

offlineimap-notify

The default branch is now main. check it to see the most recent changes

Wrapper for add notification sending to OfflineIMAP.

Run OfflineIMAP after adding notification sending to its UIs. When an account finishes syncing, messages synced to the local repository will be reported using D-Bus (through notify2) or a fallback notifier command.

Quick Start

  • Install the package

    pip2 install offlineimap-notify
    
  • Call offlineimap-notify instead of offlineimap

 offlineimap-notify

Requirements

  • Python 2.7.x
  • OfflineIMAP
  • notify2 (Optional)

Usage

For configuration options and usage check Docs

License

GNU General Public License version 3