| 3996 | } |
| 3997 | |
| 3998 | void IMAPSession::storeLabelsByUID(String * folder, IndexSet * uids, IMAPStoreFlagsRequestKind kind, Array * labels, ErrorCode * pError) |
| 3999 | { |
| 4000 | storeLabels(folder, true, uids, kind, labels, pError); |
| 4001 | } |
| 4002 | |
| 4003 | void IMAPSession::storeLabelsByNumber(String * folder, IndexSet * numbers, IMAPStoreFlagsRequestKind kind, Array * labels, ErrorCode * pError) |
| 4004 | { |