Displaying 4 results from an estimated 4 matches for "imap_sieve_cmd_stor".
Did you mean:
imap_sieve_cmd_store
2016 Nov 07
2
imapsieve pigeonhole plugin?
...UE;
> 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 }
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?
...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 }
>
> Will investigate more...
2016 Nov 06
0
imapsieve pigeonhole plugin?
...04 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;
615 default:
616 i_unreached();
617 }
On Sun, Nov 6, 2016 at 10:48 AM, Larry Rosenman <larryrtx at gmail.com> wrote:
&g...