Barry Warsaw
2539cf5aad
A fix for SF bug #472560 , extra newlines returned by get_param() when
...
the separating semi-colon shows up on a continuation line (legal, but
weird).
Bug reported and fixed by Matthew Cowles. Test case and sample email
included.
2001-10-25 22:43:46 +00:00
Barry Warsaw
1f0fa92b0a
Another merge from mimelib:
...
TestMIMEMessage.test_epilogue(), TestIdempotent.test_preamble_epilogue():
Test cases for SF bug #472481 .
2001-10-19 04:08:59 +00:00
Tim Peters
e0c446bb4a
Whitespace normalization.
2001-10-18 21:57:37 +00:00
Barry Warsaw
07227d1ec0
Two merges from the mimelib project:
...
test_no_semis_header_splitter(): This actually should still split.
test_no_split_long_header(): An example of an unsplittable line.
test_no_semis_header_splitter(): Test for SF bug # 471918, Generator
splitting long headers.
2001-10-17 20:52:26 +00:00
Barry Warsaw
cdc632cfdb
test_typed_subpart_iterator_default_type(): Test for when the message
...
has no Content-Type: header, it should be treated as text/plain.
2001-10-15 04:39:02 +00:00
Barry Warsaw
bf7a59d94b
Add a test for the HeaderParser class.
2001-10-11 15:44:50 +00:00
Barry Warsaw
fee435af8b
Added tests for MIMEAudio class/module
2001-10-09 19:23:57 +00:00
Barry Warsaw
2f6a0b00a0
Add a test for get_all() returning failobj. msg_20.txt is a sample
...
message with multiple CC: fields, used in the get_all() test.
2001-10-09 15:49:35 +00:00
Barry Warsaw
d1de6eacf2
TestIterators: Tim Peters suggests a more succinct spelling of
...
"listify an iterator".
2001-10-04 18:18:37 +00:00
Barry Warsaw
08a534d476
test_header_splitter(), test_body_line_iterator(): Move the test data
...
into tests/data/msg_*.txt files.
2001-10-04 17:58:50 +00:00
Tim Peters
c59fb2d230
This test relied on hard tab characters, so failed after whitespace
...
normalization. Now uses \t in strings instead of hard tabs.
2001-10-04 06:26:17 +00:00
Tim Peters
527e64fd68
Whitespace normalization.
2001-10-04 05:36:56 +00:00
Barry Warsaw
65279d0242
Update the tests for the current incarnation of the email package, and
...
added some new tests of message/delivery-status content type messages.
2001-09-26 05:47:08 +00:00
Barry Warsaw
4107585a67
An extensive test suite for the email package.
2001-09-23 03:18:13 +00:00