NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AttachCtx Struct Reference

A set of attachments. More...

#include "attach.h"

+ Collaboration diagram for AttachCtx:

Data Fields

struct Emailemail
 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.
 

Detailed Description

A set of attachments.

Definition at line 64 of file attach.h.

Field Documentation

◆ email

struct Email* AttachCtx::email

Used by recvattach for updating.

Definition at line 66 of file attach.h.

◆ fp_root

FILE* AttachCtx::fp_root

Used by recvattach for updating.

Definition at line 67 of file attach.h.

◆ idx

struct AttachPtr** AttachCtx::idx

Array of attachments.

Definition at line 69 of file attach.h.

◆ idxlen

short AttachCtx::idxlen

Number of attachmentes.

Definition at line 70 of file attach.h.

◆ idxmax

short AttachCtx::idxmax

Size of attachment array.

Definition at line 71 of file attach.h.

◆ v2r

short* AttachCtx::v2r

Mapping from virtual to real attachment.

Definition at line 73 of file attach.h.

◆ vcount

short AttachCtx::vcount

The number of virtual attachments.

Definition at line 74 of file attach.h.

◆ fp_idx

FILE** AttachCtx::fp_idx

Extra FILE* used for decryption.

Definition at line 76 of file attach.h.

◆ fp_len

short AttachCtx::fp_len

Number of FILE handles.

Definition at line 77 of file attach.h.

◆ fp_max

short AttachCtx::fp_max

Size of FILE array.

Definition at line 78 of file attach.h.

◆ body_idx

struct Body** AttachCtx::body_idx

Extra struct Body* used for decryption.

Definition at line 80 of file attach.h.

◆ body_len

short AttachCtx::body_len

Number of Body parts.

Definition at line 81 of file attach.h.

◆ body_max

short AttachCtx::body_max

Size of Body array.

Definition at line 82 of file attach.h.


The documentation for this struct was generated from the following file: