xref: /haiku/src/add-ons/mail_daemon/inbound_protocols/imap/Utilities.h (revision 1e60bdeab63fa7a57bc9a55b032052e95a18bd2c)
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