Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
Request Class Reference

#include <imapparser.h>

Public Member Functions

void setUidMode (void)
 
bool getUidMode (void) const
 
void setTag (std::string &t_in)
 
const std::string & getTag (void) const
 
void setMode (const std::string &m_in)
 
const std::string & getMode (void) const
 
void setName (const std::string &s_in)
 
const std::string & getName (void) const
 
void setLiteral (const std::string &s_in)
 
const std::string & getLiteral (void) const
 
void setDate (const std::string &s_in)
 
const std::string & getDate (void) const
 
void setCharSet (const std::string &s_in)
 
const std::string & getCharSet (void) const
 
void setUserID (const std::string &s_in)
 
const std::string & getUserID (void) const
 
void setPassword (const std::string &s_in)
 
const std::string & getPassword (void) const
 
void setMailbox (const std::string &s_in)
 
const std::string & getMailbox (void) const
 
void setAuthType (const std::string &s_in)
 
const std::string & getAuthType (void) const
 
void setNewMailbox (const std::string &s_in)
 
const std::string & getNewMailbox (void) const
 
void setListMailbox (const std::string &s_in)
 
const std::string & getListMailbox (void) const
 
void setContextInfo (const std::string &s_in)
 
const std::string & getContextInfo (void) const
 
SequenceSetgetSet (void)
 
std::vector< std::string > & getFlags (void)
 
std::vector< std::string > & getStatuses (void)
 
 Request (void)
 
 ~Request (void)
 

Data Fields

BincImapParserDataextra
 
std::vector< std::string > flags
 
std::vector< std::string > statuses
 
SequenceSet bset
 
BincImapParserSearchKey searchkey
 
std::vector< BincImapParserFetchAttfatt
 

Detailed Description

Definition at line 93 of file imapparser.h.

Constructor & Destructor Documentation

◆ Request()

Request ( void  )

Definition at line 21 of file imapparser.cc.

◆ ~Request()

~Request ( void  )

Definition at line 27 of file imapparser.cc.

Member Function Documentation

◆ getAuthType()

const string & getAuthType ( void  ) const

Definition at line 88 of file imapparser.cc.

Here is the caller graph for this function:

◆ getCharSet()

const string & getCharSet ( void  ) const

Definition at line 125 of file imapparser.cc.

Here is the caller graph for this function:

◆ getContextInfo()

const string & getContextInfo ( void  ) const

Definition at line 185 of file imapparser.cc.

Here is the caller graph for this function:

◆ getDate()

const string & getDate ( void  ) const

Definition at line 112 of file imapparser.cc.

Here is the caller graph for this function:

◆ getFlags()

vector< string > & getFlags ( void  )

Definition at line 215 of file imapparser.cc.

Here is the caller graph for this function:

◆ getListMailbox()

const string & getListMailbox ( void  ) const

Definition at line 173 of file imapparser.cc.

Here is the caller graph for this function:

◆ getLiteral()

const string & getLiteral ( void  ) const

Definition at line 100 of file imapparser.cc.

◆ getMailbox()

const string & getMailbox ( void  ) const

Definition at line 161 of file imapparser.cc.

Here is the caller graph for this function:

◆ getMode()

const string & getMode ( void  ) const

Definition at line 64 of file imapparser.cc.

Here is the caller graph for this function:

◆ getName()

const string & getName ( void  ) const

Definition at line 76 of file imapparser.cc.

Here is the caller graph for this function:

◆ getNewMailbox()

const string & getNewMailbox ( void  ) const

Definition at line 197 of file imapparser.cc.

Here is the caller graph for this function:

◆ getPassword()

const string & getPassword ( void  ) const

Definition at line 149 of file imapparser.cc.

Here is the caller graph for this function:

◆ getSet()

SequenceSet & getSet ( void  )

Definition at line 203 of file imapparser.cc.

Here is the caller graph for this function:

◆ getStatuses()

vector< string > & getStatuses ( void  )

Definition at line 209 of file imapparser.cc.

Here is the caller graph for this function:

◆ getTag()

const string & getTag ( void  ) const

Definition at line 52 of file imapparser.cc.

Here is the caller graph for this function:

◆ getUidMode()

bool getUidMode ( void  ) const

Definition at line 40 of file imapparser.cc.

Here is the caller graph for this function:

◆ getUserID()

const string & getUserID ( void  ) const

Definition at line 137 of file imapparser.cc.

Here is the caller graph for this function:

◆ setAuthType()

void setAuthType ( const std::string &  s_in)

Definition at line 82 of file imapparser.cc.

Here is the caller graph for this function:

◆ setCharSet()

void setCharSet ( const std::string &  s_in)

Definition at line 118 of file imapparser.cc.

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

◆ setContextInfo()

void setContextInfo ( const std::string &  s_in)

Definition at line 179 of file imapparser.cc.

◆ setDate()

void setDate ( const std::string &  s_in)

Definition at line 106 of file imapparser.cc.

Here is the caller graph for this function:

◆ setListMailbox()

void setListMailbox ( const std::string &  s_in)

Definition at line 167 of file imapparser.cc.

Here is the caller graph for this function:

◆ setLiteral()

void setLiteral ( const std::string &  s_in)

Definition at line 94 of file imapparser.cc.

◆ setMailbox()

void setMailbox ( const std::string &  s_in)

Definition at line 155 of file imapparser.cc.

Here is the caller graph for this function:

◆ setMode()

void setMode ( const std::string &  m_in)

Definition at line 58 of file imapparser.cc.

Here is the caller graph for this function:

◆ setName()

void setName ( const std::string &  s_in)

Definition at line 70 of file imapparser.cc.

Here is the caller graph for this function:

◆ setNewMailbox()

void setNewMailbox ( const std::string &  s_in)

Definition at line 191 of file imapparser.cc.

Here is the caller graph for this function:

◆ setPassword()

void setPassword ( const std::string &  s_in)

Definition at line 143 of file imapparser.cc.

Here is the caller graph for this function:

◆ setTag()

void setTag ( std::string &  t_in)

Definition at line 46 of file imapparser.cc.

Here is the caller graph for this function:

◆ setUidMode()

void setUidMode ( void  )

Definition at line 34 of file imapparser.cc.

Here is the caller graph for this function:

◆ setUserID()

void setUserID ( const std::string &  s_in)

Definition at line 131 of file imapparser.cc.

Here is the caller graph for this function:

Field Documentation

◆ bset

Definition at line 115 of file imapparser.h.

◆ extra

Definition at line 111 of file imapparser.h.

◆ fatt

std::vector<BincImapParserFetchAtt> fatt

Definition at line 117 of file imapparser.h.

◆ flags

std::vector<std::string> flags

Definition at line 112 of file imapparser.h.

◆ searchkey

Definition at line 116 of file imapparser.h.

◆ statuses

std::vector<std::string> statuses

Definition at line 113 of file imapparser.h.


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