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

MIME section parameter. More...

+ Collaboration diagram for Rfc2231Parameter:

Data Fields

char * attribute
 Attribute name.
 
char * value
 Attribute value.
 
int index
 Index number in the list.
 
bool encoded
 Is the value encoded?
 
struct Rfc2231Parameternext
 Linked list.
 

Detailed Description

MIME section parameter.

Definition at line 53 of file rfc2231.c.

Field Documentation

◆ attribute

char* Rfc2231Parameter::attribute

Attribute name.

Definition at line 55 of file rfc2231.c.

◆ value

char* Rfc2231Parameter::value

Attribute value.

Definition at line 56 of file rfc2231.c.

◆ index

int Rfc2231Parameter::index

Index number in the list.

Definition at line 57 of file rfc2231.c.

◆ encoded

bool Rfc2231Parameter::encoded

Is the value encoded?

Definition at line 58 of file rfc2231.c.

◆ next

struct Rfc2231Parameter* Rfc2231Parameter::next

Linked list.

Definition at line 59 of file rfc2231.c.


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