Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | be-handle-mail now commits after every successful email execution. | W. Trevor King | 2009-07-19 | 1 | -7/+13 | |
| * | | | | | | | | | | | | Merged becommands/commit.py addition from be.wtk-rr. | W. Trevor King | 2009-07-19 | 4 | -4/+73 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Added more allowed commands and pseudo-headers to be-handle-mail. | W. Trevor King | 2009-07-19 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | Added interfaces/README with commit-deletion notes. | W. Trevor King | 2009-07-19 | 1 | -0/+16 | |
| * | | | | | | | | | | | | | be-handle-mail's new DBT-style interface handles the example emails now. | W. Trevor King | 2009-07-19 | 3 | -31/+58 | |
| * | | | | | | | | | | | | | Reworked be-handle-mail to be more like the Debian Bug Tracker. | W. Trevor King | 2009-07-19 | 11 | -102/+192 | |
| * | | | | | | | | | | | | | Generalized _procmailrc to allow several tags: [be-bug... | W. Trevor King | 2009-07-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Added new_with_comment ability to be-handle-mail. | W. Trevor King | 2009-07-18 | 2 | -4/+51 | |
| * | | | | | | | | | | | | | Assorted bugfixes to get reworked be-handle-mail working. | W. Trevor King | 2009-07-18 | 2 | -21/+27 | |
| * | | | | | | | | | | | | | Major be-handle-mail rewrite to make things more modular. | W. Trevor King | 2009-07-18 | 2 | -173/+269 | |
| * | | | | | | | | | | | | | Oops, forgot to reset from/to_addr in send_pgp_mime.py unittests | W. Trevor King | 2009-07-18 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | Major send_pgp_mime.py reorganization to better integrate with email.Message. | W. Trevor King | 2009-07-18 | 1 | -119/+111 | |
| * | | | | | | | | | | | | | Starting to seperate message handling in be-handle-mail. | W. Trevor King | 2009-07-18 | 1 | -25/+37 | |
| * | | | | | | | | | | | | | Normalized whitespace in be-handle-mail and send_pgp_mime.py. | W. Trevor King | 2009-07-18 | 2 | -39/+37 | |
| * | | | | | | | | | | | | | be-handle-mail now handles non-text comments. | W. Trevor King | 2009-07-18 | 1 | -0/+6 | |
| * | | | | | | | | | | | | | In be-handle-mail, don't mess with stdin if the command doesn't need it. | W. Trevor King | 2009-07-18 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | In be-handle-mail, give new bug summary via command line. | W. Trevor King | 2009-07-18 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | Merged some bugfixes from be.wtk-rr | W. Trevor King | 2009-07-18 | 2 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | For be-handle-mail, pass comment body in via a temporary stdin. | W. Trevor King | 2009-07-18 | 1 | -3/+9 | |
| * | | | | | | | | | | | | | | Corrected author_addr -> info["author_addr"] in be-handle-mail | W. Trevor King | 2009-07-18 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Fixed typo in one of be-handle-mail's InvalidCommand calls. | W. Trevor King | 2009-07-18 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | Allow external override of libbe.encoding.get_encoding(). | W. Trevor King | 2009-07-18 | 2 | -2/+7 | |
| * | | | | | | | | | | | | | | Fixed some missing references in be-handle-mail.InvalidSubject | W. Trevor King | 2009-07-18 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | Hardcoded UTF-8 encoding in be-handle-mail. | W. Trevor King | 2009-07-18 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | Added "to_unicode" to send_pgp_mime.flatten() | W. Trevor King | 2009-07-18 | 2 | -6/+10 | |
| * | | | | | | | | | | | | | | send_pgp_mime.py attempts to avoid UTF-8 for MIMEText messages. | W. Trevor King | 2009-07-18 | 2 | -5/+24 | |
| * | | | | | | | | | | | | | | Added send_pgp_mime.Mail.encodedMIMEText() for unicode handling. | W. Trevor King | 2009-07-18 | 2 | -5/+12 | |
| * | | | | | | | | | | | | | | Fixed options.logfile -> logpath typo in be-handle-mail.open_logfile(). | W. Trevor King | 2009-07-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Better unicode handling in be-handle-mail. | W. Trevor King | 2009-07-18 | 1 | -16/+17 | |
| * | | | | | | | | | | | | | | Added tracebacks to be-handle-mail's "uncaught exceptions". | W. Trevor King | 2009-07-18 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Added an email interface example requesting unicode comment output. | W. Trevor King | 2009-07-17 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | Added "be-handle-mail --logfile LOGFILE" for sane logfile handling. | W. Trevor King | 2009-07-17 | 1 | -13/+43 | |
| * | | | | | | | | | | | | | | Added symlinks to libbe and becommands in interfaces/email/interactive. | W. Trevor King | 2009-07-17 | 2 | -0/+2 | |
| * | | | | | | | | | | | | | | Setup be-handle-mail.BE_DIR to point to the BE repo by default. | W. Trevor King | 2009-07-17 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | "be-handle-mail --output" added to support easy testing. | W. Trevor King | 2009-07-17 | 1 | -2/+14 | |
| * | | | | | | | | | | | | | | Removed debugging reply-address adjustment from be-handle-mail. | W. Trevor King | 2009-07-16 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | be-hand-mail now catches errors and sends appropriate responses. | W. Trevor King | 2009-07-16 | 1 | -27/+94 | |
| * | | | | | | | | | | | | | | Now be-handle-mail successfully catches stdout/stderr. | W. Trevor King | 2009-07-16 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Renamed test->manipulate_encodings in becommands.*.execute. | W. Trevor King | 2009-07-16 | 19 | -92/+113 | |
| * | | | | | | | | | | | | | | Oops again, removed some old debugging logging | W. Trevor King | 2009-07-15 | 1 | -8/+0 | |
| * | | | | | | | | | | | | | | Oops, the header keys in be-handle-mail should all be unicode. | W. Trevor King | 2009-07-15 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | be-handle-mail succesfully sends replies. | W. Trevor King | 2009-07-15 | 1 | -16/+49 | |
| * | | | | | | | | | | | | | | Adjusted _procmailrc to not match reply emails. | W. Trevor King | 2009-07-15 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | Add unicode-header handling to send_pgp_mime.py | W. Trevor King | 2009-07-15 | 1 | -11/+26 | |
| * | | | | | | | | | | | | | | Minor tweaks in send_pgp_mime.py | W. Trevor King | 2009-07-15 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | | Added --mode=plain option to send_pgp_mime. | W. Trevor King | 2009-07-15 | 2 | -10/+21 | |
| * | | | | | | | | | | | | | | First attempt at real response email. | W. Trevor King | 2009-07-15 | 1 | -15/+42 | |
| * | | | | | | | | | | | | | | Added some comments to send_pgp_mime | W. Trevor King | 2009-07-15 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | | Incorperated send_pgp_mime into be-handle-mail. | W. Trevor King | 2009-07-15 | 1 | -3/+16 | |
| * | | | | | | | | | | | | | | Ran update_copyright.sh on be-handle-mail and send_pgp_mime. | W. Trevor King | 2009-07-15 | 2 | -2/+30 |