Searched defs:msg_parse (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/lib-imap/ |
H A D | test-imap-envelope.c | 119 msg_parse(pool_t pool, const char *message) function 155 envlp = msg_parse(pool, test->message);
|
H A D | test-imap-bodystructure.c | 382 msg_parse(pool_t pool, const char *message, bool parse_bodystructure) function 419 parts = msg_parse(pool, test->message, TRUE); 446 parts = msg_parse(pool, test->message, FALSE); 513 parts = msg_parse(pool, test->message, FALSE);
|
Completed in 11 milliseconds