| 3986 | } |
| 3987 | |
| 3988 | void IMAPSession::storeFlagsByNumber(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, MessageFlag flags, ErrorCode * pError) |
| 3989 | { |
| 3990 | this->storeFlagsAndCustomFlagsByNumber(folder, numbers, kind, flags, NULL, pError); |
| 3991 | } |
| 3992 | |
| 3993 | void IMAPSession::storeFlagsAndCustomFlagsByNumber(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, MessageFlag flags, Array * customFlags, ErrorCode * pError) |
| 3994 | { |
nothing calls this directly
no test coverage detected