aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/pop
Commit message (Expand)AuthorAge
* id -> instancetypeGravatar Robert Widmann2016-02-02
* Add nullability annotationsGravatar Lucas Derraugh2015-07-19
* Fixed #1002: implemented operationqueue callback for smtp/nntp/popGravatar Hoa V. Dinh2014-12-18
* Fixed #880. nullify connection logger.Gravatar Hoa V. DINH2014-09-24
* Merge pull request #832 from CodaFi/NNTPGravatar HoĆ  V. DINH2014-08-20
|\
| * NNTP supportGravatar CodaFi2014-08-13
* | dispatch_queue_t property: check OS_OBJECT_HAVE_OBJC_SUPPORTGravatar Andrey Isaev2014-07-03
* | Fixed dispatch queue memory management.Gravatar Hoa V. DINH2014-03-29
* | Cert CheckGravatar CodaFi2014-03-02
|/
* Conformant header guardsGravatar CodaFi2014-02-22
* Fixed #567: dispatch queue for POP and SMTPGravatar Hoa V. DINH2014-01-18
* Add required virtual destructors.Gravatar Robert Widmann2013-12-29
* Fixed includesGravatar CodaFi2013-09-26
* Implement Objective-C InterfaceGravatar CodaFi2013-09-24
* Fixed memory leak on cancellation in ObjC APIGravatar Hoa V. Dinh2013-07-25
* Fixed loggerGravatar Hoa V. DINH2013-07-03
* Fixed memory leak: operations were retained by the block they owned, which cr...Gravatar Hoa V. Dinh2013-06-28
* Implemented logging API for SMTP, POP and IMAPGravatar Hoa V. DINH2013-06-26
* POP operations retain the session. Fixed #129Gravatar Hoa V. DINH2013-06-22
* Fixed #97: manual disconnection of POP sessionGravatar Hoa V. DINH2013-06-22
* Updated the rest of the docsGravatar Matt Ronge2013-06-02
* Implemented checkAccount operation for POPGravatar Hoa V. DINH2013-04-06
* IMAP Objective-C API documentation completed.Gravatar Hoa V. DINH2013-04-06
* Work in progress on IMAP documentation.Gravatar Hoa V. DINH2013-04-06
* Header documentation. Header clean-upGravatar Hoa V. DINH2013-04-04
* Documentation for POP Objective-C API.Gravatar Hoa V. DINH2013-04-04
* #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