Conversions to H4 formats
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Feb 2010 18:34:20 +0000 (11:34 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 9 Feb 2010 19:28:16 +0000 (12:28 -0700)
commit840f1b2390b7936d58b2abcafdcaec1b46fff40d
tree0f97b1aa7824eaccfedfe1f8e31121339710cec1
parent27c87db4dd9aa17ae94c980c3e48dedaefbb79d3
Conversions to H4 formats
74 files changed:
ingo/blacklist.php
ingo/config/fields.php.dist
ingo/config/prefs.php.dist
ingo/filters.php
ingo/forward.php
ingo/lib/Api.php
ingo/lib/Application.php
ingo/lib/Driver.php
ingo/lib/Driver/Ldap.php
ingo/lib/Driver/Sivtest.php
ingo/lib/Driver/Timsieved.php
ingo/lib/Driver/Vfs.php
ingo/lib/Exception.php [new file with mode: 0644]
ingo/lib/Ingo.php
ingo/lib/Script.php
ingo/lib/Script/Imap.php
ingo/lib/Script/Maildrop.php
ingo/lib/Script/Maildrop/Comment.php [new file with mode: 0644]
ingo/lib/Script/Maildrop/Recipe.php [new file with mode: 0644]
ingo/lib/Script/Maildrop/Variable.php [new file with mode: 0644]
ingo/lib/Script/Procmail.php
ingo/lib/Script/Procmail/Comment.php [new file with mode: 0644]
ingo/lib/Script/Procmail/Recipe.php [new file with mode: 0644]
ingo/lib/Script/Procmail/Variable.php [new file with mode: 0644]
ingo/lib/Script/Sieve.php
ingo/lib/Script/Sieve/Action.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Addflag.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Discard.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Fileinto.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Flag.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Keep.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Notify.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Redirect.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Reject.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Removeflag.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Stop.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Action/Vacation.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Comment.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Else.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Elsif.php [new file with mode: 0644]
ingo/lib/Script/Sieve/If.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Sieve.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Address.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Allof.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Anyof.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Body.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Exists.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/False.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Header.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Not.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Relational.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/Size.php [new file with mode: 0644]
ingo/lib/Script/Sieve/Test/True.php [new file with mode: 0644]
ingo/lib/Session.php [deleted file]
ingo/lib/Storage.php
ingo/lib/Storage/Blacklist.php
ingo/lib/Storage/Forward.php
ingo/lib/Storage/Mock.php
ingo/lib/Storage/Rule.php
ingo/lib/Storage/Spam.php
ingo/lib/Storage/Sql.php
ingo/lib/Storage/Vacation.php
ingo/lib/Storage/VacationTest.php
ingo/lib/Storage/Whitelist.php
ingo/rule.php
ingo/script.php
ingo/scripts/ingo-postfix-policyd
ingo/scripts/upgrades/convert_prefs_to_sql.php
ingo/spam.php
ingo/templates/rule/filter.inc
ingo/templates/rule/header.inc
ingo/vacation.php
ingo/whitelist.php