2 * Copyright 2013, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
11 MailboxToFolderName(const BString
& mailbox
, const BString
& separator
)
16 BString name
= mailbox
;
17 name
.ReplaceAll('/', '_');
18 name
.ReplaceAll(separator
.String(), "/");