Source: dumbster Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Stefan Denker Build-Depends: ant, ant-optional, debhelper (>= 11), default-jdk, javahelper, junit, libactivation-java, libmail-java, maven-repo-helper Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/dumbster.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/dumbster.git Homepage: http://quintanasoft.com/dumbster/ Package: libdumbster-java Architecture: all Depends: ${misc:Depends}, libmail-java Suggests: junit Description: very simple fake SMTP Server for testing purposes The Dumbster is a very simple fake SMTP server designed for unit and system testing applications that send email messages. It responds to all standard SMTP commands but does not deliver messages to the user. The messages are stored within the Dumbster for later extraction and verification. . The Dumbster slots itself very easily into your testing strategy. As long as your application talks to an email server using SMTP then the Dumbster can be used to test the application with no code changes