Bincimap 2.0.16
Easy Imapping
|
#include <pendingupdates.h>
Data Structures | |
class | expunged_const_iterator |
class | flagupdates_const_iterator |
Public Types | |
enum | { EXPUNGE = 0x01 , FLAGS = 0x02 , EXISTS = 0x04 , RECENT = 0x08 } |
Public Member Functions | |
expunged_const_iterator | beginExpunged (void) |
expunged_const_iterator | endExpunged (void) |
flagupdates_const_iterator | beginFlagUpdates (void) |
flagupdates_const_iterator | endFlagUpdates (void) |
void | addExpunged (unsigned int uid) |
void | addFlagUpdates (unsigned int sqnr, unsigned int uid, unsigned int flags, const std::vector< std::string > &cflags) |
void | setExists (unsigned int n) |
void | setRecent (unsigned int n) |
unsigned int | getExists (void) const |
unsigned int | getRecent (void) const |
bool | newExists (void) const |
bool | newRecent (void) const |
PendingUpdates (void) | |
~PendingUpdates (void) | |
Definition at line 17 of file pendingupdates.h.
anonymous enum |
Enumerator | |
---|---|
EXPUNGE | |
FLAGS | |
EXISTS | |
RECENT |
Definition at line 19 of file pendingupdates.h.
PendingUpdates | ( | void | ) |
Definition at line 22 of file pendingupdates.cc.
~PendingUpdates | ( | void | ) |
Definition at line 32 of file pendingupdates.cc.
void addExpunged | ( | unsigned int | uid | ) |
void addFlagUpdates | ( | unsigned int | sqnr, |
unsigned int | uid, | ||
unsigned int | flags, | ||
const std::vector< std::string > & | cflags | ||
) |
PendingUpdates::expunged_const_iterator beginExpunged | ( | void | ) |
PendingUpdates::flagupdates_const_iterator beginFlagUpdates | ( | void | ) |
PendingUpdates::expunged_const_iterator endExpunged | ( | void | ) |
PendingUpdates::flagupdates_const_iterator endFlagUpdates | ( | void | ) |
unsigned int getExists | ( | void | ) | const |
unsigned int getRecent | ( | void | ) | const |
bool newExists | ( | void | ) | const |
bool newRecent | ( | void | ) | const |
void setExists | ( | unsigned int | n | ) |
void setRecent | ( | unsigned int | n | ) |