diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-19 08:36:56 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-19 08:36:56 -0400 |
commit | aa1bb530b3e4d587b31d8d7a99bde1f795bc4eff (patch) | |
tree | 36b1cc1a30267f3da0ea11f72ff00344008060f5 /interfaces/email/interactive/examples | |
parent | 170b87f3499b2c8a224dccf5927ae9b4e6be2013 (diff) | |
download | bugseverywhere-aa1bb530b3e4d587b31d8d7a99bde1f795bc4eff.tar.gz |
be-handle-mail's new DBT-style interface handles the example emails now.
Diffstat (limited to 'interfaces/email/interactive/examples')
-rw-r--r-- | interfaces/email/interactive/examples/invalid_subject | 2 | ||||
-rw-r--r-- | interfaces/email/interactive/examples/multiple_commands | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/interfaces/email/interactive/examples/invalid_subject b/interfaces/email/interactive/examples/invalid_subject index 95112dd..1e2eb88 100644 --- a/interfaces/email/interactive/examples/invalid_subject +++ b/interfaces/email/interactive/examples/invalid_subject @@ -6,4 +6,4 @@ Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Spam! -This should elicit an "invalid header" response email. +This should elicit an "invalid subject" response email. diff --git a/interfaces/email/interactive/examples/multiple_commands b/interfaces/email/interactive/examples/multiple_commands new file mode 100644 index 0000000..41ef730 --- /dev/null +++ b/interfaces/email/interactive/examples/multiple_commands @@ -0,0 +1,14 @@ +From jdoe@example.com Fri Apr 18 11:18:58 2008 +Message-ID: <abcd@example.com> +Date: Fri, 18 Apr 2008 12:00:00 +0000 +From: John Doe <jdoe@example.com> +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +Subject: [be-bug] Subject ignored + +help +list --status=all +list --status=fixed +show --xml 361 +-- +Goofy tagline ignored. |