search for: imap_sieve_cmd_append

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

2016 Nov 07
2
imapsieve pigeonhole plugin?
...> imap-sieve-storage.c: line 616: unreached > > I can provide more logs, but doing the same to (one of) the base > mailbox(es) does NOT garner > the message. > > > 600 can_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"; >...
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?
...ed > > > > I can provide more logs, but doing the same to (one of) the base > > mailbox(es) does NOT garner > > the message. > > > > > > 600 can_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 cau...
2016 Nov 06
0
imapsieve pigeonhole plugin?
...59 thebighonker dovecot: imap(ler): Panic: file imap-sieve-storage.c: line 616: unreached I can provide more logs, but doing the same to (one of) the base mailbox(es) does NOT garner the message. 600 can_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 =...