Searched defs:bpstruct (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib-imap-urlauth/
H A Dimap-urlauth-fetch.c178 const char *error, *errormsg = NULL, *bpstruct = NULL; local
215 ret = imap_msgpart_url_get_bodypartstructure(mpurl, &bpstruct, &error);
244 if (bpstruct != NULL)
245 i_debug("Fetched URLAUTH yielded BODYPARTSTRUCTURE (%s)", bpstruct);
271 reply.bodypartstruct = bpstruct;
H A Dimap-urlauth-connection.c692 const char *response, *const *args, *bpstruct = NULL; local
743 } else if (strncasecmp(param, "bpstruct=", 9) == 0 &&
745 bpstruct = param+9;
761 urlreq->bodypartstruct = i_strdup(bpstruct);
/dovecot/src/imap-urlauth/
H A Dimap-urlauth-worker.c399 const char *bpstruct, *errormsg; local
412 ret = client_fetch_urlpart(client, url, url_flags, &bpstruct,
438 if (bpstruct != NULL) {
440 str_append(response, str_tabescape(bpstruct));
443 bpstruct);
512 else if (strcasecmp(*args, "bpstruct") == 0)
/dovecot/src/lib-imap-storage/
H A Dimap-msgpart.c812 string_t *bpstruct; local
840 bpstruct = t_str_new(256);
841 imap_bodystructure_write(part, bpstruct, TRUE);
842 *bpstruct_r = str_c(bpstruct);

Completed in 722 milliseconds