diff options
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 | ||