aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/smtp
Commit message (Collapse)AuthorAge
* Fixed includesGravatar CodaFi2013-09-26
|
* Implement Objective-C InterfaceGravatar CodaFi2013-09-24
|
* Fixed #314: added -[MCOSMTPSession sendOperationWithData:from:recipients:]Gravatar Hoa V. DINH2013-08-17
|
* Fixed memory leak on cancellation in ObjC APIGravatar Hoa V. Dinh2013-07-25
|
* Implemented SMTP OAuth 2.0Gravatar Hoa V. DINH2013-07-06
|
* Fixed loggerGravatar Hoa V. DINH2013-07-03
|
* Fixed regression introduced in de51dd02d4c16d5c6bc89a2fe0e49ffda79f2a33Gravatar Hoa V. DINH2013-06-30
|
* Fixed memory leak: operations were retained by the block they owned, which ↵Gravatar Hoa V. Dinh2013-06-28
| | | | created a cycle reference.
* Implemented logging API for SMTP, POP and IMAPGravatar Hoa V. DINH2013-06-26
|
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed ↵Gravatar Hoa V. DINH2013-06-22
| | | | #128.
* Finished formatting docs for Appledoc for IMAP and SMTPGravatar Matt Ronge2013-06-02
|
* 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 for SMTP and RFC822.Gravatar Hoa V. DINH2013-04-04
|
* Header documentation. Header clean-upGravatar 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