#include "common.h"
#include "ioloop.h"
+#include "ostream.h"
#include "lib-signals.h"
#include "rawlog.h"
#include "restrict-access.h"
client = client_create(hin, hout, storage);
+ o_stream_cork(client->output);
if (IS_STANDALONE()) {
client_send_line(client, t_strconcat(
"* PREAUTH [CAPABILITY "CAPABILITY_STRING"] "
client_send_line(client, t_strconcat(getenv("IMAPLOGINTAG"),
" OK Logged in.", NULL));
}
+ o_stream_flush(client->output);
}
static void main_deinit(void)