aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/examples
Commit message (Collapse)AuthorAgeFilesLines
* Use shlex.split() to parse control lines in be-handle-mail.W. Trevor King2009-07-201-6/+4
| | | | Split arguments following POSIX rather than at all whitespace.
* 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.
* be-handle-mail shown to successfully commit partially-failing emails.W. Trevor King2009-07-191-0/+18
| | | | I've added the test-case that show it.
* be-handle-mail's new DBT-style interface handles the example emails now.W. Trevor King2009-07-192-1/+15
|
* Reworked be-handle-mail to be more like the Debian Bug Tracker.W. Trevor King2009-07-1910-24/+32
| | | | | 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 new_with_comment ability to be-handle-mail.W. Trevor King2009-07-181-0/+11
| | | | | Waiting for a response so you can get the bug ID for your initial comment is silly. Now you don't have to :)
* send_pgp_mime.py attempts to avoid UTF-8 for MIMEText messages.W. Trevor King2009-07-181-0/+9
| | | | | | This keeps the transfer-encoding out of base64 if possible. Also added a "help" example to interafaces/email/interactive/examples.
* Added an email interface example requesting unicode comment output.W. Trevor King2009-07-171-0/+9
| | | | Indeed, be-handle-mail chokes... :(
* Added be-handle-mail and some example emails.W. Trevor King2009-07-148-0/+63
So far, it parses the emails and executes the specified task. Todo: email the sender back with the output/errors/exit-status/etc.