Skip to content

Commit 3ed0837

Browse files
committed
Add a comment section to the extra space test
1 parent a103fee commit 3ed0837

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/net/imap/fixtures/response_parser/body_structure_responses.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,10 @@
434434
(\"boundary\" \"001a1137a5047848e405157ddaa3\") NIL))\r\n"
435435

436436
test_bodystructure_extra_space:
437+
:comments: |
438+
[GH-271] Responses from some IMAP servers contained extra space like this.
439+
The fix has been used since Jan 2014, seems to be easy, and doesn't seem to
440+
cause any harm.
437441
:response: "* 1 FETCH (UID 1 BODYSTRUCTURE (((\"text\" \"plain\" (\"charset\" \"UTF-8\") NIL
438442
NIL \"7bit\" 409 7 NIL NIL NIL)(\"text\" \"html\" (\"charset\" \"UTF-8\") NIL NIL \"7bit\"
439443
592 10 NIL NIL NIL) \"alternative\" (\"boundary\" \"--==_mimepart_5277b641dcc3_57d5887e8325d8\"

0 commit comments

Comments
 (0)