Displaying 3 results from an estimated 3 matches for "rfc8580".
Did you mean:
rfc4550
2019 Oct 11
2
Vacation Fcc
Hi list,
I use Dovecot's Pigeonhole Sieve implementation, and there is one little
feature I'm missing: When a vacation message is sent, I'd like to keep a
copy of that message in my "sent" mailbox.
There is an RFC draft (draft-ietf-extra-sieve-fcc-09) for this, which adds
a ":fcc" argument to vacation, but apparently it's not supported by
Pigeonhole.
I
2019 Oct 14
0
Vacation Fcc
...py of that message in my "sent" mailbox.
>
> There is an RFC draft (draft-ietf-extra-sieve-fcc-09) for this, which
> adds a ":fcc" argument to vacation, but apparently it's not supported
> by Pigeonhole.
Actually, it is RFC already: https://tools.ietf.org/html/rfc8580 .
> I have two questions:
>
> Will ":fcc" be supported in the future?
I'd say yes, but it is not simple to implement, nor is it high up in our
list of priorities.
> In the meantime (or if supporting ":fcc" is not planned), is it
> possible to achieve the...
2019 Oct 14
1
Vacation Fcc
...quot;sent" mailbox.
>>
>> There is an RFC draft (draft-ietf-extra-sieve-fcc-09) for this, which
>> adds a ":fcc" argument to vacation, but apparently it's not supported
>> by Pigeonhole.
>
> Actually, it is RFC already: https://tools.ietf.org/html/rfc8580 .
>
Okay, thanks for the pointer!
>
>> I have two questions:
>>
>> Will ":fcc" be supported in the future?
>
> I'd say yes, but it is not simple to implement, nor is it high up in our
> list of priorities.
>
Okay, so I'd better look for ano...