ImapResponseStatus Enumeration |
Namespace: Limilabs.Client.IMAP
Member name | Value | Description | |
---|---|---|---|
Negative | 0 | Negative status ("NO" response). | |
Positive | 1 | Positive status ("OK" response). | |
Error | 2 | Error status ("BAD" response). | |
SendMoreData | 3 | Requires more data status ("+" response). | |
Bye | 4 | BYE response received, server failure occurred, connection was closed by the server ("* BYE" response). | |
PreAuth | 5 | PREAUTH response received, possible only at connection startup greeting. It indicates that the connection has already been authenticated by external means |