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

Diff of /imapfilter/imapfilter.h

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

revision 1.78 by lefcha, Mon Feb 9 20:49:01 2004 UTC revision 1.79 by lefcha, Mon Feb 9 22:03:33 2004 UTC
# Line 132  typedef struct conn { Line 132  typedef struct conn {
132    
133    
134  /*      action.c        */  /*      action.c        */
135  int apply_action(char *mbox, char *mesgs, unsigned int *type,  int apply_action(char *mbox, char *mesgs, unsigned int *type, account_t * raccount, char *destmbox, unsigned int *msgflags, char *args);
     account_t * raccount, char *destmbox, unsigned int *msgflags, char *args);  
136    
137  /*      auth.c          */  /*      auth.c          */
138  #ifdef CRAM_MD5  #ifdef CRAM_MD5
# Line 177  int imap_search(conn_t * conn, char *cha Line 176  int imap_search(conn_t * conn, char *cha
176  int imap_fetch(conn_t * conn, char *mesg, char *items);  int imap_fetch(conn_t * conn, char *mesg, char *items);
177  int imap_store(conn_t * conn, char *mesg, unsigned int mode, char *flags);  int imap_store(conn_t * conn, char *mesg, unsigned int mode, char *flags);
178  int imap_copy(conn_t * conn, char *mesg, char *mbox);  int imap_copy(conn_t * conn, char *mesg, char *mbox);
179  int imap_append(conn_t * conn, char *mbox, char *flags, char *date,  int imap_append(conn_t * conn, char *mbox, char *flags, char *date, unsigned int size);
     unsigned int size);  
180  int imap_close(conn_t * conn);  int imap_close(conn_t * conn);
181  int imap_expunge(conn_t * conn);  int imap_expunge(conn_t * conn);
182    
# Line 255  int server_response(conn_t * conn, unsig Line 253  int server_response(conn_t * conn, unsig
253  int greeting_response(conn_t * conn);  int greeting_response(conn_t * conn);
254  int logout_response(conn_t * conn, unsigned int tag);  int logout_response(conn_t * conn, unsigned int tag);
255  int capability_response(conn_t * conn, unsigned int tag);  int capability_response(conn_t * conn, unsigned int tag);
256  int authenticate_response(conn_t * conn, unsigned int tag,  int authenticate_response(conn_t * conn, unsigned int tag, unsigned char **cont);
     unsigned char **cont);  
257  int namespace_response(conn_t * conn, unsigned int tag);  int namespace_response(conn_t * conn, unsigned int tag);
258  int status_response(conn_t * conn, unsigned int tag, char *mbox);  int status_response(conn_t * conn, unsigned int tag, char *mbox);
259  int select_response(conn_t * conn, unsigned int tag);  int select_response(conn_t * conn, unsigned int tag);
260  int search_response(conn_t * conn, unsigned int tag, char **mesgs);  int search_response(conn_t * conn, unsigned int tag, char **mesgs);
261  int fetch_response(conn_t * conn, unsigned int tag, int reset, char *fetch);  int fetch_response(conn_t * conn, unsigned int tag, int reset, char *fetch);
262  int fetchfast_response(conn_t * conn, char **flags, char **date,  int fetchfast_response(conn_t * conn, char **flags, char **date, unsigned int *size, unsigned int tag);
     unsigned int *size, unsigned int tag);  
263  int append_response(conn_t * conn, unsigned int tag);  int append_response(conn_t * conn, unsigned int tag);
264  int copy_response(conn_t * conn, unsigned int tag);  int copy_response(conn_t * conn, unsigned int tag);
265    
266  /*      socket.c        */  /*      socket.c        */
267  int init_connection(conn_t * conn, char *serv, unsigned short int port,  int
268      unsigned int protocol);  init_connection(conn_t * conn, char *serv, unsigned short int port, unsigned int protocol);
269  #ifdef SSL_TLS  #ifdef SSL_TLS
270  int init_secure_connection(conn_t * conn, unsigned int protocol);  int init_secure_connection(conn_t * conn, unsigned int protocol);
271  #endif  #endif

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26