Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
Public Member Functions
Header Class Reference

#include <mime.h>

Public Member Functions

bool getFirstHeader (const std::string &key, HeaderItem &dest) const
 
bool getAllHeaders (const std::string &key, std::vector< HeaderItem > &dest) const
 
void add (const std::string &name, const std::string &content)
 
void clear (void) const
 
 Header (void)
 
 ~Header (void)
 

Detailed Description

Definition at line 31 of file mime.h.

Constructor & Destructor Documentation

◆ Header()

Header ( void  )

Definition at line 79 of file mime.cc.

◆ ~Header()

~Header ( void  )

Definition at line 84 of file mime.cc.

Member Function Documentation

◆ add()

void add ( const std::string &  name,
const std::string &  content 
)

Definition at line 131 of file mime.cc.

◆ clear()

void clear ( void  ) const

Definition at line 125 of file mime.cc.

◆ getAllHeaders()

bool getAllHeaders ( const std::string &  key,
std::vector< HeaderItem > &  dest 
) const

Definition at line 108 of file mime.cc.

Here is the call graph for this function:

◆ getFirstHeader()

bool getFirstHeader ( const std::string &  key,
HeaderItem dest 
) const

Definition at line 89 of file mime.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: