search for: rfc5490

Displaying 7 results from an estimated 7 matches for "rfc5490".

Did you mean: rfc5260
2014 Oct 08
1
[Pigeonhole Sieve interpreter] :create argument and lda_mailbox_autosubscribe setting
...subscribes to the destination mailbox even if that mailbox already existed. Reading Dovecot's documentation and the mailbox extension RFC it seems subscription should happen only if it is a newly created mailbox and should not happen if the mailbox already existed. http://tools.ietf.org/html/rfc5490#section-3.2 [[ 3.2. ":create" Argument to "fileinto" Command (...) If the mailbox already exists, this argument is ignored. (...) ]] /etc/dovecot/conf.d/15-lda.conf [[ # Should automatically created mailboxes be also automatically subscribed? lda_mailbox_autosubscribe = yes ]]...
2019 Feb 28
2
Pigeonhome Sieve: check existence of a folder?
Dear All, Thanks ofr the great job so far. I have crawled the doc & web, and did not find oh to check for the presence of a folder ina? a mailbox? I know about "fileinto :create" of course, but the purpose is slightly different: I want to automate the move into a folder based on some rules but *only if* an associated folder is present (which name is based on the rule),
2011 Jun 12
1
dovecot-metadata-8 released
Hello everyone! I just released dovecot-metadata-8, which is an implementation of RFC 5464 (IMAP METADATA), allowing to add comments/annotations/metadata to folders of an email account. The major feature is that it works with Akonadi, or more specifically the Kolab backend thereof, while being dovecot-2.0 compatible. The module consists of 3 plugins, two IMAP frontends and one backend: *
2019 Feb 28
0
Pigeonhome Sieve: check existence of a folder?
What about extension "mailbox"? https://wiki.dovecot.org/Pigeonhole/Sieve https://tools.ietf.org/html/rfc5490#section-3 A simple example (not tested, but should work): note:? + I use '/' instead of '.' as hierarchical separator + stop; stops the whole script, but you could use elsif instead. require ["fileinto", "mailbox"]; if header :contains "header's name...
2010 Mar 11
1
sieve fileinto rule (pigeonhole)
Hello, i discovered that when a sieve rule "fileinto drawer;" tries to deliver a mail into a non existent drawer, the drawer gets created. This is neat, but is there also a way to automatically subcribe to the created folder ? Regards, Oliver Eales
2010 Dec 18
1
Sieve create non-existent folder
Hello, Is there a way to have a Sieve script create a non-existent folder rather than have it deliver messages to INBOX instead? I'm using Dovecot 2.0.8 with Postfix, via LMTP. Thanks!
2011 Apr 01
2
Sieve: unknown tagged argument ':create' for the fileinto command
Hello, I've upgraded from dovecot 1.2.x with sieve to dovecot 2.0.11 with sieve. I've noticed that folders are no more created at delivery time now. I've read that I have to do two things: lda_mailbox_autocreate = yes in dovecot.conf and fileinto :create in the sieve script. Now the error message I receive is: error: unknown tagged argument ':create' for the fileinto