index
:
mailcore2
master
simple and asynchronous API to work with IMAP, POP, and SMTP
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
objc
/
smtp
Commit message (
Expand
)
Author
Age
*
Remove the header from public headers.
robario
2014-10-31
*
Fix the new files information.
robario
2014-10-30
*
Fix a typo
robario
2014-10-30
*
Add a new operation for SMTP login.
robario
2014-10-29
*
Fixed #880. nullify connection logger.
Hoa V. DINH
2014-09-24
*
Fixed typo in a documentation.
robario
2014-09-12
*
dispatch_queue_t property: check OS_OBJECT_HAVE_OBJC_SUPPORT
Andrey Isaev
2014-07-03
*
Fixed dispatch queue memory management.
Hoa V. DINH
2014-03-29
*
Fixed return type
Hoa V. DINH
2014-03-13
*
Conformant header guards
CodaFi
2014-02-22
*
Fixed #567: dispatch queue for POP and SMTP
Hoa V. DINH
2014-01-18
*
Add required virtual destructors.
Robert Widmann
2013-12-29
*
Fixed includes
CodaFi
2013-09-26
*
Implement Objective-C Interface
CodaFi
2013-09-24
*
Fixed #314: added -[MCOSMTPSession sendOperationWithData:from:recipients:]
Hoa V. DINH
2013-08-17
*
Fixed memory leak on cancellation in ObjC API
Hoa V. Dinh
2013-07-25
*
Implemented SMTP OAuth 2.0
Hoa V. DINH
2013-07-06
*
Fixed logger
Hoa V. DINH
2013-07-03
*
Fixed regression introduced in de51dd02d4c16d5c6bc89a2fe0e49ffda79f2a33
Hoa V. DINH
2013-06-30
*
Fixed memory leak: operations were retained by the block they owned, which cr...
Hoa V. Dinh
2013-06-28
*
Implemented logging API for SMTP, POP and IMAP
Hoa V. DINH
2013-06-26
*
Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...
Hoa V. DINH
2013-06-22
*
Finished formatting docs for Appledoc for IMAP and SMTP
Matt Ronge
2013-06-02
*
IMAP Objective-C API documentation completed.
Hoa V. DINH
2013-04-06
*
Work in progress on IMAP documentation.
Hoa V. DINH
2013-04-06
*
Header documentation for SMTP and RFC822.
Hoa V. DINH
2013-04-04
*
Header documentation. Header clean-up
Hoa V. DINH
2013-04-04
*
#include <mailcore/mailcore.h> -> <MailCore/MailCore.h>
Hoa V. DINH
2013-04-03
*
Check for nil completion blocks. Fixed #15
Hoa V. DINH
2013-04-01
*
Implemented ObjC API for SMTP and POP
Hoa V. DINH
2013-03-30