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