aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/smtp
Commit message (Expand)AuthorAge
* Expose SMTP response and response code to Objective-C APIGravatar Nikolay Morev2016-04-05
* Added ability of canceling for active sending operationGravatar AlexKar2016-04-01
* Thread safety on loggerGravatar Hoa V. DINH2016-03-03
* Add file-based interface for sending messages via SMTP (reduce memory usage)Gravatar Dmitry Isaikin2016-02-09
* Various fixes, made HTMLCleaner public, added URL encoderGravatar Hoa V. DINH2015-06-01
* disconnection operation, disconnect when pipeline is enabledGravatar Hoa V. DINH2015-04-02
* Fixed #1002: implemented operationqueue callback for smtp/nntp/popGravatar Hoa V. Dinh2014-12-18
* Fixed win32 exportsGravatar Hoa V. DINH2014-11-22
* added exportGravatar Hoa V. DINH2014-11-22
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19
* Fix the new files information.Gravatar robario2014-10-30
* Add a new operation for SMTP login.Gravatar robario2014-10-29
* Conformant header guardsGravatar CodaFi2014-02-22
* Fixed #567: dispatch queue for POP and SMTPGravatar Hoa V. DINH2014-01-18
* Fixed #531, #530, #529, #528, #527: fixed thread safety in case callback is d...Gravatar Hoa V. DINH2014-01-02
* Unify Project StyleGravatar CodaFi2013-12-08
* Fixed includesGravatar CodaFi2013-09-26
* Implement Objective-C InterfaceGravatar CodaFi2013-09-24
* Brace stylingGravatar CodaFi2013-09-24
* Implement SMTP noopGravatar CodaFi2013-09-24
* Fixed #196: callback to notify when operations are running or notGravatar Hoa V. DINH2013-08-24
* Fixed #314: added -[MCOSMTPSession sendOperationWithData:from:recipients:]Gravatar Hoa V. DINH2013-08-17
* Fixed cancellation of SMTPOperationGravatar Hoa V. Dinh2013-07-25
* Improved C++ correctnessGravatar Hoa V. DINH2013-07-10
* Implemented SMTP OAuth 2.0Gravatar Hoa V. DINH2013-07-06
* Fixed loggerGravatar Hoa V. DINH2013-07-03
* Fixed callback usageGravatar Hoa V. Dinh2013-06-27
* Simplified logger C++ APIGravatar Hoa V. DINH2013-06-26
* Logger API for SMTP, POPGravatar Hoa V. DINH2013-06-26
* Fixed crash when a method is scheduled twice to perform after delay. Fixed #149.Gravatar Hoa V. DINH2013-06-24
* Retain session when IMAP and SMTP operations are running. Fixed #127, fixed #...Gravatar Hoa V. DINH2013-06-22
* Automatic disconnection of IMAP. Fixed #95.Gravatar Hoa V. DINH2013-06-22
* Automatic disconnection for SMTP (Fixed #96)Gravatar Hoa V. DINH2013-06-22
* Removed headers dependencies on ICU, libetpan.Gravatar Hoa V. DINH2013-04-07
* Header documentation. Header clean-upGravatar Hoa V. DINH2013-04-04
* #include <mailcore/mailcore.h> -> <MailCore/MailCore.h>Gravatar Hoa V. DINH2013-04-03
* headers show public API first. cleanup.Gravatar DINH Viet Hoa2013-01-21
* IMAP Account with multiple IMAP connectionsGravatar DINH Viet Hoa2013-01-17
* Implemented async IMAPGravatar DINH Viet Hoa2013-01-16
* added check SMTP accountGravatar DINH Viet Hoa2013-01-12
* implemented asynchronous SMTPGravatar DINH Viet Hoa2013-01-12
* first commitGravatar DINH Viet Hoa2013-01-11