Displaying 1 result from an estimated 1 matches for "dec_parts".
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...;ctx->cmd,
+				    t_strconcat("NO [BADURL ",
+						imap_url_sanitize(cfctx->url),
+						"] ", error, NULL));
+	return error == NULL && !toobig;
+}
+
+static bool catenate_url(struct cmd_append_context *ctx, const char *url)
+{
+	struct imap_url_parts enc_parts, dec_parts;
+	const char *error = NULL;
+	struct catenate_fetch_context cfctx;
+	struct mailbox_status status;
+	string_t *fetch_text;
+	const struct imap_arg *fetch_args = NULL, *next_arg = NULL;
+	int fetch_ret, flush_ret, ret;
+	bool header, toobig;
+	uoff_t size;
+
+	/* parse, decode, and validate the url...