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

Diff of /imapfilter/imapfilter.h

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

revision 1.14 by lefcha, Tue Oct 2 13:32:05 2001 UTC revision 1.15 by lefcha, Thu Oct 4 15:47:49 2001 UTC
# Line 48  Line 48 
48    
49    
50  #define min(A, B)                       ((A) < (B) ? (A) : (B))  #define min(A, B)                       ((A) < (B) ? (A) : (B))
51    #define plural(A)                       ((A) == 1 ? "" : "s")
52    
53    
54  /*      connect.c       */  /*      connect.c       */
# Line 72  int imap_noop(void); Line 73  int imap_noop(void);
73  #endif  #endif
74  int imap_logout(void);  int imap_logout(void);
75  int imap_login(char *user, char *pass);  int imap_login(char *user, char *pass);
76  /* int imap_examine(char *mbox); */  int imap_examine(char *mbox);
77  int imap_select(char *mbox);  int imap_select(char *mbox);
78  int imap_status(char *mbox, char *items);  int imap_status(char *mbox, char *items);
79  int imap_create(char *mbox);  int imap_create(char *mbox);
# Line 101  char *xstrdup(const char *s); Line 102  char *xstrdup(const char *s);
102  /*      request.c       */  /*      request.c       */
103  int test(void);  int test(void);
104  int login(char *user, char *pass);  int login(char *user, char *pass);
105    int examine_mailbox(char *mbox);
106  int select_mailbox(char *mbox);  int select_mailbox(char *mbox);
107  int mailbox_status(char *mbox);  int mailbox_status(char *mbox);
108  int close_mailbox(void);  int close_mailbox(void);

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26