Searched defs:bpstruct (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-imap-urlauth/ |
H A D | imap-urlauth-fetch.c | 178 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 D | imap-urlauth-connection.c | 692 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 D | imap-urlauth-worker.c | 399 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 D | imap-msgpart.c | 812 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