blob: 6de123134059098ffe3af5bef7651604182b79bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# NAME
App::ImapNotify - It's new $module
# SYNOPSIS
use App::ImapNotify;
# DESCRIPTION
App::ImapNotify is a simple notification script using IMAP NOTIFY. Note that it is very simple and
implements a custom IMAP client with very limited features. Mostly a proof of
concept and personal script.
# LICENSE
Copyright (C) Florian Pritz.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
# AUTHOR
Florian Pritz <bluewind@xinu.at>
|