aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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.