give AS_PROTO_EXCHANGE a lower precedence, so it is only selected if neither IMAP, POP nor SMTP is supported.

IOS-2913
Roker 2 years ago
parent 0c6b2b257c
commit 28299af7c8

@ -51,10 +51,10 @@ typedef enum _AS_FLAGS
typedef enum _AS_ACCESS
{
/// protocols
AS_PROTO_EXCHANGE = 0x00008, ///< both (?) - selected with very low precedence
AS_PROTO_POP3 = 0x00011, ///< incoming
AS_PROTO_IMAP = 0x00012, ///< incoming
AS_PROTO_SMTP = 0x00021, ///< outgoing
AS_PROTO_EXCHANGE = 0x00041, ///< both (?)
AS_PROTO_BITMASK = 0x000FF, ///< bitmask for AS_PROTO...
/// socket types

Loading…
Cancel
Save