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