This file holds empty callback functions needed by the POP3 client to get user-specific e-mail data from the application. Add your own code to perform the requested tasks.
Definition in file pop3c_callbacks.c.
Go to the source code of this file.
Functions | |
void | pop3c_error (void) |
POP3 client error handler. | |
void | pop3c_messages (UINT16 msgs) |
Invoked to inform user app about the number of new e-mails. | |
INT16 | pop3c_msgoffer (UINT16 index, UINT32 msglen, UINT8 *from, UINT8 *subject) |
Offers e-mail message to the user app. | |
INT8 | pop3c_getusername (UINT8 *dbuf) |
Get user name that is to be used for loging to the server. | |
INT8 | pop3c_getpassword (UINT8 *dbuf) |
Get password that is to be used for loging to the server. | |
void | pop3c_allok (void) |
Indicates succesfull reading of E-mails. | |
void | pop3c_data (UINT8 data) |
Receives E-mail data. |
|
Definition at line 82 of file pop3c_callbacks.c. |
|
Definition at line 96 of file pop3c_callbacks.c. |
|
Definition at line 117 of file pop3c_callbacks.c. |
|
Definition at line 135 of file pop3c_callbacks.c. |
|
Definition at line 155 of file pop3c_callbacks.c. |
|
Definition at line 169 of file pop3c_callbacks.c. |
|
Definition at line 183 of file pop3c_callbacks.c. |