aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/smtp
Commit message (Expand)AuthorAge
* Smtp error: 535 5.7.0 on Tiscali smtp server (#1520)Gravatar andreapz2016-09-29
* MCSMTPSession.cpp: outlook bcc fix (continued) (#1470)Gravatar serjepatoff2016-07-08
* Fixed outlook server initial valueGravatar Viet Hoa Dinh2016-07-06
* MCSMTPSession.cpp: outlook bcc fix (#1464)Gravatar serjepatoff2016-07-06
* Fixed #1427: remove DIGEST-MD5 when on iOS since it's not available in libsaslGravatar Hoa V. DINH2016-05-30
* Autocorrect auth type for outlook serversGravatar Hoa V. DINH2016-05-15
* Save SMTP server last response not only after message sending but after login...Gravatar Dmitry Isaikin2016-05-10
* 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
* 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
* Merge pull request #1343 from serjepatoff/masterGravatar HoĆ  V. DINH2016-02-01
|\
| * Change error prefix to RSMErrorYahoo, change error msg substring to 'over the...Gravatar Sergei Epatov2016-02-01
| * New errors detected and returned: ErrorSendMessageSpamSuspected, ErrorSendMes...Gravatar Sergei Epatov2016-01-26
* | Make -init unavailableGravatar Robert Widmann2016-01-19
* | Make a null OAUTH token a stream errorGravatar Robert Widmann2016-01-19
|/
* - MCSMTPSession: use "5.7.1 " and "5.3.4 " error prefixesGravatar Sergei Epatov2015-08-10
* MCSMTPSession: some MS-Exchange SMTP servers reply with permission problem un...Gravatar Sergei Epatov2015-08-07
* Removed useless logsGravatar Hoa V. DINH2015-07-28
* "Undisclosed recipient is added" only when an email is sentGravatar Hoa V. DINH2015-06-21
* disconnection operation, disconnect when pipeline is enabledGravatar Hoa V. DINH2015-04-02
* Fixed analyzer issues and warnings (#993 and fixed #992)Gravatar Hoa V. DINH2014-12-11
* 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
* Port to win32Gravatar Hoa V. Dinh2014-11-14
* Add a new operation for SMTP login.Gravatar robario2014-10-29
* Use correct constantsGravatar Hoa V. DINH2014-09-11
* Fixed XOAUTH2 authentication for Outlook.com (fixed #637)Gravatar Hoa V. DINH2014-03-14
* Added XOAUTH2 for Outlook authentication type (fixed #637)Gravatar Hoa V. DINH2014-03-13
* Conformant header guardsGravatar CodaFi2014-02-22
* Unify Project StyleGravatar CodaFi2013-12-08
* Brace stylingGravatar CodaFi2013-09-24
* Implement POP noopGravatar CodaFi2013-09-24
* Implement SMTP noopGravatar CodaFi2013-09-24
* Fixed crash when message does not contain sender or recipientGravatar Hoa V. DINH2013-08-30
* Check certificate can be disabled. Fixed #324: reconnect SMTP properly after ...Gravatar Hoa V. DINH2013-08-21
* SMTP QUIT only if a stream is available.Gravatar Hoa V. DINH2013-08-21
* Fixed #314: added -[MCOSMTPSession sendOperationWithData:from:recipients:]Gravatar Hoa V. DINH2013-08-17
* Check certificate is implemented for Mac/iOS (Fixed #152)Gravatar Hoa V. DINH2013-07-26
* Fixed #227: SMTP OAuth2 can now be used even if the password is not setGravatar Hoa V. Dinh2013-07-22
* changing #warnings to TODOGravatar Damien Glancy2013-07-20
* - Removed hardcoded #warnings as mentioned in Issue #215.Gravatar Damien Glancy2013-07-20
* Fixed #194: SMTP detection is now performed with an almost valid address.Gravatar Hoa V. DINH2013-07-12
* Implemented SMTP OAuth 2.0Gravatar Hoa V. DINH2013-07-06
* Simplified logger C++ APIGravatar Hoa V. DINH2013-06-26
* Implement IMAP logger. Work in progress on POP and SMTP loggers.Gravatar Hoa V. DINH2013-06-26
* Implement logging for src/core/Gravatar Hoa V. DINH2013-06-25
* POP operations retain the session. Fixed #129Gravatar Hoa V. DINH2013-06-22