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

Info about an attachment. More...

#include "content.h"

Data Fields

long hibin
 8-bit characters
 
long lobin
 Unprintable 7-bit chars (eg., control chars)
 
long nulbin
 Null characters (0x0)
 
long crlf
 \r and \n characters
 
long ascii
 Number of ascii chars.
 
long linemax
 Length of the longest line in the file.
 
bool space: 1
 Whitespace at the end of lines?
 
bool binary: 1
 Long lines, or CR not in CRLF pair.
 
bool from: 1
 Has a line beginning with "From "?
 
bool dot: 1
 Has a line consisting of a single dot?
 
bool cr: 1
 Has CR, even when in a CRLF pair.
 

Detailed Description

Info about an attachment.

Information that helps in determining the Content-* of an attachment

Definition at line 35 of file content.h.

Field Documentation

◆ hibin

long Content::hibin

8-bit characters

Definition at line 37 of file content.h.

◆ lobin

long Content::lobin

Unprintable 7-bit chars (eg., control chars)

Definition at line 38 of file content.h.

◆ nulbin

long Content::nulbin

Null characters (0x0)

Definition at line 39 of file content.h.

◆ crlf

long Content::crlf

\r and \n characters

Definition at line 40 of file content.h.

◆ ascii

long Content::ascii

Number of ascii chars.

Definition at line 41 of file content.h.

◆ linemax

long Content::linemax

Length of the longest line in the file.

Definition at line 42 of file content.h.

◆ space

bool Content::space

Whitespace at the end of lines?

Definition at line 43 of file content.h.

◆ binary

bool Content::binary

Long lines, or CR not in CRLF pair.

Definition at line 44 of file content.h.

◆ from

bool Content::from

Has a line beginning with "From "?

Definition at line 45 of file content.h.

◆ dot

bool Content::dot

Has a line consisting of a single dot?

Definition at line 46 of file content.h.

◆ cr

bool Content::cr

Has CR, even when in a CRLF pair.

Definition at line 47 of file content.h.


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