| 3830 | } |
| 3831 | |
| 3832 | void IMAPSession::storeFlagsAndCustomFlagsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError) |
| 3833 | { |
| 3834 | storeFlagsAndCustomFlags(folder, true, uids, kind, flags, customFlags, pError); |
| 3835 | } |
| 3836 | |
| 3837 | void IMAPSession::storeFlagsAndCustomFlags(String * folder, bool identifier_is_uid, IndexSet * identifiers, |
| 3838 | IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError) |
no outgoing calls
no test coverage detected