root/src/add-ons/mail_daemon/inbound_protocols/imap/Utilities.h
/*
 * Copyright 2013, Axel Dörfler, axeld@pinc-software.de.
 * Distributed under the terms of the MIT License.
 */
#ifndef UTILITIES_H
#define UTILITIES_H


#include <String.h>


BString MailboxToFolderName(const BString& mailbox, const BString& separator);


#endif  // UTILITIES_H