On Mar 8, 10:09 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > I haven't read the patches closely, but my immediate concern is whether > we are duplicating too much of Python's existing mail framework and just > wrapping it. That would be bad design. I have no opinion on this yet.
Speaking of duplicating Python's mail framework, it appears that the Message-ID header stuff that was added recently could instead be done with Python's make_msgid() function. http://code.djangoproject.com/ticket/3713 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
