summaryrefslogtreecommitdiffstats
path: root/monitor.c
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-12-07 14:28:18 -0800
committerKevin McCarthy <kevin@8t8.us>2021-12-07 14:28:18 -0800
commitcc117960fddcd0193ca148927594e1e368cbd745 (patch)
tree0efb42002ed273cb3fe27243abd91230a39ca67b /monitor.c
parent987dde4c6d96b93380e7b157f56b02f147e410f6 (diff)
Loosen imap_open_mailbox() SELECT response data parsing.
DavMail is putting more than one space between '*' and the EXISTS count, e.g. '* 5 EXISTS' Strictly speaking, this is disallowed by RFC3501 (see Section 9, Note 2). However, there is also no good reason for imap_open_mailbox() to be stricter than the untagged handler, which correctly extracts the count. Add a check to make sure we are looking at an untagged response, and then use imap_next_word() rather than just incrementing by two. Thank you to Michael Gernoth (@stargo) for debugging this issue, creating a merge request with a possible fix, and helping to test this commit.
Diffstat (limited to 'monitor.c')
0 files changed, 0 insertions, 0 deletions