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

Diff of /imapfilter/imapfilter.h

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

revision 1.77 by lefcha, Mon Feb 9 20:39:23 2004 UTC revision 1.78 by lefcha, Mon Feb 9 20:49:01 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, account_t * raccount, char *destmbox, unsigned int *msgflags, char *args);  int apply_action(char *mbox, char *mesgs, unsigned int *type,
136        account_t * raccount, char *destmbox, unsigned int *msgflags, char *args);
137    
138  /*      auth.c          */  /*      auth.c          */
139  #ifdef CRAM_MD5  #ifdef CRAM_MD5
# Line 176  int imap_search(conn_t * conn, char *cha Line 177  int imap_search(conn_t * conn, char *cha
177  int imap_fetch(conn_t * conn, char *mesg, char *items);  int imap_fetch(conn_t * conn, char *mesg, char *items);
178  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);
179  int imap_copy(conn_t * conn, char *mesg, char *mbox);  int imap_copy(conn_t * conn, char *mesg, char *mbox);
180  int imap_append(conn_t * conn, char *mbox, char *flags, char *date, unsigned int size);  int imap_append(conn_t * conn, char *mbox, char *flags, char *date,
181        unsigned int size);
182  int imap_close(conn_t * conn);  int imap_close(conn_t * conn);
183  int imap_expunge(conn_t * conn);  int imap_expunge(conn_t * conn);
184    
# Line 253  int server_response(conn_t * conn, unsig Line 255  int server_response(conn_t * conn, unsig
255  int greeting_response(conn_t * conn);  int greeting_response(conn_t * conn);
256  int logout_response(conn_t * conn, unsigned int tag);  int logout_response(conn_t * conn, unsigned int tag);
257  int capability_response(conn_t * conn, unsigned int tag);  int capability_response(conn_t * conn, unsigned int tag);
258  int authenticate_response(conn_t * conn, unsigned int tag, unsigned char **cont);  int authenticate_response(conn_t * conn, unsigned int tag,
259        unsigned char **cont);
260  int namespace_response(conn_t * conn, unsigned int tag);  int namespace_response(conn_t * conn, unsigned int tag);
261  int status_response(conn_t * conn, unsigned int tag, char *mbox);  int status_response(conn_t * conn, unsigned int tag, char *mbox);
262  int select_response(conn_t * conn, unsigned int tag);  int select_response(conn_t * conn, unsigned int tag);
263  int search_response(conn_t * conn, unsigned int tag, char **mesgs);  int search_response(conn_t * conn, unsigned int tag, char **mesgs);
264  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);
265  int fetchfast_response(conn_t * conn, char **flags, char **date, unsigned int *size, unsigned int tag);  int fetchfast_response(conn_t * conn, char **flags, char **date,
266        unsigned int *size, unsigned int tag);
267  int append_response(conn_t * conn, unsigned int tag);  int append_response(conn_t * conn, unsigned int tag);
268  int copy_response(conn_t * conn, unsigned int tag);  int copy_response(conn_t * conn, unsigned int tag);
269    
270  /*      socket.c        */  /*      socket.c        */
271  int init_connection(conn_t * conn, char *serv, unsigned short int port, unsigned int protocol);  int init_connection(conn_t * conn, char *serv, unsigned short int port,
272        unsigned int protocol);
273  #ifdef SSL_TLS  #ifdef SSL_TLS
274  int init_secure_connection(conn_t * conn, unsigned int protocol);  int init_secure_connection(conn_t * conn, unsigned int protocol);
275  #endif  #endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26