Changeset 5291:3869e46f6fd4 for imap
- Timestamp:
- 2007-11-08 11:26:05 (13 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
imap/command.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imap/command.c
r5111 r5291 210 210 else 211 211 { 212 dprint ( 2, (debugfile, "IMAP queue drained\n"));212 dprint (3, (debugfile, "IMAP queue drained\n")); 213 213 imap_cmd_finish (idata); 214 214 } … … 487 487 char* bracket; 488 488 489 dprint ( 2, (debugfile, "Handling CAPABILITY\n"));489 dprint (3, (debugfile, "Handling CAPABILITY\n")); 490 490 491 491 s = imap_next_word (s); … … 546 546 HEADER* h = NULL; 547 547 548 dprint ( 2, (debugfile, "Handling FETCH\n"));548 dprint (3, (debugfile, "Handling FETCH\n")); 549 549 550 550 msgno = atoi (s); … … 567 567 if (!h) 568 568 { 569 dprint ( 1, (debugfile, "FETCH response ignored for this message\n"));569 dprint (3, (debugfile, "FETCH response ignored for this message\n")); 570 570 return; 571 571 }
