utf8 encoding with no charset
darcs-hash:20060201073540-86b55-5e003fd016ae0b76ee2ce81fa6670f67d7aa4459.gz
This commit is contained in:
@@ -103,8 +103,8 @@ class MailConnection_TestCase(unittest.TestCase):
|
||||
make_test((True, True, True), \
|
||||
lambda self, email: self.connection.format_message(email), \
|
||||
u"From : encoded from (éàê)\nSubject : encoded subject (éà" + \
|
||||
u"ê)\n\nEncoded multipart1 with 'iso-8859-15' charset (éàê" + \
|
||||
u")\nEncoded multipart2 with 'iso-8859-15' charset (éàê)\n")
|
||||
u"ê)\n\nutf-8 multipart1 with no charset (éàê)" + \
|
||||
u"\nEncoded multipart2 with 'iso-8859-15' charset (éàê)\n")
|
||||
|
||||
|
||||
class POP3Connection_TestCase(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user