diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-02 11:10:08 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-01-02 11:10:08 +0100 |
commit | 11b790ba6f06141db802273628ce2d191982677e (patch) | |
tree | 55f94884b5dc6da786a0f11a3b507ee23987264f /examples/imapresource/imapserverproxy.h | |
parent | 9c4720653cb40092b76a7f9226a014d26eafb7c3 (diff) | |
download | sink-11b790ba6f06141db802273628ce2d191982677e.tar.gz sink-11b790ba6f06141db802273628ce2d191982677e.zip |
Avoid ending up with a connection lost error when a select fails
Diffstat (limited to 'examples/imapresource/imapserverproxy.h')
-rw-r--r-- | examples/imapresource/imapserverproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/imapresource/imapserverproxy.h b/examples/imapresource/imapserverproxy.h index 0dc6e55..57b252d 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -37,6 +37,7 @@ enum ErrorCode { | |||
37 | SslHandshakeError, | 37 | SslHandshakeError, |
38 | ConnectionLost, | 38 | ConnectionLost, |
39 | MissingCredentialsError, | 39 | MissingCredentialsError, |
40 | SelectFailed, | ||
40 | UnknownError | 41 | UnknownError |
41 | }; | 42 | }; |
42 | 43 | ||