MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / isKnownCustomFlag

Function isKnownCustomFlag

src/core/imap/MCIMAPSession.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216static bool isKnownCustomFlag(const char * keyword)
217{
218 return !(strcmp(keyword, "$MDNSent") != 0 && strcmp(keyword, "$Forwarded") != 0 && strcmp(keyword, "$SubmitPending") != 0 && strcmp(keyword, "$Submitted") != 0);
219}
220
221static Array * custom_flags_from_lep_att_dynamic(struct mailimap_msg_att_dynamic * att_dynamic)
222{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected