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

Diff of /imapfilter/imapfilter.h

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

revision 1.83 by lefcha, Sat Feb 14 22:48:04 2004 UTC revision 1.84 by lefcha, Sat Feb 14 23:08:31 2004 UTC
# Line 51  Line 51 
51  #define FLAG_SIGUSR1            0x10  #define FLAG_SIGUSR1            0x10
52    
53  /* IMAP protocol supported by the server. */  /* IMAP protocol supported by the server. */
54  #define PROTOCOL_NONE           0x00  #define PROTOCOL_NONE           0
55  #define PROTOCOL_IMAP4REV1      0x01  #define PROTOCOL_IMAP4REV1      1
56  #define PROTOCOL_IMAP4          0x02  #define PROTOCOL_IMAP4          2
57    
58  /* Capabilities of mail server. */  /* Capabilities of mail server. */
59  #define CAPABILITY_NONE         0x00  #define CAPABILITY_NONE         0x00
# Line 124  typedef struct options { Line 124  typedef struct options {
124          int passwd_editor;      /* Enter interactive password editor. */          int passwd_editor;      /* Enter interactive password editor. */
125          char charset[CHARSET_LEN];      /* Search criteria character set. */          char charset[CHARSET_LEN];      /* Search criteria character set. */
126          char logfile[PATH_MAX]; /* Log file for filtering information. */          char logfile[PATH_MAX]; /* Log file for filtering information. */
127            int force_protocol;     /* Protocol version to assume. */
128  } options_t;  } options_t;
129    
130  /* IMAP connection. */  /* IMAP connection. */

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26