1 /* 2 * Copyright 2013, Axel Dörfler, axeld@pinc-software.de. 3 * Distributed under the terms of the MIT License. 4 */ 5 #ifndef UTILITIES_H 6 #define UTILITIES_H 7 8 9 #include <String.h> 10 11 12 BString MailboxToFolderName(const BString& mailbox, const BString& separator); 13 14 15 #endif // UTILITIES_H 16