aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPFetchFoldersOperation.mm
Commit message (Collapse)AuthorAge
* Fix few memory leaks (#1804)Gravatar Alexander Belyavskiy2019-03-25
| | | * Fix memory leaks
* Revert "Add type annotations to some operations and MCPIMAPSession (#1531)"Gravatar Hoa V. DINH2016-11-19
| | | | This reverts commit efce413258a838818a39a12f0f86d563c8488468.
* Add type annotations to some operations and MCPIMAPSession (#1531)Gravatar Romain Pouclet2016-10-13
| | | | | * Add type annotations to MCOIMAPSession * Add type annotations to some operations
* Unify Project StyleGravatar CodaFi2013-12-08
|
* 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.
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
|
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
|
* Check for nil completion blocks. Fixed #15Gravatar Hoa V. DINH2013-04-01
|
* Implemented ObjC API for SMTP and POPGravatar Hoa V. DINH2013-03-30
|
* IMAP ObjC async operations implementedGravatar Hoa V. DINH2013-03-26
|
* fixed bridging of objectsGravatar DINH Viet Hoa2013-03-23
|
* Make IMAP ObjC bridge implementation consistentGravatar DINH Viet Hoa2013-03-23
|
* Simplified implementation of ObjC setter/getter by using a common ↵Gravatar DINH Viet Hoa2013-03-23
| | | | implementation. Added RFC822 ObjC API.
* Renamed IMAP operations to include IMAP in the name. Fixed tests to match ↵Gravatar DINH Viet Hoa2013-03-22
the new API.