Import Vilma from CVS
authorBen Klang <ben@alkaloid.net>
Wed, 16 Sep 2009 16:16:37 +0000 (12:16 -0400)
committerBen Klang <ben@alkaloid.net>
Wed, 16 Sep 2009 16:16:37 +0000 (12:16 -0400)
commit6f4a176845914aff70ace06bfefa0a6893afa34e
tree9962314ed6b090a432c7b00a181be4c13a152df9
parentc26bec99cfa41bff83bc05c53c13d53b9ba09cb1
Import Vilma from CVS
61 files changed:
vilma/LICENSE [new file with mode: 0644]
vilma/README [new file with mode: 0644]
vilma/config/.cvsignore [new file with mode: 0644]
vilma/config/conf.xml [new file with mode: 0644]
vilma/config/hooks.php.dist [new file with mode: 0644]
vilma/config/prefs.php.dist [new file with mode: 0644]
vilma/docs/CHANGES [new file with mode: 0644]
vilma/docs/CREDITS [new file with mode: 0644]
vilma/docs/INSTALL [new file with mode: 0644]
vilma/docs/TODO [new file with mode: 0644]
vilma/domains/delete.php [new file with mode: 0644]
vilma/domains/edit.php [new file with mode: 0644]
vilma/domains/index.php [new file with mode: 0644]
vilma/index.php [new file with mode: 0644]
vilma/lib/Driver.php [new file with mode: 0644]
vilma/lib/Driver/qmailldap.php [new file with mode: 0644]
vilma/lib/Driver/sql.php [new file with mode: 0644]
vilma/lib/Forms/DeleteDomainForm.php [new file with mode: 0644]
vilma/lib/Forms/EditDomainForm.php [new file with mode: 0644]
vilma/lib/Forms/EditUserForm.php [new file with mode: 0644]
vilma/lib/MailboxDriver.php [new file with mode: 0644]
vilma/lib/MailboxDriver/hooks.php [new file with mode: 0644]
vilma/lib/MailboxDriver/imap.php [new file with mode: 0644]
vilma/lib/MailboxDriver/maildrop.php [new file with mode: 0644]
vilma/lib/MailboxDriver/null.php [new file with mode: 0644]
vilma/lib/Vilma.php [new file with mode: 0644]
vilma/lib/api.php [new file with mode: 0644]
vilma/lib/base.php [new file with mode: 0644]
vilma/lib/tests/driver.phpt [new file with mode: 0644]
vilma/lib/version.php [new file with mode: 0644]
vilma/locale/de_DE/LC_MESSAGES/vilma.mo [new file with mode: 0644]
vilma/locale/es_ES/LC_MESSAGES/vilma.mo [new file with mode: 0644]
vilma/locale/it_IT/LC_MESSAGES/vilma.mo [new file with mode: 0644]
vilma/locale/lt_LT/LC_MESSAGES/vilma.mo [new file with mode: 0644]
vilma/po/.cvsignore [new file with mode: 0644]
vilma/po/README [new file with mode: 0644]
vilma/po/de_DE.po [new file with mode: 0644]
vilma/po/es_ES.po [new file with mode: 0644]
vilma/po/it_IT.po [new file with mode: 0644]
vilma/po/lt_LT.po [new file with mode: 0644]
vilma/po/vilma.pot [new file with mode: 0644]
vilma/scripts/.htaccess [new file with mode: 0644]
vilma/scripts/create_mailboxes.php [new file with mode: 0644]
vilma/scripts/sql/vilma.sql [new file with mode: 0644]
vilma/templates/common-header.inc [new file with mode: 0644]
vilma/templates/domains/index.html [new file with mode: 0644]
vilma/templates/main/main.html [new file with mode: 0644]
vilma/templates/users/index.html [new file with mode: 0644]
vilma/templates/virtuals/index.html [new file with mode: 0644]
vilma/test.php [new file with mode: 0644]
vilma/themes/graphics/display.png [new file with mode: 0644]
vilma/themes/graphics/domain.png [new file with mode: 0644]
vilma/themes/graphics/favicon.ico [new file with mode: 0644]
vilma/themes/graphics/sort.png [new file with mode: 0644]
vilma/themes/graphics/vilma.png [new file with mode: 0644]
vilma/users/delete.php [new file with mode: 0644]
vilma/users/edit.php [new file with mode: 0644]
vilma/users/index.php [new file with mode: 0644]
vilma/virtuals/delete.php [new file with mode: 0644]
vilma/virtuals/edit.php [new file with mode: 0644]
vilma/virtuals/index.php [new file with mode: 0644]