We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dfd50 commit a103feeCopy full SHA for a103fee
lib/net/imap/response_parser.rb
@@ -1155,9 +1155,9 @@ def body_fields
1155
# RFC3501, RFC9051:
1156
# body-fld-param = "(" string SP string *(SP string SP string) ")" / nil
1157
def body_fld_param
1158
+ quirky_SP? # See comments on test_bodystructure_extra_space
1159
return if NIL?
1160
param = {}
- shift_token if @token.symbol == T_SPACE
1161
lpar
1162
name = case_insensitive__string; SP!; param[name] = string
1163
while SP?
0 commit comments