Skip to content

Commit fbd5794

Browse files
committed
[PortsPy] Adds 8bitmime test to expected failures, as lib does not behave correctly
1 parent 8fb3b60 commit fbd5794

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ports-py/sendmail-python-emails.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def sendmail_error(env, result: SMTPResponse):
159159
"root.internationalized-email-addresses.smtputf8.explicit-options"),
160160
expected_failures=(
161161
"test_non-ascii_content_in_send-message_with_8BITMIME_option_and_without_8BITMIME_server_support", # 8bitmime or smtputf8 should not be sent when server does not support it
162+
"test_non-ascii_content_in_send-message_with_8BITMIME_option_and_server_support", # 8bitmime is sent but body is not 8bitmime
162163
"test_Handle_421_at_start_of_data_command",
163164
"test_Handle_421_during_data_command",
164165
# The library should problably automatically detect whether smtputf8 is required

0 commit comments

Comments
 (0)