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 86e3378..9e73f68 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -35,6 +35,7 @@ enum ErrorCode { | |||
35 | CouldNotConnectError, | 35 | CouldNotConnectError, |
36 | SslHandshakeError, | 36 | SslHandshakeError, |
37 | ConnectionLost, | 37 | ConnectionLost, |
38 | MissingCredentialsError, | ||
38 | UnknownError | 39 | UnknownError |
39 | }; | 40 | }; |
40 | 41 | ||