aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap/MCIMAPFolderStatusOperation.cc
Commit message (Collapse)AuthorAge
* 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
* added imap STATUS commandGravatar silenteh2013-06-05