Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

pop3-c.h/pop3-c.c

Prototype

Code Block
void  POP3c_MsgDel (NET_SOCK_ID   sock,
                    CPU_INT32U    msg_nbr,
                    NET_ERR      *perr);

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

...

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”See Sample Application.