Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added --mode=plain option to send_pgp_mime. | W. Trevor King | 2009-07-15 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | Also a few more tweaks to get things working. I think be-handle-mail is parsing the incoming messages correctly now, but I'm not getting replies back for some reason. Some of the adjustments: * Moved send_pgp_mime -> send_pgp_mime.py, otherwise Python doesn't recognize it as an importable module. * I use postfix now instead of msmtp, so send_pgp_mime.sendmail now points to postfix's sendmail-compatable frontend. * Added "--mode=plain" option to send_pgp_mime.py, so I can test my procmail rules and send_pgp_mime itself without worrying about be-handle-mail. * Fixed some typos in be-handle-mail. | ||||
* | First attempt at real response email. | W. Trevor King | 2009-07-15 | 1 | -15/+42 |
| | |||||
* | Incorperated send_pgp_mime into be-handle-mail. | W. Trevor King | 2009-07-15 | 1 | -3/+16 |
| | | | | | Todo: generate a real response email to replace the current dummy email. | ||||
* | Ran update_copyright.sh on be-handle-mail and send_pgp_mime. | W. Trevor King | 2009-07-15 | 1 | -1/+15 |
| | |||||
* | Added be-handle-mail and some example emails. | W. Trevor King | 2009-07-14 | 1 | -0/+83 |
So far, it parses the emails and executes the specified task. Todo: email the sender back with the output/errors/exit-status/etc. |