summaryrefslogtreecommitdiff
path: root/src/mailman/email/message.py
Commit message (Expand)AuthorAgeFilesLines
* Ignore syntactically invalid sender addresses.Mark Sapiro2017-06-301-1/+7
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Remove an unused import.Barry Warsaw2016-12-291-1/+0
* Remove support for to_moderators.Barry Warsaw2016-12-291-10/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* Fix the email senders list when there's a Header instanceAurélien Bompard2016-11-281-3/+4
* Closes: #68Barry Warsaw2016-11-131-1/+1
* tomoderators -> to_moderators.Barry Warsaw2016-10-311-2/+5
* Issue 68: send messages to list moderators when tomoderators=TrueTom Briles2016-10-311-1/+8
* Clean up the email directory.Barry Warsaw2016-03-241-12/+5
* Remove obsolete comment.Barry Warsaw2016-03-101-5/+0
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Port to Python 3.5.Barry Warsaw2015-06-221-12/+0
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-4/+0
* Trunk merge.Barry Warsaw2014-12-221-34/+15
|\
| * LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-101-1/+8
| |\
| | * Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-091-0/+6
| * | * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-081-35/+9
| |\ \ | | |/ | |/|
| | * Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-041-1/+1
| | * Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-021-35/+9
| |/
* | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-3/+3
* | CheckpointingBarry Warsaw2014-12-121-2/+2
* | Checkpointing.Barry Warsaw2014-11-301-5/+5
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-1/+1
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-5/+1
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-1/+1
* * Subscription disabled probe warning notification messages are now sentBarry Warsaw2012-03-141-2/+12
|\
| * Fixed a logic error and added more conditions to the doctest.Mark Sapiro2012-03-141-1/+1
| * Subscription disabled warnings are now sent without a Precedence:Mark Sapiro2012-03-141-2/+2
|/
* copybumpBarry Warsaw2012-01-011-1/+1
* A couple of small cleanups.Barry Warsaw2011-11-041-1/+1
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-16/+17
* Split member and nonmember moderation.Barry Warsaw2011-01-021-1/+2
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-3/+0
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* Revert the last changes. Calculate size where needed.Barry Warsaw2009-12-051-1/+0
* The delivery agent requires that the message object have a .original_sizeBarry Warsaw2009-12-041-0/+1
* Fix all tests except outgoing.txt and common.txtBarry Warsaw2009-11-021-2/+2
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-8/+4
* Update an __all__ section.Barry Warsaw2009-02-091-0/+2
* Move mailman.Message to mailman.email.Message. Rename Message.get_sender() toBarry Warsaw2009-02-091-0/+251