aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/imap/MCOIMAPFetchFoldersOperation.h
Commit message (Collapse)AuthorAge
* Add type annotation to MCOIMAPFetchFoldersOperation (#1784)Gravatar Jesse Tipton2018-09-23
|
* 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
* Add nullability annotationsGravatar Lucas Derraugh2015-07-19
|
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* Finished formatting docs for Appledoc for IMAP and SMTPGravatar Matt Ronge2013-06-02
|
* 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
|
* Implemented ObjC API for SMTP and POPGravatar Hoa V. DINH2013-03-30
|
* 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.