diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-20 14:59:59 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-20 14:59:59 +0200 |
commit | ac73ca1d2a23d3b62cca20545e019355f9d00035 (patch) | |
tree | f2db2cf9e1bc5b5026a0592df63eaacf68a7d0d8 /examples/imapresource/imapserverproxy.h | |
parent | 766f40bed69c053c22ae28cfb4115e717c44b616 (diff) | |
download | sink-ac73ca1d2a23d3b62cca20545e019355f9d00035.tar.gz sink-ac73ca1d2a23d3b62cca20545e019355f9d00035.zip |
Handle host not found
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 872f032..58c49a2 100644 --- a/examples/imapresource/imapserverproxy.h +++ b/examples/imapresource/imapserverproxy.h | |||
@@ -31,6 +31,7 @@ namespace Imap { | |||
31 | 31 | ||
32 | enum ErrorCode { | 32 | enum ErrorCode { |
33 | NoError, | 33 | NoError, |
34 | HostNotFoundError, | ||
34 | CouldNotConnectError, | 35 | CouldNotConnectError, |
35 | SslHandshakeError | 36 | SslHandshakeError |
36 | }; | 37 | }; |