Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |