aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-302-146/+221
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-7/+7
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-15/+15
* Ran update-copyright.py.W. Trevor King2012-10-164-4/+4
* Ran update-copyright.py.W. Trevor King2012-02-164-40/+40
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-131-1/+1
* Run update_copyright.py.W. Trevor King2011-05-254-4/+8
* Raise an exception for unrecognized errors in send_pgp_mime.W. Trevor King2011-04-161-1/+1
* Bumped to version 1.0.01.0.0Chris Ball2011-01-084-5/+5
* Ran update_copyright.pyW. Trevor King2010-06-252-2/+34
* Adjust update_copyright.py to handle _mailfilterrc and _procmailrcW. Trevor King2010-06-252-4/+4
* Changed license for _mailfilterrc from Public Domain to GPLv2+Gour2010-06-251-1/+1
* rc file for maildrop filterGour2010-06-251-0/+22
* Ran update_copyright.pyW. Trevor King2010-06-223-24/+29
* Added page titles to the documentation & adjusted section levels.W. Trevor King2010-02-061-0/+4
* Rewrote documentationW. Trevor King2010-01-241-45/+56
* Fix be-handle-mail's notification creation for new libbe structureW. Trevor King2010-01-211-5/+6
* Allow forward slashes (/) in commit email tags in be-handle-mail.W. Trevor King2010-01-191-6/+6
* Fixed libbe.utuil->libbe.util typo in be-handle-mail.W. Trevor King2010-01-192-15/+4
* Updated copyright informationW. Trevor King2010-01-012-2/+2
* Brought be-handle-mail up to dateW. Trevor King2009-12-311-262/+229
* Emptied interfaces directoryW. Trevor King2009-12-292-60/+0
* Use new libbe.diff.Diff.report_tree(subscriptions) in be-handle-mail.W. Trevor King2009-12-051-50/+17
* Moved subscription types from becommands/subscribe.py to libbe/diff.py.W. Trevor King2009-12-051-4/+4
* be-handle-mail uses more conservative --add-only for be-bugs:xmlW. Trevor King2009-11-301-1/+1
* 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
* 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
* 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-311-2/+2
* 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