summaryrefslogtreecommitdiff
path: root/django/core/mail
AgeCommit message (Expand)Author
2011-07-03Fixed #15750 -- Handle empty mail server credentials gracefully. Thanks, Lean...Jannis Leidel
2011-05-07Fixed #11212 -- Stopped using quoted-printable encoding for mails with non-AS...Jannis Leidel
2011-04-02Advanced deprecations in core.mail, core.commands, core.context_processors an...Russell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-02-28Fixed #15520 -- Fixed incompatibility with email module shipped with Python 2...Ramiro Morales
2011-02-28Fixed #13433 -- Changed default behavior of Django email message wrappers to ...Ramiro Morales
2011-01-15Fixed #15042 -- Ensured that email addresses without a domain can still be ma...Russell Keith-Magee
2010-12-21Fixed #14301 -- Further refine changes made in r14216 to support non-ASCII ch...Jannis Leidel
2010-12-06Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and ...Russell Keith-Magee
2010-10-14Fixed #14301 -- Handle email validation gracefully with email addresses conta...Jannis Leidel
2010-10-11Fixed #13494 -- Correctly concat an email subject prefix with a translation s...Jannis Leidel
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-07Fixed #7722 - added support for CC in EmailMessage.Luke Plant
2010-04-01Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any ext...Russell Keith-Magee
2010-03-06Fixed #6918: Adjusted the test in r12683 to more specifically look for what i...Karen Tracey
2010-03-05Fixed #6918, #12791: If an email message has an encoding, actually use that e...Karen Tracey
2010-01-04Modified the way EMAIL_BACKEND is specified to make it consistent with the ne...Russell Keith-Magee
2009-12-03Expanded on the SMTPConnection deprecation notes, and made the deprecation a ...Russell Keith-Magee
2009-11-04Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su...Russell Keith-Magee
2009-11-04Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai...Russell Keith-Magee
2009-11-04Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handler. Thank...Russell Keith-Magee
2009-11-03Fixed #10355 -- Added an API for pluggable e-mail backends.Russell Keith-Magee