|
NAMEsieveshell - remotely manipulate sieve scripts
SYNOPSISsieveshell [--user=user] [--authname=authname] [--realm=realm] [--exec=script] server sieveshell --help
DESCRIPTIONsieveshell allows users to manipulate their scripts on a remote server. It works via MANAGESIEVE, a work in progress. The following commands are recognized: list list scripts on server. put <filename> upload script to server. get <name> [<filename>] get script. if no filename display to stdout delete <name> delete script. activate <name> activate script. deactivate deactivate all scripts.
OPTIONS
REFERENCES[MANAGESIEVE] Martin, T.; ``A Protocol for Remotely Managing Sieve Scripts'', draft-ietf-managesieve-03.txt, Mirapoint, Inc.; May 2001, work in progress.
AUTHORTim Martin <tmartin@mirapoint.com>, and the rest of the Cyrus team <cyrus-bugs@andrew.cmu.edu>. |