cmd_status cmd_uidl : 2; /* optional command UIDL */
cmd_status cmd_top : 2; /* optional command TOP */
cmd_status cmd_user : 2; /* optional command USER */
- unsigned resp_codes : 1; /* server supports extended response codes */
unsigned clear_cache : 1;
ssize_t size;
pop_data->cmd_uidl = CMD_NOT_AVAILABLE;
pop_data->cmd_top = CMD_NOT_AVAILABLE;
pop_data->cmd_user = CMD_NOT_AVAILABLE;
- pop_data->resp_codes = 0;
p_delete(&pop_data->auth_list);
}