| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed a few typos in be-handle-mail | W. Trevor King | 2009-09-13 | 1 | -4/+4 |
* | Mention commit message in interactive email README subject explaination. | W. Trevor King | 2009-09-13 | 1 | -2/+2 |
* | Typo EncryptedMessageFactory -> PGPMimeMessageFactory in send-pgp-mime.py | W. Trevor King | 2009-09-11 | 1 | -2/+2 |
* | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2 | W. Trevor King | 2009-08-31 | 2 | -5/+5 |
* | Broke up be-handle-mail.parse() into parse_new(), _comment(), and _control(). | W. Trevor King | 2009-08-16 | 1 | -57/+75 |
* | be-handle-mail no longer sends blank subscriber emails when no change occurs. | W. Trevor King | 2009-07-27 | 1 | -4/+15 |
* | Fixed _procmailrc rules. | W. Trevor King | 2009-07-27 | 2 | -16/+20 |
* | Cleaned up be-handle-mail's subscriber notification emails (fewer attachments). | W. Trevor King | 2009-07-27 | 2 | -20/+68 |
* | Allow "subscribe" command via the email interface. | W. Trevor King | 2009-07-27 | 1 | -1/+1 |
* | Tweaked the output text for modified bugs in libbe.diff and be-handle-mail. | W. Trevor King | 2009-07-27 | 1 | -1/+5 |
* | Added "be-handle-mail --notify-since REVISION". | W. Trevor King | 2009-07-27 | 1 | -27/+62 |
* | Added an additional format check to be-handle-mail's pseudoheader parsing. | W. Trevor King | 2009-07-27 | 1 | -0/+2 |
* | Moved be-handle-mail over to new libbe.diff classes. | W. Trevor King | 2009-07-27 | 1 | -96/+49 |
* | Renamed Comment.From and .time_string to .author and .date respectively. | W. Trevor King | 2009-07-25 | 2 | -6/+7 |
* | be-handle-mail successfully generates bugdir-changed notification emails. | W. Trevor King | 2009-07-23 | 1 | -7/+180 |
* | Broke encodedMIMEText out of send-pgp-mime.PGPMimeMessageFactory. | W. Trevor King | 2009-07-23 | 1 | -20/+21 |
* | Merged assorted changes from be.wtk-rr for BugDir.extra_strings. | W. Trevor King | 2009-07-21 | 1 | -4/+30 |
|\ |
|
| * | be-mbox-to-xml is now better at message-id, in-reply-to, and references. | W. Trevor King | 2009-07-21 | 1 | -3/+26 |
| * | be-mbox-to-xml handles emails without explicit transfer encodings. | W. Trevor King | 2009-07-21 | 1 | -1/+4 |
* | | Use shlex.split() to parse control lines in be-handle-mail. | W. Trevor King | 2009-07-20 | 3 | -16/+14 |
* | | Added pseudo-header list to interfaces/email/interactive/README. | W. Trevor King | 2009-07-20 | 1 | -14/+17 |
* | | Added psuedo-header handling to be-handle-mail. | W. Trevor King | 2009-07-20 | 2 | -4/+25 |
* | | Added more VCSs to the delete-commit notes in interfaces/README. | W. Trevor King | 2009-07-20 | 1 | -7/+25 |
* | | Added interfaces/email/interactive/README and be-handle-mail options. | W. Trevor King | 2009-07-20 | 2 | -11/+248 |
* | | be-handle-mail shown to successfully commit partially-failing emails. | W. Trevor King | 2009-07-19 | 1 | -0/+18 |
* | | More verbose User/UsageError reporting in be-handle-mail | W. Trevor King | 2009-07-19 | 1 | -2/+4 |
* | | Worked out some kinks in be-handle-mail's autocommit. | W. Trevor King | 2009-07-19 | 1 | -1/+6 |
* | | Fixed typos in be-handle-mail error message generation | W. Trevor King | 2009-07-19 | 1 | -4/+4 |
* | | Adjusted final commit-handling in be-handle-mail. | W. Trevor King | 2009-07-19 | 1 | -8/+9 |
* | | Oops, _now_ I've fixed the multipart generation in be-handle-mail | W. Trevor King | 2009-07-19 | 1 | -3/+3 |
* | | Fixed multipart bug in be-handle-mail.Message.response_email() | W. Trevor King | 2009-07-19 | 1 | -5/+4 |
* | | Added --disable-autocommit to be-handle-mail. | W. Trevor King | 2009-07-19 | 1 | -1/+15 |
* | | be-handle-mail now commits after every successful email execution. | W. Trevor King | 2009-07-19 | 1 | -7/+13 |
* | | 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 |
* | | 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 |