A set of attachments. More...
#include "attach.h"
Data Fields | |
| struct Email * | |
| Used by recvattach for updating. | |
| FILE * | fp_root |
| Used by recvattach for updating. | |
| struct AttachPtr ** | idx |
| Array of attachments. | |
| short | idxlen |
| Number of attachmentes. | |
| short | idxmax |
| Size of attachment array. | |
| short * | v2r |
| Mapping from virtual to real attachment. | |
| short | vcount |
| The number of virtual attachments. | |
| FILE ** | fp_idx |
| Extra FILE* used for decryption. | |
| short | fp_len |
| Number of FILE handles. | |
| short | fp_max |
| Size of FILE array. | |
| struct Body ** | body_idx |
| Extra struct Body* used for decryption. | |
| short | body_len |
| Number of Body parts. | |
| short | body_max |
| Size of Body array. | |
| struct Email* AttachCtx::email |
| short* AttachCtx::v2r |
| struct Body** AttachCtx::body_idx |