]> git.notmuchmail.org Git - notmuch/commit
test: initial tests for S/MIME and notmuch-emacs
authorDavid Bremner <david@tethera.net>
Sun, 16 Aug 2015 17:41:12 +0000 (19:41 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 29 Jan 2016 21:45:46 +0000 (17:45 -0400)
commitef30770dfa0fbef4e91ec90d6ce21b5a55b15375
tree50073bcb72ae51b4bfe5deeedee826cba558884b
parent12534d5c4b02498173b0c63d063ae0a3c845b957
test: initial tests for S/MIME and notmuch-emacs

Test the ability of notmuch-mua-mail to send S/MIME signed (and
encrypted) messages; this really relies on existing functionality in
message-mode.

The generated keys and messages will later be useful for testing the
notmuch CLI.
test/T355-smime.sh [new file with mode: 0755]
test/smime/README [new file with mode: 0644]
test/smime/key+cert.pem [new file with mode: 0644]
test/smime/test.crt [new file with mode: 0644]
test/test-lib.el
test/test-lib.sh