Definition at line 85 of file pop3_client.h.
Data Fields | |
UINT8 | state |
UINT32 | remip |
UINT16 | remport |
INT8 | sochandle |
UINT8 | tmrhandle |
UINT8 | unacked |
UINT16 | msgtotal |
UINT16 | curmsgindex |
UINT32 | curmsgtotlen |
UINT16 | curmsghlen |
UINT8 | headerbuf [9] |
UINT8 | charsinheaderbuf |
UINT8 | from [POP3C_SENDERMAXLEN] |
UINT8 | subject [POP3C_SUBJECTMAXLEN] |
|
State of POP3 client state machine Definition at line 87 of file pop3_client.h. Referenced by pop3c_connect(), and pop3c_getstate(). |
|
Remote IP of POP3 server Definition at line 88 of file pop3_client.h. Referenced by pop3c_connect(), and pop3c_init(). |
|
Remote port of POP3 server Definition at line 89 of file pop3_client.h. Referenced by pop3c_connect(), and pop3c_init(). |
|
Handle to TCP socket Definition at line 90 of file pop3_client.h. Referenced by pop3c_connect(), and pop3c_init(). |
|
Handle to timer Definition at line 91 of file pop3_client.h. Referenced by pop3c_init(). |
|
Do we have unacked data or not? Definition at line 92 of file pop3_client.h. Referenced by pop3c_init(). |
|
Number of messages in message box Definition at line 93 of file pop3_client.h. Referenced by pop3c_init(). |
|
Index of current message Definition at line 94 of file pop3_client.h. Referenced by pop3c_init(). |
|
Total length of current message Definition at line 95 of file pop3_client.h. Referenced by pop3c_init(). |
|
Header length of current message Definition at line 96 of file pop3_client.h. Referenced by pop3c_init(). |
|
Used to parse from,to,subject Definition at line 97 of file pop3_client.h. Referenced by pop3c_init(). |
|
Number of valid chars in headerbuf Definition at line 98 of file pop3_client.h. Referenced by pop3c_init(). |
|
Sender of E-mail Definition at line 99 of file pop3_client.h. Referenced by pop3c_init(). |
|
Subject of E-mail Definition at line 100 of file pop3_client.h. Referenced by pop3c_init(). |