Displaying 4 results from an estimated 4 matches for "imap_sieve_cmd_mov".
Did you mean:
imap_sieve_cmd_move
2016 Nov 07
2
imapsieve pigeonhole plugin?
...switch (isuser->cur_cmd) {
> 602 case IMAP_SIEVE_CMD_APPEND:
> 603 cause = "APPEND";
> 604 can_discard = TRUE;
> 605 break;
> 606 case IMAP_SIEVE_CMD_COPY:
> 607 case IMAP_SIEVE_CMD_MOVE:
> 608 cause = "COPY";
> 609 can_discard = TRUE;
> 610 break;
> 611 case IMAP_SIEVE_CMD_STORE:
> 612 case IMAP_SIEVE_CMD_OTHER:
> 613 cause = "FLAG";
>...
2016 Nov 06
3
imapsieve pigeonhole plugin?
it also appears that the above-captioned file is *NOT* in the tarball :(
On Sun, Nov 6, 2016 at 10:39 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
> ok, I found:
> https://github.com/dovecot/pigeonhole/blob/master/doc/
> plugins/imapsieve.txt
> and that helps.
>
> Can this be added to the Wiki?
>
> On Sun, Nov 6, 2016 at 10:30 AM, Larry Rosenman <larryrtx
2016 Nov 07
0
imapsieve pigeonhole plugin?
...md) {
> > 602 case IMAP_SIEVE_CMD_APPEND:
> > 603 cause = "APPEND";
> > 604 can_discard = TRUE;
> > 605 break;
> > 606 case IMAP_SIEVE_CMD_COPY:
> > 607 case IMAP_SIEVE_CMD_MOVE:
> > 608 cause = "COPY";
> > 609 can_discard = TRUE;
> > 610 break;
> > 611 case IMAP_SIEVE_CMD_STORE:
> > 612 case IMAP_SIEVE_CMD_OTHER:
> > 613 ca...
2016 Nov 06
0
imapsieve pigeonhole plugin?
...an_discard = FALSE;
601 switch (isuser->cur_cmd) {
602 case IMAP_SIEVE_CMD_APPEND:
603 cause = "APPEND";
604 can_discard = TRUE;
605 break;
606 case IMAP_SIEVE_CMD_COPY:
607 case IMAP_SIEVE_CMD_MOVE:
608 cause = "COPY";
609 can_discard = TRUE;
610 break;
611 case IMAP_SIEVE_CMD_STORE:
612 case IMAP_SIEVE_CMD_OTHER:
613 cause = "FLAG";
614 break;
6...