index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
interfaces
/
email
/
interactive
/
be-handle-mail
Commit message (
Expand
)
Author
Age
Files
Lines
*
Used PyCharms inspectors.
Matěj Cepl
2024-03-30
1
-130
/
+205
*
Ran update-copyright.py.
W. Trevor King
2012-10-16
1
-1
/
+1
*
Ran update-copyright.py.
W. Trevor King
2012-02-16
1
-10
/
+10
*
Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
W. Trevor King
2011-11-13
1
-1
/
+1
*
Run update_copyright.py.
W. Trevor King
2011-05-25
1
-1
/
+2
*
Bumped to version 1.0.0
1.0.0
Chris Ball
2011-01-08
1
-1
/
+1
*
Ran update_copyright.py
W. Trevor King
2010-06-22
1
-12
/
+14
*
Fix be-handle-mail's notification creation for new libbe structure
W. Trevor King
2010-01-21
1
-5
/
+6
*
Allow forward slashes (/) in commit email tags in be-handle-mail.
W. Trevor King
2010-01-19
1
-6
/
+6
*
Fixed libbe.utuil->libbe.util typo in be-handle-mail.
W. Trevor King
2010-01-19
1
-3
/
+3
*
Updated copyright information
W. Trevor King
2010-01-01
1
-1
/
+1
*
Brought be-handle-mail up to date
W. Trevor King
2009-12-31
1
-262
/
+229
*
Use new libbe.diff.Diff.report_tree(subscriptions) in be-handle-mail.
W. Trevor King
2009-12-05
1
-50
/
+17
*
Moved subscription types from becommands/subscribe.py to libbe/diff.py.
W. Trevor King
2009-12-05
1
-4
/
+4
*
be-handle-mail uses more conservative --add-only for be-bugs:xml
W. Trevor King
2009-11-30
1
-1
/
+1
*
Added restrict_file_access to becommands' execute() args.
W. Trevor King
2009-11-21
1
-1
/
+2
*
Added [be-tag:xml] processing to be-handle-mail.
W. Trevor King
2009-11-21
1
-4
/
+25
*
Fixed bug in be-handle-mail.Message.parse_comment() for emails w/o Message-id.
W. Trevor King
2009-11-21
1
-2
/
+4
*
Set self.ret if necessary in be-handle-mail.Command.response_msg().
W. Trevor King
2009-09-26
1
-0
/
+1
*
Added "Confirm" and "Subscribe" pseudoheaders to be-handle-mail.
W. Trevor King
2009-09-26
1
-8
/
+44
*
Load bugs in be-handle-mail.Message.subscriber_emails().
W. Trevor King
2009-09-26
1
-0
/
+2
*
Fix agressive be-handle-mail.Message._strip_footer().
W. Trevor King
2009-09-26
1
-0
/
+1
*
Prefix cache attributes in be-handle-mail with underscore (_).
W. Trevor King
2009-09-26
1
-5
/
+5
*
Convert incoming text/* email payloads to unicode in be-handle-mail.
W. Trevor King
2009-09-23
1
-8
/
+7
*
Fixed a few typos in be-handle-mail
W. Trevor King
2009-09-13
1
-4
/
+4
*
RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
W. Trevor King
2009-08-31
1
-2
/
+2
*
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
1
-14
/
+18
*
Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).
W. Trevor King
2009-07-27
1
-8
/
+46
*
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
*
be-handle-mail successfully generates bugdir-changed notification emails.
W. Trevor King
2009-07-23
1
-7
/
+180
*
Use shlex.split() to parse control lines in be-handle-mail.
W. Trevor King
2009-07-20
1
-3
/
+5
*
Added psuedo-header handling to be-handle-mail.
W. Trevor King
2009-07-20
1
-3
/
+17
*
Added interfaces/email/interactive/README and be-handle-mail options.
W. Trevor King
2009-07-20
1
-11
/
+104
*
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
*
be-handle-mail's new DBT-style interface handles the example emails now.
W. Trevor King
2009-07-19
1
-30
/
+43
*
Reworked be-handle-mail to be more like the Debian Bug Tracker.
W. Trevor King
2009-07-19
1
-78
/
+160
[next]