import
authoradam <adam@megacz.com>
Thu, 18 Mar 2004 08:39:54 +0000 (08:39 +0000)
committeradam <adam@megacz.com>
Thu, 18 Mar 2004 08:39:54 +0000 (08:39 +0000)
commit53ae1e68bebff56f89414676e3303c553e6708c7
treef245d4278c29d35adaf42180608cf38d5c284189
import

darcs-hash:20040318083954-5007d-73270f6e707abb6388f00423c6ff6ee74d36cd40.gz
34 files changed:
doc/README [new file with mode: 0644]
doc/ref/rfc2821.txt.pdf [new file with mode: 0644]
doc/ref/rfc2822.txt.pdf [new file with mode: 0644]
doc/ref/rfc3282.txt.pdf [new file with mode: 0644]
src/org/ibex/mail/Message.java [new file with mode: 0644]
src/org/ibex/mail/filter/Anonymizer.java [new file with mode: 0644]
src/org/ibex/mail/filter/DCC.java [new file with mode: 0644]
src/org/ibex/mail/filter/HTML2Text.java [new file with mode: 0644]
src/org/ibex/mail/filter/PGP.java [new file with mode: 0644]
src/org/ibex/mail/filter/ReturnReciept.java [new file with mode: 0644]
src/org/ibex/mail/filter/RewriteFilter.java [new file with mode: 0644]
src/org/ibex/mail/filter/SingleUse.java [new file with mode: 0644]
src/org/ibex/mail/filter/SpamAssassin.java [new file with mode: 0644]
src/org/ibex/mail/filter/SpamFilter.java [new file with mode: 0644]
src/org/ibex/mail/filter/VipulsRazor.java [new file with mode: 0644]
src/org/ibex/mail/protocol/Fax.java [new file with mode: 0644]
src/org/ibex/mail/protocol/IMAP.java [new file with mode: 0644]
src/org/ibex/mail/protocol/MessageProtocol.java [new file with mode: 0644]
src/org/ibex/mail/protocol/NNTP.java [new file with mode: 0644]
src/org/ibex/mail/protocol/POP3.java [new file with mode: 0644]
src/org/ibex/mail/protocol/RSS.java [new file with mode: 0644]
src/org/ibex/mail/protocol/SMS.java [new file with mode: 0644]
src/org/ibex/mail/protocol/SMTP.java [new file with mode: 0644]
src/org/ibex/mail/protocol/WebMail.java [new file with mode: 0644]
src/org/ibex/mail/store/MessageStore.java [new file with mode: 0644]
src/org/ibex/mail/target/Bounce.java [new file with mode: 0644]
src/org/ibex/mail/target/Darcs.java [new file with mode: 0644]
src/org/ibex/mail/target/LMTP.java [new file with mode: 0644]
src/org/ibex/mail/target/List.java [new file with mode: 0644]
src/org/ibex/mail/target/Pipe.java [new file with mode: 0644]
src/org/ibex/mail/target/Procmail.java [new file with mode: 0644]
src/org/ibex/mail/target/Target.java [new file with mode: 0644]
src/org/ibex/mail/target/Vacation.java [new file with mode: 0644]
src/org/ibex/mail/target/XMLRPC.java [new file with mode: 0644]