search for: imap_sieve_cmd_oth

Displaying 4 results from an estimated 4 matches for "imap_sieve_cmd_oth".

Did you mean: imap_sieve_cmd_other
2016 Nov 07
2
imapsieve pigeonhole plugin?
...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; > 615 default: > 616 i_unreached(); > 617 } Will investigate more later today. Regards, Stephan.
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_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; > > 615 default: > > 616 i_unreached(); > > 617 } > > Will investigate more later today. > > Regards, > > Stephan....
2016 Nov 06
0
imapsieve pigeonhole plugin?
...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; 615 default: 616 i_unreached(); 617 } On Sun, Nov 6, 2016 at 10:48 AM, Larry Rosenman <larryrtx at gmail.com> wrote: > it also appears that the above-captione...