/[imapfilter]/imapfilter/imap.c
ViewVC logotype

Diff of /imapfilter/imap.c

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

revision 1.30 by lefcha, Sat Feb 22 16:06:41 2003 UTC revision 1.31 by lefcha, Fri Mar 7 14:03:50 2003 UTC
# Line 178  imap_subscribe(int *sock, char *mbox) Line 178  imap_subscribe(int *sock, char *mbox)
178    
179  /*  /*
180   * IMAP EXAMINE: access a mailbox in READ-ONLY mode.   * IMAP EXAMINE: access a mailbox in READ-ONLY mode.
181   */   *
182  int  int
183  imap_examine(int *sock, char *mbox)  imap_examine(int *sock, char *mbox)
184  {  {
# Line 189  imap_examine(int *sock, char *mbox) Line 189  imap_examine(int *sock, char *mbox)
189          snprintf(cmd, MEDIUM_CMD, "%X EXAMINE \"%s\"\r\n", tag, mbox);          snprintf(cmd, MEDIUM_CMD, "%X EXAMINE \"%s\"\r\n", tag, mbox);
190    
191          return send_command(sock, cmd);          return send_command(sock, cmd);
192  }  }*/
193    
194    
195  /*  /*

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26