diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-22 08:32:39 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-22 08:32:39 +0200 |
commit | 8b24f7f4919c1d4a3a91cf4b21ad76b610dcddf1 (patch) | |
tree | 89982283bec0e43aa128ee08f6c686ba357e099a /examples/imapresource/imapserverproxy.h | |
parent | 00e37715c4d0d436e4ddd2f8713af559065f9667 (diff) | |
download | sink-8b24f7f4919c1d4a3a91cf4b21ad76b610dcddf1.tar.gz sink-8b24f7f4919c1d4a3a91cf4b21ad76b610dcddf1.zip |
Detect login failures
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 9e73f68..7044a5e 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 | LoginFailed, | ||
34 | HostNotFoundError, | 35 | HostNotFoundError, |
35 | CouldNotConnectError, | 36 | CouldNotConnectError, |
36 | SslHandshakeError, | 37 | SslHandshakeError, |