#include <mailutils/errno.h> const char* mu_errname(int e); const char* mu_strerror(int e);
const char* mu_errname(int e);
converts an error code to a textual representation of it.
const char* mu_strerror(int e);
Converts an error code to an error message.