삐리리뽀옹

Results 3 issues of 삐리리뽀옹

https://www.rfc-editor.org/rfc/rfc3501#section-9 ``` response = *(continue-req / response-data) response-done response-done = response-tagged / response-fatal response-tagged = tag SP resp-cond-state CRLF resp-cond-state = ("OK" / "NO" / "BAD") SP resp-text ; Status...

https://github.com/karastojko/mailio/blob/75db981761cdc1fbf47a48f2f8f45fa283ed3781/src/imap.cpp#L341-L347 imap server doesn't send untagged response if uid or message-sequence number requested in `FETCH` command doesn't exist. it sends just only tagged response with `OK` status in that situation....

As you know, if imap client send `UID FETCH` command, then imap server must send `UID` data in the response. https://www.rfc-editor.org/rfc/rfc3501#section-6.4.8 However there is no rule which specifies the order...