|
Free Software
|
sift is a simple client-side, utility for manipulating messages stored upon a remote IMAP server. Using it you can create simple rule-files which allow operations to be conducted against the remote store. A typical use would be to:
This basic usage is demonstrated in the simple rule-file sample distributed with the code. There are two types of rules which sift understands: Those that select messages and those that operate upon them. When reading these rules you must keep in mind how sift works - at all times there is a list of messages which are regarded as "selected". The selection rules reduce that list of selected messages by some criterea, and the operating rules run against them. The selecting rules:
The operating rules are:
More details are included in the supplied README file. You may download the current stable release from the following links:
There is also a Debian package available for the Stable (etch) release, you may find that in my apt-get repository. If you'd like to try something more cutting edge please see the sift mercurial repository. To use the software you'll need the Net::IMAP::Simple::SSL module. A Debian GNU/Linux users may install this by running: apt-get install libnet-imap-simple-ssl-perl Download, unpack, and run "make install". |
|
[ Sitemap | Contact Me ]
|