/* * Copyright 2013, Axel Dörfler, axeld@pinc-software.de. * Distributed under the terms of the MIT License. */ #ifndef UTILITIES_H #define UTILITIES_H #include BString MailboxToFolderName(const BString& mailbox, const BString& separator); #endif // UTILITIES_H