On Monday, October 27, 2014 at 1:08 AM, Marcel Waldvogel wrote:
> I’ve looked at the plugin, trying to find out whether it parses unrestricted > Sieve files or whether it can just reread the sieve files it created itself. > However, I did not find where the sieve file is parsed or generated. Can you > give me some examples of sieve files created by RoundCube? Hi Marcel, You can find code here: https://github.com/roundcube/roundcubemail/tree/master/plugins/managesieve/lib/Roundcube In this plugin config file, you can specify managesieve server, and the sieve file name (roundcube.sieve by default), but no absolute/relative path to sieve file. so i guess it reads sieve rules via managesieve service directly, not read (sieve) file. Hope it helps. :) -- [email protected] https://inverse.ca/sogo/lists
