aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/be-handle-mail
Commit message (Expand)AuthorAgeFilesLines
* Added an additional format check to be-handle-mail's pseudoheader parsing.W. Trevor King2009-07-271-0/+2
* Moved be-handle-mail over to new libbe.diff classes.W. Trevor King2009-07-271-96/+49
* be-handle-mail successfully generates bugdir-changed notification emails.W. Trevor King2009-07-231-7/+180
* Use shlex.split() to parse control lines in be-handle-mail.W. Trevor King2009-07-201-3/+5
* Added psuedo-header handling to be-handle-mail.W. Trevor King2009-07-201-3/+17
* Added interfaces/email/interactive/README and be-handle-mail options.W. Trevor King2009-07-201-11/+104
* More verbose User/UsageError reporting in be-handle-mailW. Trevor King2009-07-191-2/+4
* Worked out some kinks in be-handle-mail's autocommit.W. Trevor King2009-07-191-1/+6
* Fixed typos in be-handle-mail error message generationW. Trevor King2009-07-191-4/+4
* Adjusted final commit-handling in be-handle-mail.W. Trevor King2009-07-191-8/+9
* Oops, _now_ I've fixed the multipart generation in be-handle-mailW. Trevor King2009-07-191-3/+3
* Fixed multipart bug in be-handle-mail.Message.response_email()W. Trevor King2009-07-191-5/+4
* Added --disable-autocommit to be-handle-mail.W. Trevor King2009-07-191-1/+15
* be-handle-mail now commits after every successful email execution.W. Trevor King2009-07-191-7/+13
* Added more allowed commands and pseudo-headers to be-handle-mail.W. Trevor King2009-07-191-3/+5
* be-handle-mail's new DBT-style interface handles the example emails now.W. Trevor King2009-07-191-30/+43
* Reworked be-handle-mail to be more like the Debian Bug Tracker.W. Trevor King2009-07-191-78/+160
* Added new_with_comment ability to be-handle-mail.W. Trevor King2009-07-181-4/+40
* Assorted bugfixes to get reworked be-handle-mail working.W. Trevor King2009-07-181-20/+26
* Major be-handle-mail rewrite to make things more modular.W. Trevor King2009-07-181-171/+267
* 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-181-4/+2
* 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
* 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-181-1/+1
* Allow external override of libbe.encoding.get_encoding().W. Trevor King2009-07-181-2/+3
* Fixed some missing references in be-handle-mail.InvalidSubjectW. Trevor King2009-07-181-2/+2
* 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-181-3/+5
* Added send_pgp_mime.Mail.encodedMIMEText() for unicode handling.W. Trevor King2009-07-181-2/+0
* 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 "be-handle-mail --logfile LOGFILE" for sane logfile handling.W. Trevor King2009-07-171-13/+43
* 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
* 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
* Added --mode=plain option to send_pgp_mime.W. Trevor King2009-07-151-4/+5
* First attempt at real response email.W. Trevor King2009-07-151-15/+42
* 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-151-1/+15
* Added be-handle-mail and some example emails.W. Trevor King2009-07-141-0/+83