aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPFolderStatus.h
Commit message (Collapse)AuthorAge
* Fixed win32 exportsGravatar Hoa V. DINH2014-11-22
|
* added exportGravatar Hoa V. DINH2014-11-22
|
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* Unify Project StyleGravatar CodaFi2013-12-08
|
* Cleaned implementation of STATUS. Added support for CONDSTORE.Gravatar Hoa V. DINH2013-06-22
|
* Cleaned implementation of FolderStatus (#120)Gravatar Hoa V. DINH2013-06-22
|
* Renamed unread -> unseen. Fixed indentation.Gravatar Hoa V. DINH2013-06-12
|
* Initialization of IMAPFolderStatus variables to their default values was in ↵Gravatar silenteh2013-06-12
| | | | the destructor instead of construcotr, how did I miss that ??, fixed now. Changed variables name to be coherent with the rest of the code for IMAPFolderStatus.
* fixed indentation of comments, variables and methods names - added class for ↵Gravatar silenteh2013-06-12
folder status command instead of a struct