File nut/include/pro/pop3c.h


Included Files


Preprocessor definitions

#define PRO_POP3C_H

#define POP3_BUFSIZ 256


Typedef POP3CLIENTSESSION

typedef struct _POP3CLIENTSESSION POP3CLIENTSESSION
struct _POP3CLIENTSESSION  
   {  
      TCPSOCKET* pop3_sock;  
      FILE* pop3_stream;  
      char* pop3_stamp;  
      char pop3_buff[256];  
   }