kopano-ibrule(1) | Kopano Core user reference | kopano-ibrule(1) |
kopano-ibrule — Inbox rule inspection and manipulation utility
kopano-ibrule [-AP] [-D index] [-S] [-h host] [-u username] [rule-spec...]
This program can be used to inspect or change the so-called "inbox rules" of a user's inbox. This is a mechanism by which they can instruct kopano-dagent to, for example, move, copy, forward, or reply to, messages upon reception.
Default: default:
cond-spec := cond exists-rst
exists-rst := exists proptag
proptag := hex-value | message-class
act-spec := act { delete | mark-as-read | copy store guid folder guid | move store guid folder guid }
rule-spec := seq number | cond-spec | act-spec | stop
Log in and show table:
IBR_PASSWORD=xfoo kopano-ibrule -u foo -S
Marking all mails as read that were sent to oneself, and cease processing of rules afterwards:
2018-09-13 | Kopano 8 |