X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fimap.h;h=e759456632d9d7de099bea657258a776a7140c2a;hb=db28d5c6f7928b707bffa193ad93dfa7556ab0ad;hp=75d7841a91e6c6f70c6c7e4e355499cbcb0fb26e;hpb=eaca75aa6c133cc6ff3d707f7ae8dbfbe51a6d2a;p=dockapps%2Fwmnotify.git diff --git a/src/imap.h b/src/imap.h index 75d7841..e759456 100644 --- a/src/imap.h +++ b/src/imap.h @@ -13,23 +13,6 @@ #endif -#define IMAP4_IN_BUF_SIZE 1024 - -#define IMAP4_SUCCESS "OK" -#define IMAP4_FAILURE "NO" -#define IMAP4_PROTOCOL_ERR "BAD" - -#define IMAP4_UNSEEN "* OK [UNSEEN" - - -#define IMAP_CMD_CAPABILITY "CAPABILITY" -#define IMAP_CMD_LOGIN "LOGIN" -#define IMAP_CMD_EXAMINE "EXAMINE" -#define IMAP_CMD_LOGOUT "LOGOUT" - -#define IMAP4_ENDL "\r\n" /* CRLF */ - - int IMAP4_CheckForNewMail( void );