/* Copyright (c) 2003-2018 Dovecot authors, see the included COPYING file */
#include "imap-common.h"
#include "str.h"
#include "imap-utf7.h"
#include "imap-quote.h"
#include "imap-commands.h"
#include "mail-namespace.h"
struct namespace_order {
int secondary_order;
};
const struct namespace_order *no2)
{
return -1;
return 1;
return -1;
return 1;
return 0;
}
{
unsigned int count = 0;
char ns_sep;
}
}
if (array_count(&ns_order) == 0) {
return;
}
str_truncate(mutf7_prefix, 0);
i_panic("LIST: Namespace prefix not UTF-8: %s",
}
if (ns_sep == '\\')
}
}
{
return TRUE;
}