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

Diff of /imapfilter/imap.c

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

revision 1.20.2.1 by lefcha, Wed Dec 5 09:55:12 2001 UTC revision 1.20.2.2 by lefcha, Mon Jan 21 15:44:52 2002 UTC
# Line 146  int imap_status(char *mbox, char *items) Line 146  int imap_status(char *mbox, char *items)
146    
147      verbose("Client request: STATUS\n");      verbose("Client request: STATUS\n");
148    
149      snprintf(cmd, MEDIUM_CMD, "%X STATUS %s (%s)\r\n", tag, mbox, items);      snprintf(cmd, MEDIUM_CMD, "%X STATUS \"%s\" (%s)\r\n", tag, mbox, items);
150    
151      return send_command(cmd);      return send_command(cmd);
152  }  }
# Line 161  int imap_create(char *mbox) Line 161  int imap_create(char *mbox)
161    
162      verbose("Client request: CREATE\n");      verbose("Client request: CREATE\n");
163    
164      snprintf(cmd, MEDIUM_CMD, "%X CREATE %s\r\n", tag, mbox);      snprintf(cmd, MEDIUM_CMD, "%X CREATE \"%s\"\r\n", tag, mbox);
165    
166      return send_command(cmd);      return send_command(cmd);
167  }  }

Legend:
Removed from v.1.20.2.1  
changed lines
  Added in v.1.20.2.2

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26