This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iElectric
Recipients iElectric
Date 2010-04-21.19:17:47
SpamBayes Score 0.018744448
Marked as misclassified No
Message-id <1271877469.99.0.897777864709.issue8489@psf.upfronthosting.co.za>
In-reply-to
Content
Module smtplib, line 574, in login
  Module smtplib, line 538, in encode_cram_md5
  Module hmac, line 72, in __init__
TypeError: character mapping must return integer, None or unicode

Following traceback occurs when doing connection.login(u'foobar@domain.com', 'justdoit') to issue an ESMTP.

Python 2.6.4 (r264:75706, Mar 11 2010, 18:33:18)
History
Date User Action Args
2010-04-21 19:17:50iElectricsetrecipients: + iElectric
2010-04-21 19:17:49iElectricsetmessageid: <1271877469.99.0.897777864709.issue8489@psf.upfronthosting.co.za>
2010-04-21 19:17:47iElectriclinkissue8489 messages
2010-04-21 19:17:47iElectriccreate