]> git.notmuchmail.org Git - notmuch/commit
test: Add test that emacs interface actually sends mail.
authorCarl Worth <cworth@cworth.org>
Wed, 27 Oct 2010 17:42:46 +0000 (10:42 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 27 Oct 2010 17:42:46 +0000 (10:42 -0700)
commit102c57c825d22c8f4741332f1e02e08f66f6cd2f
tree8674b1a2789470e376bad45b6875b6152725be76
parentf30200a4296f972474f9254dc3cba89570cd7bc0
test: Add test that emacs interface actually sends mail.

Rather than *reall* sending mail here, we instead have a new test
program, smtp-dummy which implements (a small piece of) the
server-side SMTP protocol and saves a mail message to the filename
provided. This gives us reasonable test coverage of a large chunk of
the notmuch+emacs code base (down to talking to an SMTP server with
the final mail contents).
test/.gitignore
test/Makefile.local
test/basic
test/emacs
test/smtp-dummy.c [new file with mode: 0644]