Changes between Initial Version and Version 1 of Ticket #23063, comment 33
- Timestamp:
- Oct 9, 2014, 7:15:48 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23063, comment 33
initial v1 15 15 raise 16 16 diff --git a/django/core/mail/message.py b/django/core/mail/message.py 17 index da9891f.. f33910210064417 index da9891f..57337aa 100644 18 18 --- a/django/core/mail/message.py 19 19 +++ b/django/core/mail/message.py 20 @@ -123,7 +123,7 @@ def sanitize_address(addr, encoding): 21 22 23 class MIMEMixin(): 24 - def as_string(self, unixfrom=False): 25 + def as_string(self, unixfrom=False, linesep=None): 26 """Return the entire formatted message as a string. 27 Optional `unixfrom' when True, means include the Unix From_ envelope 28 header. 20 29 @@ -139,7 +139,7 @@ class MIMEMixin(): 21 30 if six.PY2: