aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces
Commit message (Expand)AuthorAgeFilesLines
* Added restrict_file_access to becommands' execute() args.W. Trevor King2009-11-211-1/+2
* Updated interfaces/email/interactive/README for [be-bug:xml] interfaceW. Trevor King2009-11-211-2/+13
* Added [be-tag:xml] processing to be-handle-mail.W. Trevor King2009-11-211-4/+25
* Fixed bug in be-handle-mail.Message.parse_comment() for emails w/o Message-id.W. Trevor King2009-11-211-2/+4
* Added interfaces/email/interactive/examples/email_bugsW. Trevor King2009-11-211-0/+37
* Upgraded `be show --xml` to new <be-xml> format.W. Trevor King2009-11-211-14/+17
* Broke `be comment --xml` out and extended into `be import-xml`.W. Trevor King2009-11-212-24/+26
* Ran the new update_copyright.pyW. Trevor King2009-11-191-2/+1
* Updated README and Bugs-Everywhere-Web/README.W. Trevor King2009-11-191-3/+21
* Set self.ret if necessary in be-handle-mail.Command.response_msg().W. Trevor King2009-09-261-0/+1
* Added "Confirm" and "Subscribe" pseudoheaders to be-handle-mail.W. Trevor King2009-09-261-8/+44
* Load bugs in be-handle-mail.Message.subscriber_emails().W. Trevor King2009-09-261-0/+2
* Fix agressive be-handle-mail.Message._strip_footer().W. Trevor King2009-09-261-0/+1
* Prefix cache attributes in be-handle-mail with underscore (_).W. Trevor King2009-09-261-5/+5
* Added normalize_RFC_2822_date() to be-mbox-to-xml.W. Trevor King2009-09-231-3/+21
* Added normalize_email_address() to be-mbox-to-xmlW. Trevor King2009-09-231-1/+4
* Fixed mutliple in-reply-to splitting in be-mbox-to-xmlW. Trevor King2009-09-231-1/+3
* Convert incoming text/* email payloads to unicode in be-handle-mail.W. Trevor King2009-09-231-8/+7
* Fixed email.Parser typo in send_pgp_mime.py imports for Python 2.4.W. Trevor King2009-09-171-1/+1
* Fixed a few typos in be-handle-mailW. Trevor King2009-09-131-4/+4
* Mention commit message in interactive email README subject explaination.W. Trevor King2009-09-131-2/+2
* Typo EncryptedMessageFactory -> PGPMimeMessageFactory in send-pgp-mime.pyW. Trevor King2009-09-111-2/+2
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-312-5/+5
* Broke up be-handle-mail.parse() into parse_new(), _comment(), and _control().W. Trevor King2009-08-161-57/+75
* be-handle-mail no longer sends blank subscriber emails when no change occurs.W. Trevor King2009-07-271-4/+15
* Fixed _procmailrc rules.W. Trevor King2009-07-272-16/+20
* Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).W. Trevor King2009-07-272-20/+68
* Allow "subscribe" command via the email interface.W. Trevor King2009-07-271-1/+1
* Tweaked the output text for modified bugs in libbe.diff and be-handle-mail.W. Trevor King2009-07-271-1/+5
* Added "be-handle-mail --notify-since REVISION".W. Trevor King2009-07-271-27/+62
* 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
* Renamed Comment.From and .time_string to .author and .date respectively.W. Trevor King2009-07-252-6/+7
* be-handle-mail successfully generates bugdir-changed notification emails.W. Trevor King2009-07-231-7/+180
* Broke encodedMIMEText out of send-pgp-mime.PGPMimeMessageFactory.W. Trevor King2009-07-231-20/+21
* Merged assorted changes from be.wtk-rr for BugDir.extra_strings.W. Trevor King2009-07-211-4/+30
|\
| * be-mbox-to-xml is now better at message-id, in-reply-to, and references.W. Trevor King2009-07-211-3/+26
| * be-mbox-to-xml handles emails without explicit transfer encodings.W. Trevor King2009-07-211-1/+4
* | Use shlex.split() to parse control lines in be-handle-mail.W. Trevor King2009-07-203-16/+14
* | Added pseudo-header list to interfaces/email/interactive/README.W. Trevor King2009-07-201-14/+17
* | Added psuedo-header handling to be-handle-mail.W. Trevor King2009-07-202-4/+25
* | Added more VCSs to the delete-commit notes in interfaces/README.W. Trevor King2009-07-201-7/+25
* | Added interfaces/email/interactive/README and be-handle-mail options.W. Trevor King2009-07-202-11/+248
* | be-handle-mail shown to successfully commit partially-failing emails.W. Trevor King2009-07-191-0/+18
* | 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