Changes between Version 5 and Version 6 of sieve


Ignore:
Timestamp:
Jul 11, 2015, 11:58:16 AM (10 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sieve

    v5 v6  
    3939
    4040Lastly, if you are running linux on your desktop client, you can install the [https://github.com/philpennock/sieve-connect sieve-connect] program which will help you upload your sieve scripts and make them active without requiring sftp/ssh access. There are a [http://sieve.info/clients more sieve clients] you can check out that run on a variety of platforms, however, your mileage may vary.
    41 Coming Soon.
     41
     42A few notes on filing messages:
     43
     44 * When you want to file a message into your inbox, the action should be:
     45{{{
     46fileinto "INBOX";
     47}}}
     48 * If you want to file into your Spam box, it should be:
     49{{{
     50fileinto "INBOX.Spam";
     51}}}
     52