struct _EMFormatPURI — Pending URI object.
struct _EMFormatPURI {
struct _EMFormatPURI * next;
struct _EMFormatPURI * prev;
void (* free (struct _EMFormatPURI *p);
struct _EMFormat * format;
char * uri;
char * cid;
char * part_id;
EMFormatPURIFunc func;
struct _CamelMimePart * part;
unsigned int use_count;
}; Double-linked list header.
Double-linked list header.
May be set by allocator and will be called when no longer needed.
Calculated URI of the part, if the part has one in its Content-Location field.
The RFC2046 Content-Id of the part. If none is present, a unique value is calculated from part_id.
A unique identifier for each part.
Callback for when the URI is requested. The callback writes its data to the supplied stream.