aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async
Commit message (Collapse)AuthorAge
* Fix Xcode warning (#1758)Gravatar Alexander Belyavskiy2018-06-16
| | | It reports that it can’t find `folder)` parameter in declaration.
* Fix crash by adding check if owner is still present (#1707)Gravatar Arek Holko2018-04-25
|
* Fix intermittent crashes on iOS - added to header file. (#1673)Gravatar Hilmar Gústafsson2017-10-16
| | | Fix intermittent crashes on iOS
* Fix infinite recusion in customFlags getter (#1659)Gravatar Zack2017-08-29
|
* MCIMAPCheckAccountOperation: connectIfNeeded() then login() sequence of ↵Gravatar serjepatoff2016-09-13
| | | | calls is error-prone. Single loginIfNeeded() is better. (#1509)
* Use libetpan API for fetching whole IMAP attachment to file (#1461)Gravatar Dmitry Isaikin2016-07-06
|
* Add possibility of fetching message attachment by chunks and store it to ↵Gravatar Dmitry Isaikin2016-06-05
| | | | file. (#1438)
* Store last server response on login command in case of parse error (#1436)Gravatar Dmitry Isaikin2016-05-19
|
* Fix permission access of source files that was executable .i.e. chmod 744 to ↵Gravatar Kevin Lefèvre2016-05-17
| | | | 644 (#1435)
* Try to use IMAP connection with minimum queue size among connections that ↵Gravatar Dmitry Isaikin2016-05-16
| | | | already selected into needed folder (#1404)
* expose isIdleEnable()Gravatar Hoa V. DINH2016-05-03
|
* Expose SMTP response and response code to Objective-C APIGravatar Nikolay Morev2016-04-05
| | | * Expose SMTP response and response code to Objective-C API
* Added ability of canceling for active sending operationGravatar AlexKar2016-04-01
| | | | Added ability of canceling for active sending operation
* Improved error managementGravatar Hoa V. DINH2016-03-07
|
* Thread safety on loggerGravatar Hoa V. DINH2016-03-03
|
* Fixed deadlockGravatar Hoa V. DINH2016-03-02
|
* Close IMAP connection in case of parsing errorGravatar Dmitry Isaikin2016-03-01
|
* Replace NNTP "send" with "post".Gravatar Daryle Walker2016-02-25
|
* Add upload functionality to NNTP sessions.Gravatar Daryle Walker2016-02-22
| | | | | | Add new methods to core, async, and objc NNTP sessions to upload message data. For the async and objc sessions, add classes to wrap upload operations.
* Added ability to customize the identity of IMAP client in the time of ↵Gravatar Dmitry Isaikin2016-02-15
| | | | session initialization.
* Add file-based interface for sending messages via SMTP (reduce memory usage)Gravatar Dmitry Isaikin2016-02-09
|
* Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
|
* MCIMAPCapabilityOperation takes into account cached capabilities valuesGravatar Alexander Karimov2016-02-04
|
* Remove a method. Suggested by @dinhvietoaGravatar Daryle Walker2015-12-31
|
* Overload another method with extraneous group parameter.Gravatar Daryle Walker2015-12-29
| | | | | | Find another fetch-article-by-message-ID method that has an unnecessary group parameter. Add an overload that omits that parameter. (This method was found from attempting to compile the project.)
* Remove extraneous group parameter from fetch-article-by-message-ID methods.Gravatar Daryle Walker2015-12-29
|
* Adds error code to IMAPSession::customCommand. Renames sendCustomCommand to ↵Gravatar libec2015-11-07
| | | | customCommand.
* Adds imap response string to custom command operationGravatar libec2015-11-06
|
* adds support to send custom IMAP commandGravatar libec2015-11-04
|
* Don't return in mc_foreach... loopGravatar Hoa V. DINH2015-10-04
|
* Various fixes, made HTMLCleaner public, added URL encoderGravatar Hoa V. DINH2015-06-01
|
* Mark methods as deprecatedGravatar Hoa V. DINH2015-04-19
|
* disconnection operation, disconnect when pipeline is enabledGravatar Hoa V. DINH2015-04-02
|
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* Fixed #1002: implemented operationqueue callback for smtp/nntp/popGravatar Hoa V. Dinh2014-12-18
|
* 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
|
* Fix the new files information.Gravatar robario2014-10-30
|
* Add a new operation for SMTP login.Gravatar robario2014-10-29
|
* Add an operation to fetch a parsed message.Gravatar Michael Lenaghan2014-10-24
| | | | This avoids the copying of Data to NSData to Data which happens with the current approach. In one test case, a message with an ~18 MB attachment, the current (copying) approach peaked at ~150 MB of memory usage in my app. This new approach peaks at ~65 MB. Another test case, which often caused iOS to terminate my app, now peaks at ~90 MB. In addition to the improved memory usage this approach also means that message parsing is performed asynchronously.
* FetchArticles -> FetchAllArticlesGravatar Robert Widmann2014-10-23
|
* Renaming and Fix TyposGravatar Robert Widmann2014-10-22
|
* Simplify with suggested codeGravatar Robert Widmann2014-10-22
|
* cpp -> ccGravatar Robert Widmann2014-10-21
|
* Server Time OperationsGravatar Robert Widmann2014-10-21
|
* MCNNTP -> NNTPGravatar Robert Widmann2014-10-21
|
* XOVERGravatar Robert Widmann2014-10-21
|