1. 05 Jun, 2010 20 commits
  2. 04 Jun, 2010 10 commits
  3. 03 Jun, 2010 9 commits
  4. 02 Jun, 2010 1 commit
    • R. David Murray's avatar
      #1368247: make set_charset/MIMEText automatically encode unicode _payload. · 52dcd459
      R. David Murray authored
      Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as
      the charset and unicode as the _text argument.  Also makes the way in
      which unicode gets encoded to quoted printable for other charsets more
      sane (it only worked by accident previously).  The _payload now is encoded
      to the charset.output_charset if it is unicode.
      52dcd459