Metadata-Version: 2.1
Name: offlineimap-notify
Version: 0.6.0
Summary: Wrapper for add notification sending to OfflineIMAP
Home-page: https://framagit.org/distopico/offlineimap-notify
Author: Raymond Wagenmaker and Distopico
Author-email: distopico@riseup.net
License: UNKNOWN
Download-URL: https://framagit.org/distopico/offlineimap-notify/-/archive/v0.6.0/offlineimap-notify-v0.6.0.tar.gz
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: offlineimap

# offlineimap-notify

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 pynotify) or a fallback notifier command.

## Quick Start

* Call `offlineimap-notify` instead of `offlineimap`

```sh
 offlineimap-notify
```

## Usage
For configuration options and usage check [Docs](https://framagit.org/distopico/offlineimap-notify/-/blob/master/docs/offlineimap-notify.md)

## License
[![GNU General Public License version 3](https://www.gnu.org/graphics/gplv3-127x51.png)](https://framagit.org/distopico/offlineimap-notify/-/blob/master/LICENSE)


