aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/smtp
Commit message (Collapse)AuthorAge
* Fix permission access of source files that was executable .i.e. chmod 744 to ↵Gravatar Kevin Lefèvre2016-05-17
| | | | 644 (#1435)
* Fixed potential crash and memory leaksGravatar Hoa V. DINH2016-05-14
|
* Fix for high memory usage during loggin of large request (#1396)Gravatar NIkita-Ruzanov2016-04-07
|
* Expose SMTP response and response code to Objective-C APIGravatar Nikolay Morev2016-04-05
| | | * Expose SMTP response and response code to Objective-C API
* Add file-based interface for sending messages via SMTP (reduce memory usage)Gravatar Dmitry Isaikin2016-02-09
|
* id -> instancetypeGravatar Robert Widmann2016-02-02
|
* Missed one file for NS_ASSUME_NONNULL_BEGINGravatar Lucas Derraugh2015-07-19
|
* Add nullability annotationsGravatar Lucas Derraugh2015-07-19
|
* Fixed #1002: implemented operationqueue callback for smtp/nntp/popGravatar Hoa V. Dinh2014-12-18
|
* Remove the header from public headers.Gravatar robario2014-10-31
|
* Fix the new files information.Gravatar robario2014-10-30
|
* Fix a typoGravatar robario2014-10-30
|
* Add a new operation for SMTP login.Gravatar robario2014-10-29
|
* Fixed #880. nullify connection logger.Gravatar Hoa V. DINH2014-09-24
|
* Fixed typo in a documentation.Gravatar robario2014-09-12
|
* 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
|
* Fixed return typeGravatar Hoa V. DINH2014-03-13
|
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* 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 #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