aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | Starting to seperate message handling in be-handle-mail.W. Trevor King2009-07-181-25/+37
| * | | | | | | | | | | | | Normalized whitespace in be-handle-mail and send_pgp_mime.py.W. Trevor King2009-07-182-39/+37
| * | | | | | | | | | | | | be-handle-mail now handles non-text comments.W. Trevor King2009-07-181-0/+6
| * | | | | | | | | | | | | In be-handle-mail, don't mess with stdin if the command doesn't need it.W. Trevor King2009-07-181-4/+6
| * | | | | | | | | | | | | In be-handle-mail, give new bug summary via command line.W. Trevor King2009-07-181-2/+3
| * | | | | | | | | | | | | Merged some bugfixes from be.wtk-rrW. Trevor King2009-07-182-1/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | For be-handle-mail, pass comment body in via a temporary stdin.W. Trevor King2009-07-181-3/+9
| * | | | | | | | | | | | | | Corrected author_addr -> info["author_addr"] in be-handle-mailW. Trevor King2009-07-181-2/+2
| * | | | | | | | | | | | | | Fixed typo in one of be-handle-mail's InvalidCommand calls.W. Trevor King2009-07-182-3/+3
| * | | | | | | | | | | | | | Allow external override of libbe.encoding.get_encoding().W. Trevor King2009-07-182-2/+7
| * | | | | | | | | | | | | | Fixed some missing references in be-handle-mail.InvalidSubjectW. Trevor King2009-07-182-4/+4
| * | | | | | | | | | | | | | Hardcoded UTF-8 encoding in be-handle-mail.W. Trevor King2009-07-181-2/+4
| * | | | | | | | | | | | | | Added "to_unicode" to send_pgp_mime.flatten()W. Trevor King2009-07-182-6/+10
| * | | | | | | | | | | | | | send_pgp_mime.py attempts to avoid UTF-8 for MIMEText messages.W. Trevor King2009-07-182-5/+24
| * | | | | | | | | | | | | | Added send_pgp_mime.Mail.encodedMIMEText() for unicode handling.W. Trevor King2009-07-182-5/+12
| * | | | | | | | | | | | | | Fixed options.logfile -> logpath typo in be-handle-mail.open_logfile().W. Trevor King2009-07-181-1/+1
| * | | | | | | | | | | | | | Better unicode handling in be-handle-mail.W. Trevor King2009-07-181-16/+17
| * | | | | | | | | | | | | | Added tracebacks to be-handle-mail's "uncaught exceptions".W. Trevor King2009-07-181-1/+2
| * | | | | | | | | | | | | | Added an email interface example requesting unicode comment output.W. Trevor King2009-07-171-0/+9
| * | | | | | | | | | | | | | Added "be-handle-mail --logfile LOGFILE" for sane logfile handling.W. Trevor King2009-07-171-13/+43
| * | | | | | | | | | | | | | Added symlinks to libbe and becommands in interfaces/email/interactive.W. Trevor King2009-07-172-0/+2
| * | | | | | | | | | | | | | Setup be-handle-mail.BE_DIR to point to the BE repo by default.W. Trevor King2009-07-171-1/+1
| * | | | | | | | | | | | | | "be-handle-mail --output" added to support easy testing.W. Trevor King2009-07-171-2/+14
| * | | | | | | | | | | | | | Removed debugging reply-address adjustment from be-handle-mail.W. Trevor King2009-07-161-1/+0
| * | | | | | | | | | | | | | be-hand-mail now catches errors and sends appropriate responses.W. Trevor King2009-07-161-27/+94
| * | | | | | | | | | | | | | Now be-handle-mail successfully catches stdout/stderr.W. Trevor King2009-07-161-1/+2
| * | | | | | | | | | | | | | Renamed test->manipulate_encodings in becommands.*.execute.W. Trevor King2009-07-1619-92/+113
| * | | | | | | | | | | | | | Oops again, removed some old debugging loggingW. Trevor King2009-07-151-8/+0
| * | | | | | | | | | | | | | Oops, the header keys in be-handle-mail should all be unicode.W. Trevor King2009-07-151-4/+4
| * | | | | | | | | | | | | | be-handle-mail succesfully sends replies.W. Trevor King2009-07-151-16/+49
| * | | | | | | | | | | | | | Adjusted _procmailrc to not match reply emails.W. Trevor King2009-07-151-2/+3
| * | | | | | | | | | | | | | Add unicode-header handling to send_pgp_mime.pyW. Trevor King2009-07-151-11/+26
| * | | | | | | | | | | | | | Minor tweaks in send_pgp_mime.pyW. Trevor King2009-07-151-3/+1
| * | | | | | | | | | | | | | Added --mode=plain option to send_pgp_mime.W. Trevor King2009-07-152-10/+21
| * | | | | | | | | | | | | | First attempt at real response email.W. Trevor King2009-07-151-15/+42
| * | | | | | | | | | | | | | Added some comments to send_pgp_mimeW. Trevor King2009-07-151-1/+6
| * | | | | | | | | | | | | | Incorperated send_pgp_mime into be-handle-mail.W. Trevor King2009-07-151-3/+16
| * | | | | | | | | | | | | | Ran update_copyright.sh on be-handle-mail and send_pgp_mime.W. Trevor King2009-07-152-2/+30
| * | | | | | | | | | | | | | Added my send_pgp_mime module to the project.W. Trevor King2009-07-152-0/+547
| * | | | | | | | | | | | | | Don't install xml tools (e.g. be-xml-to-mbox, cattmutt, ...).W. Trevor King2009-07-151-2/+2
| * | | | | | | | | | | | | | Added be-handle-mail and some example emails.W. Trevor King2009-07-149-0/+146
| * | | | | | | | | | | | | | Added --author and --alt-id to "be comment".W. Trevor King2009-07-141-0/+8
| * | | | | | | | | | | | | | Removed xml.sax cruft from be-mbox-to-xmlW. Trevor King2009-07-141-3/+0
| * | | | | | | | | | | | | | Added _procmailrc file for interactive email handling.W. Trevor King2009-07-141-0/+19
* | | | | | | | | | | | | | | Added clean messages on bug_from_shortname failure.W. Trevor King2009-07-2914-18/+33
* | | | | | | | | | | | | | | libbe.rcs.RCS.commit() now actually calls .pre/postcommit().W. Trevor King2009-07-232-16/+10
| |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Added bugdir setting comparision to libbe.diff.W. Trevor King2009-07-232-23/+33
* | | | | | | | | | | | | | Added libbe.bug.cmp_comments(), and added that to default bug comparison.W. Trevor King2009-07-231-1/+18
* | | | | | | | | | | | | | Fixed unrecognized "Test" typo in becommands/comment.py.W. Trevor King2009-07-231-1/+1
* | | | | | | | | | | | | | Added libbe.tree.Tree.has_descendant().W. Trevor King2009-07-231-0/+19