Module Configuration
Port Configuration
Table - Port Configuration
Constant | Description | Possible Values |
---|---|---|
POP3c_CFG_PORT_SERVER | Default TCP port to use when calling POP3c_Connect() without specifying a port to connect to in non-secure mode. Standard listening port for POP3 servers is 110. | Any value within the TCP/UDP port range. |
POP3c_CFG_PORT_SERVER_SECURE | Default TCP port to use when calling POP3c_Connect() without specifying a port to connect to in secure mode. Standard listening port for POP3 servers is 995. | Any value within the TCP/UDP port range. |
Connection Configuration
Table - Connection Configuration
Constant | Description | Possible Values |
---|---|---|
POP3c_CFG_MAX_RX_RETRY | Maximum number of retries on RX. | Any integer value |