Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 1 | -0/+1 |
| | |||||
* | Added interfaces/email/interactive/examples/email_bugs | W. Trevor King | 2009-11-21 | 1 | -0/+37 |
| | | | | For testing the new [be-bug:xml] interface we're about to write. | ||||
* | Use shlex.split() to parse control lines in be-handle-mail. | W. Trevor King | 2009-07-20 | 1 | -6/+4 |
| | | | | Split arguments following POSIX rather than at all whitespace. | ||||
* | Added psuedo-header handling to be-handle-mail. | W. Trevor King | 2009-07-20 | 1 | -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 King | 2009-07-19 | 1 | -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 King | 2009-07-19 | 2 | -1/+15 |
| | |||||
* | Reworked be-handle-mail to be more like the Debian Bug Tracker. | W. Trevor King | 2009-07-19 | 10 | -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 King | 2009-07-18 | 1 | -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 King | 2009-07-18 | 1 | -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 King | 2009-07-17 | 1 | -0/+9 |
| | | | | Indeed, be-handle-mail chokes... :( | ||||
* | Added be-handle-mail and some example emails. | W. Trevor King | 2009-07-14 | 8 | -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. |