initial commit
authorEric Wong <e@80x24.org>
Thu, 27 Mar 2014 20:38:26 +0000 (20:38 +0000)
committerEric Wong <e@80x24.org>
Thu, 27 Mar 2014 20:39:30 +0000 (20:39 +0000)
commit28eb4d0723bde7b94ea52faf0ec2708adf47fde2
tree88df1d592430f91edb88af52f41c2402bc89673c
initial commit
29 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Documentation/.gitignore [new file with mode: 0644]
Documentation/GNUmakefile [new file with mode: 0644]
Documentation/ssoma-mda.txt [new file with mode: 0644]
Documentation/ssoma-rm.txt [new file with mode: 0644]
Documentation/ssoma.txt [new file with mode: 0644]
Documentation/ssoma_repository.txt [new file with mode: 0644]
INSTALL [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/Ssoma/Extractor.pm [new file with mode: 0644]
lib/Ssoma/Git.pm [new file with mode: 0644]
lib/Ssoma/GitIndexInfo.pm [new file with mode: 0644]
lib/Ssoma/IMAP.pm [new file with mode: 0644]
lib/Ssoma/MDA.pm [new file with mode: 0644]
lib/Ssoma/Remover.pm [new file with mode: 0644]
ssoma [new file with mode: 0755]
ssoma-mda [new file with mode: 0755]
ssoma-rm [new file with mode: 0755]
t/all.t [new file with mode: 0644]
t/extractor.t [new file with mode: 0644]
t/git.t [new file with mode: 0644]
t/imap.t [new file with mode: 0644]
t/mda-badheaders.t [new file with mode: 0644]
t/mda-conflict.t [new file with mode: 0644]
t/mda-missing-mid.t [new file with mode: 0644]
t/remover.t [new file with mode: 0644]