aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/examples/new
Commit message (Collapse)AuthorAgeFilesLines
* Added psuedo-header handling to be-handle-mail.W. Trevor King2009-07-201-1/+8
| | | | | | | | Many psuedo-headers had been ignored. Now they are all implemented. Getting this working exposed a few bugs in error message generation for Commands with IDs in their argument list. These bugs should now be fixed.
* Reworked be-handle-mail to be more like the Debian Bug Tracker.W. Trevor King2009-07-191-2/+5
| | | | | Changed all the example emails over to the new format. Now it's time to try them all out and fix all the bugs ;).
* Added be-handle-mail and some example emails.W. Trevor King2009-07-141-0/+9
So far, it parses the emails and executes the specified task. Todo: email the sender back with the output/errors/exit-status/etc.