/[imapfilter]/imapfilter/imapfilter.h
ViewVC logotype

Diff of /imapfilter/imapfilter.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37.2.5 by lefcha, Sat Nov 9 14:20:21 2002 UTC revision 1.37.2.6 by lefcha, Sun Feb 2 17:41:27 2003 UTC
# Line 46  Line 46 
46  #define OPTION_DAEMON_MODE              0x0400  #define OPTION_DAEMON_MODE              0x0400
47    
48  /* Other flags. */  /* Other flags. */
49  #define FLAG_TTY_MODIFIED               0x01  #define FLAG_TTY                        0x01
50  #define FLAG_BLANK_PASSWORD             0x02  #define FLAG_TTY_MODIFIED               0x02
51    #define FLAG_BLANK_PASSWORD             0x04
52    
53  /* Capabilities of mail server. */  /* Capabilities of mail server. */
54  #define CAPABILITY_NONE                 0x00  #define CAPABILITY_NONE                 0x00
# Line 77  Line 78 
78  #define RESULT_BUF                      512  #define RESULT_BUF                      512
79    
80  /* Response codes. */  /* Response codes. */
81  #define RESPONSE_NONE                   -2  #define RESPONSE_NULLBODY               -2
82  #define RESPONSE_BAD                    -1  #define RESPONSE_NONE                   -1
83  #define RESPONSE_OK                     0  #define RESPONSE_OK                     0
84  #define RESPONSE_NO                     1  #define RESPONSE_NO                     1
85  #define RESPONSE_BYE                    2  #define RESPONSE_BAD                    2
86  #define RESPONSE_PREAUTH                3  #define RESPONSE_BYE                    3
87  #define RESPONSE_READONLY               4  #define RESPONSE_PREAUTH                4
88  #define RESPONSE_TRYCREATE              5  #define RESPONSE_READONLY               5
89    #define RESPONSE_TRYCREATE              6
90    
91  /* Size virtual buffer. */  /* Size virtual buffer. */
92  #define VIRTUAL_BUF                     4096  #define VIRTUAL_BUF                     4096

Legend:
Removed from v.1.37.2.5  
changed lines
  Added in v.1.37.2.6

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26