File: imap_list.h

package info (click to toggle)
citadel 8.14-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,096 kB
  • sloc: ansic: 61,289; sh: 4,353; yacc: 660; makefile: 448; xml: 40
file content (8 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8

/*
 * In the extended form of LIST the client is allowed to specify
 * multiple match patterns.  How many will we allow?
 */
#define MAX_PATTERNS 20

void imap_list(int num_parms, ConstStr *Params);