Searched refs:msg_parse_flags (Results 1 – 2 of 2) sorted by relevance
54 static char* msg_parse_flags (IMAP_HEADER* h, char* s);1040 if ((s = msg_parse_flags (&newh, s)) == NULL) in imap_set_flags()1142 if ((s = msg_parse_flags (h, s)) == NULL) in msg_parse_fetch()1202 static char* msg_parse_flags (IMAP_HEADER* h, char* s) in msg_parse_flags() function
191 static char *msg_parse_flags(struct ImapHeader *h, char *s) in msg_parse_flags() function311 s = msg_parse_flags(h, s); in msg_parse_fetch()1883 s = msg_parse_flags(&newh, s); in imap_set_flags()