Wrapper for add notification sending to OfflineIMAP.

Distopico 4a4cf75f6d Version 0.7.1 8 mēneši atpakaļ
docs 4a4cf75f6d Version 0.7.1 8 mēneši atpakaļ
.envrc 3f2eb423b9 Support offlineimap3 and python3 support 8 mēneši atpakaļ
.gitignore 76c62693b9 add gitignore 4 gadi atpakaļ
CHANGELOG.md 8fbec8053d version 0.60 4 gadi atpakaļ
LICENSE 4a18e43dd7 add license 11 gadi atpakaļ
README.md 4a4cf75f6d Version 0.7.1 8 mēneši atpakaļ
icon.svg 4a4cf75f6d Version 0.7.1 8 mēneši atpakaļ
manifest.scm 3f2eb423b9 Support offlineimap3 and python3 support 8 mēneši atpakaļ
offlineimap_notify.py 4a4cf75f6d Version 0.7.1 8 mēneši atpakaļ
setup.py 3f2eb423b9 Support offlineimap3 and python3 support 8 mēneši atpakaļ

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 notify-py) or fallback notifier command from configuration file.

Quick Start

  • Install the package

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

 offlineimap-notify

Requirements

  • Python 3.10.x
  • OfflineIMAP
  • notify-py (Optional)

Usage

For configuration options and usage check Docs

License

GNU General Public License version 3