{
"emailInfo": {
"protocol": "string",
"host": "string",
"username": "1381234****",
"password": "string",
"email_hour": 0
}
}curl --location --request POST '/EmailControl/getEmailList/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"emailInfo": {
"protocol": "string",
"host": "string",
"username": "1381234****",
"password": "string",
"email_hour": 0
}
}'{
"code": 0,
"message": "string",
"requestID": "string",
"timestamp": 0,
"token": "string",
"codeType": 0,
"iszip": 0,
"data": [
{
"sendFrom": "string",
"sendDate": "string",
"subject": "string",
"content": "string",
"attachment": [
{
"fileName": "string",
"content": "string",
"fileStream": "string"
}
]
}
]
}