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 8be322d commit e9f4a33Copy full SHA for e9f4a33
lib/net/imap/response_parser.rb
@@ -1502,9 +1502,9 @@ def resp_text_code
1502
case name
1503
when "CAPABILITY" then resp_code__capability
1504
when "PERMANENTFLAGS" then SP? ? flag_perm__list : []
1505
- when "UIDVALIDITY" then SP!; number
1506
- when "UIDNEXT" then SP!; number
1507
- when "UNSEEN" then SP!; number
+ when "UIDNEXT" then SP!; nz_number
+ when "UIDVALIDITY" then SP!; nz_number
+ when "UNSEEN" then SP!; nz_number # rev1 only
1508
when "APPENDUID" then resp_code_apnd__data
1509
when "COPYUID" then resp_code_copy__data
1510
when "BADCHARSET" then charset_list
0 commit comments