X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fpop3.h;h=a617f1a61f4c54252300fa093ee0d25d3029b4e5;hb=a1a7d5dc60fb40d39c9f1cbc6b1879bc562299a7;hp=6f018ce816fb99f8658a03a014302f044d514953;hpb=eaca75aa6c133cc6ff3d707f7ae8dbfbe51a6d2a;p=dockapps%2Fwmnotify.git diff --git a/src/pop3.h b/src/pop3.h index 6f018ce..a617f1a 100644 --- a/src/pop3.h +++ b/src/pop3.h @@ -21,16 +21,13 @@ # define _SCOPE_ extern #endif -/* POP3 responses may be up to 512 characters long, including the terminating - CRLF. */ -#define POP3_IN_BUF_SIZE 512 + +#define POP3_ENDL "\r\n" /* CRLF */ #define POP3_CMD_USERNAME "USER" #define POP3_CMD_PASSWORD "PASS" #define POP3_CMD_STAT "STAT" #define POP3_CMD_QUIT "QUIT" -#define POP3_ENDL "\r\n" /* CRLF */ - #define POP3_RSP_SUCCESS "+OK" #define POP3_RSP_FAILURE "-ERR"