return FALSE;
ctx->first = FALSE;
} else {
- if (o_stream_send_str(ctx->output, " BODY(") < 0)
+ if (o_stream_send_str(ctx->output, " BODY (") < 0)
return FALSE;
}
return FALSE;
ctx->first = FALSE;
} else {
- if (o_stream_send_str(ctx->output, " BODYSTRUCTURE(") < 0)
+ if (o_stream_send_str(ctx->output, " BODYSTRUCTURE (") < 0)
return FALSE;
}
return FALSE;
ctx->first = FALSE;
} else {
- if (o_stream_send_str(ctx->output, " ENVELOPE(") < 0)
+ if (o_stream_send_str(ctx->output, " ENVELOPE (") < 0)
return FALSE;
}