Lines Matching refs:mpurl
181 struct imap_msgpart_url *mpurl = NULL;
195 &mpurl, &error_code, &error);
198 &mpurl, &error_code, &error);
212 imap_msgpart_url_set_decode_to_binary(mpurl);
215 ret = imap_msgpart_url_get_bodypartstructure(mpurl, &bpstruct, &error);
231 ret = imap_msgpart_url_read_part(mpurl, &mpresult, &error);
258 if (mpurl != NULL)
259 imap_msgpart_url_free(&mpurl);
279 ufetch->local_url = mpurl;
284 if (mpurl != NULL)
285 imap_msgpart_url_free(&mpurl);