Changes between Initial Version and Version 1 of Ticket #18967, comment 4


Ignore:
Timestamp:
May 23, 2013, 4:25:18 AM (11 years ago)
Author:
Michael

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18967, comment 4

    initial v1  
    33This is still an outstanding bug, as Django continues to produce non-RFC2046 s5.2.1-compliant mail, which breaks in multiple popular email clients when attempting to send message/rfc822 attachments from Django.
    44
    5 I've now rebased this patch against the stable 1.5 tree as at today, however this has now got GitHub very confused, as it's pulled in hundreds of commits in the last 9 months.  I've since created a new pull request that fixes this:
     5I've now rebased this patch against the stable 1.5 tree as at today, however this has now got GitHub very confused, as it's pulled in hundreds of commits in the last 8 months.  I've since created a new pull request that fixes this:
    66
    77https://github.com/django/django/pull/1202
Back to Top