Displaying 1 result from an estimated 1 matches for "342c342".
2005 Oct 02
1
deliver: select destination folder
...ct the destination
folder within an IMAP account, so I added the -f switch, heres the diff,
the implementation is only "proof of concept" hehe, I didnt checked if
theres any security riscs in doing this. Could we add something like this
to dovecot?
diff deliver.c.orig deliver.c
342c342
< const char *destination, *mail;
---
> const char *destination, *mail, *folder;
355a356
> folder = NULL;
364a366,373
> } else if (strcmp(argv[i], "-f") == 0) {
> /* destination folder */
> i++;...