[cvs] commit: framework/Kolab_Filter COPYING package.xml framework/Kolab_Filter/lib/Horde/Kolab Resource.php framework/Kolab_Filter/lib/Horde/Kolab/Filter Base.php Content.php Incoming.php Outlook.php Response.php Transport.php framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport DovecotLDA.php ...
Gunnar Wrobel
p at rdus.de
Fri Feb 20 22:37:18 UTC 2009
wrobel 2009-02-20 17:37:18 EST
Added files: (Branch: FRAMEWORK_3)
Kolab_Filter COPYING package.xml
Kolab_Filter/lib/Horde/Kolab Resource.php
Kolab_Filter/lib/Horde/Kolab/Filter Base.php Content.php
Incoming.php Outlook.php
Response.php Transport.php
Kolab_Filter/lib/Horde/Kolab/Filter/Transport DovecotLDA.php
LMTPTLS.php
drop.php
echo.php lda.php
lmtp.php
smtp.php
stdout.php
Kolab_Filter/script/Horde/Kolab/Filter kolabfilter.php
kolabmailboxfilter.php
Kolab_Filter/test/Horde/Kolab/Filter AllTests.php
ContentTest.php
FilterTest.php
IncomingTest.php
LoadTest.php
ResourceOutputTest.php
ResourceTest.php
Kolab_Filter/test/Horde/Kolab/Filter/fixtures empty.eml
empty.ret
empty2.ret
forged.eml
forged.ret
privileged.ret
recur_invitation.eml
recur_invitation.ret
simple.eml
simple.ret
simple2.ret
simple_out.ret
test.eml
tiny.eml
tiny.ret
vacation.eml
vacation.ret
Log:
MFH: framework/Kolab_Filter (As git HEAD/cvs HEAD moves on we need a FRAMEWORK_3 branch of the Kolab_Filter package for bug fix releases.
Revision Changes Path
1.2.2.1 +504 -0 framework/Kolab_Filter/COPYING (new)
1.6.2.1 +274 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php (new)
1.4.2.1 +456 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Content.php (new)
1.6.2.1 +289 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Incoming.php (new)
1.3.2.1 +258 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php (new)
1.3.2.1 +202 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Response.php (new)
1.4.2.1 +295 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport.php (new)
1.4.2.1 +261 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/DovecotLDA.php (new)
1.3.2.1 +106 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/LMTPTLS.php (new)
1.4.2.1 +126 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/drop.php (new)
1.4.2.1 +129 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/echo.php (new)
1.4.2.1 +36 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/lda.php (new)
1.3.2.1 +46 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/lmtp.php (new)
1.3.2.1 +45 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/smtp.php (new)
1.4.2.1 +126 -0 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/stdout.php (new)
1.15.2.1 +1066 -0 framework/Kolab_Filter/lib/Horde/Kolab/Resource.php (new)
1.18.2.1 +247 -0 framework/Kolab_Filter/package.xml (new)
1.3.2.1 +30 -0 framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabfilter.php (new)
1.3.2.1 +30 -0 framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabmailboxfilter.php (new)
1.2.2.1 +64 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/AllTests.php (new)
1.6.2.1 +202 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/ContentTest.php (new)
1.6.2.1 +62 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php (new)
1.6.2.1 +109 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/IncomingTest.php (new)
1.6.2.1 +103 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/LoadTest.php (new)
1.3.2.1 +132 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceOutputTest.php (new)
1.4.2.1 +118 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php (new)
1.1.2.1 +5 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/empty.eml (new)
1.1.2.1 +9 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/empty.ret (new)
1.1.2.1 +9 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/empty2.ret (new)
1.1.2.1 +14 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/forged.eml (new)
1.1.2.1 +17 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/forged.ret (new)
1.1.2.1 +17 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/privileged.ret (new)
1.2.2.1 +202 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/recur_invitation.eml (new)
1.1.2.1 +206 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/recur_invitation.ret (new)
1.1.2.1 +105 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/simple.eml (new)
1.1.2.1 +109 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/simple.ret (new)
1.1.2.1 +109 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/simple2.ret (new)
1.1.2.1 +108 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/simple_out.ret (new)
1.1.2.1 +61 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/test.eml (new)
1.1.2.1 +10 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/tiny.eml (new)
1.1.2.1 +13 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/tiny.ret (new)
1.1.2.1 +14 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/vacation.eml (new)
1.1.2.1 +17 -0 framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/vacation.ret (new)
Chora Links:
http://cvs.horde.org/co.php/framework/Kolab_Filter/COPYING?rt=horde&r=1.2.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Base.php?rt=horde&r=1.6.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Content.php?rt=horde&r=1.4.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Incoming.php?rt=horde&r=1.6.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Outlook.php?rt=horde&r=1.3.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Response.php?rt=horde&r=1.3.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport.php?rt=horde&r=1.4.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/DovecotLDA.php?rt=horde&r=1.4.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/LMTPTLS.php?rt=horde&r=1.3.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/drop.php?rt=horde&r=1.4.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/echo.php?rt=horde&r=1.4.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/lda.php?rt=horde&r=1.4.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/lmtp.php?rt=horde&r=1.3.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/smtp.php?rt=horde&r=1.3.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Transport/stdout.php?rt=horde&r=1.4.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php?rt=horde&r=1.15.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/package.xml?rt=horde&r=1.18.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabfilter.php?rt=horde&r=1.3.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/script/Horde/Kolab/Filter/kolabmailboxfilter.php?rt=horde&r=1.3.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/AllTests.php?rt=horde&r=1.2.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ContentTest.php?rt=horde&r=1.6.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/FilterTest.php?rt=horde&r=1.6.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/IncomingTest.php?rt=horde&r=1.6.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/LoadTest.php?rt=horde&r=1.6.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceOutputTest.php?rt=horde&r=1.3.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/ResourceTest.php?rt=horde&r=1.4.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/empty.eml?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/empty.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/empty2.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/forged.eml?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/forged.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/privileged.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/recur_invitation.eml?rt=horde&r=1.2.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/recur_invitation.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/simple.eml?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/simple.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/simple2.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/simple_out.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/test.eml?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/tiny.eml?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/tiny.ret?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/vacation.eml?rt=horde&r=1.1.2.1
http://cvs.horde.org/co.php/framework/Kolab_Filter/test/Horde/Kolab/Filter/fixtures/vacation.ret?rt=horde&r=1.1.2.1
More information about the cvs
mailing list