aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPFolderStatusOperation.mm
Commit message (Collapse)AuthorAge
* Fixed memory leak on cancellation in ObjC APIGravatar Hoa V. Dinh2013-07-25
|
* Fixed memory leak: operations were retained by the block they owned, which ↵Gravatar Hoa V. Dinh2013-06-28
| | | | created a cycle reference.
* Cleaned implementation of FolderStatus (#120)Gravatar Hoa V. DINH2013-06-22
|
* Bridge MCOIMAPFolderStatusGravatar CodaFi2013-06-20
|
* 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.
* added imap STATUS commandGravatar silenteh2013-06-05