| 3825 | } |
| 3826 | |
| 3827 | void IMAPSession::storeFlagsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, MessageFlag flags, ErrorCode * pError) |
| 3828 | { |
| 3829 | this->storeFlagsAndCustomFlagsByUID(folder, uids, kind, flags, NULL, pError); |
| 3830 | } |
| 3831 | |
| 3832 | void IMAPSession::storeFlagsAndCustomFlagsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError) |
| 3833 | { |
nothing calls this directly
no test coverage detected