µC/POP3c Memory Requirements

µC/POP3c only has one global variable in RAM: the response buffer (POP3c_Resp_Buf[]) The amount of memory needed by this variable corresponds to the value of RESP_BUF_LEN. See file pop3-c.h for more details.

Concerning the calling task’s stack size, it should be larger than 128 bytes; a smaller stack could introduce run-time problems.