SecureBlackbox 2020 iOS Edition

Questions / Feedback?

serverInfoRespCodesSupported (property)

Indicates whether the POP3 server supports the RESP-CODES extension.

Syntax

@property (nonatomic,readonly,assign,getter=serverInfoRespCodesSupported) BOOL serverInfoRespCodesSupported;
- (BOOL)serverInfoRespCodesSupported;
public var serverInfoRespCodesSupported: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Indicates whether the POP3 server supports the RESP-CODES extension.

The RESP-CODES capability indicates that any response text issued by this server which begins with an open square bracket ("[") is an extended response code (see section 8 of RFC 2449). For more information see For more information see RFC 2449, Section 6.4.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]