Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Deletes a specific message from the server.

Files

pop3-c.h/pop3-c.c

Prototype

Arguments

sock Socket ID returned by POP3c_Connect().

msg_nbr Index of message to delete.

perr Pointer to a variable that will hold the return error code from this function:

POP3c_ERR_NONE
POP3c_ERR_NEG_RESP
POP3c_ERR_RX_FAILED

Returned Values

None.

Required Configuration

None.

Notes / Warnings

The msg_nbr argument starts at the value ‘1’. Message ‘0’ does not exist.

Example Usage

See section 3-3 “µC/POP3c Example Code”.

  • No labels