A set of attachments.
More...
#include "attach.h"
|
| struct Email * | 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.
|
| |
A set of attachments.
Definition at line 62 of file attach.h.
◆ email
| struct Email* AttachCtx::email |
Used by recvattach for updating.
Definition at line 64 of file attach.h.
◆ fp_root
Used by recvattach for updating.
Definition at line 65 of file attach.h.
◆ idx
Array of attachments.
Definition at line 67 of file attach.h.
◆ idxlen
Number of attachmentes.
Definition at line 68 of file attach.h.
◆ idxmax
Size of attachment array.
Definition at line 69 of file attach.h.
◆ v2r
◆ vcount
The number of virtual attachments.
Definition at line 72 of file attach.h.
◆ fp_idx
Extra FILE* used for decryption.
Definition at line 74 of file attach.h.
◆ fp_len
Number of FILE handles.
Definition at line 75 of file attach.h.
◆ fp_max
Size of FILE array.
Definition at line 76 of file attach.h.
◆ body_idx
| struct Body** AttachCtx::body_idx |
Extra struct Body* used for decryption.
Definition at line 78 of file attach.h.
◆ body_len
| short AttachCtx::body_len |
◆ body_max
| short AttachCtx::body_max |
The documentation for this struct was generated from the following file: