IMAP search routines
| Function | Description | Links |
|---|---|---|
| check_pattern() | Check whether a pattern can be searched server-side | |
| check_pattern_list() | Check how many patterns in a list can be searched server-side | |
| cmd_parse_search() | Store SEARCH response for later use | |
| compile_search() | Convert NeoMutt pattern to IMAP search | |
| compile_search_children() | Compile a search command for a pattern's children | |
| compile_search_self() | Compile a search command for a pattern | |
| imap_search() | Find messages in mailbox matching a pattern |