diff options
author | Yanes Checcacci Balod <yanes@pobox.com> | 2014-06-22 11:12:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-22 11:14:21 +0700 |
commit | 7d6d52860e05bec0426c3e499053c5144704ddf3 (patch) | |
tree | 357fcbcbcf68aa29d2f9266ab1dfb538ae03ac65 /network/wmnotify/README | |
parent | 4e0cd4b8c3c4ab730371e5c59a17d756b60679a5 (diff) | |
download | slackbuilds-7d6d52860e05bec0426c3e499053c5144704ddf3.tar.gz |
network/wmnotify: Added (dock application).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/wmnotify/README')
-rw-r--r-- | network/wmnotify/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/network/wmnotify/README b/network/wmnotify/README new file mode 100644 index 0000000000..3ae2bccf0b --- /dev/null +++ b/network/wmnotify/README @@ -0,0 +1,17 @@ +DockApp e-mail notification program for POP3 and IMAP4 servers + +wmnotify is a DockApp application, running under WindowMaker, to periodically check +a POP3 or IMAP4 email account for new messages. It also supports SSL encryption. + +When new messages are detected, the mailbox image is animated to give a visual +indication that new mail has arrived. Additionnally, if desired, a sound can be +produced from a WAV or AU audio file, or from the console bell.For simplicity reasons, +wmnotify doesn't support multiple POP3 accounts. + +But by starting a new instance of wmnotify and specifying an alternate configuration +file on the command line, you can effectively check multiple POP3 accounts. + +NOTE: There's a PATCH inside the package to replace the non-stop animation + to a static image for incomming e-mails. Just edit the building script + and set the "PATCH" variable to "yes" or pass a parameter to the build script + PATCH=yes ./wmnotify.SlackBuild |