aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmake/async.cmake
Commit message (Collapse)AuthorAge
* Add possibility of fetching message attachment by chunks and store it to ↵Gravatar Dmitry Isaikin2016-06-05
| | | | file. (#1438)
* Replace NNTP "send" with "post".Gravatar Daryle Walker2016-02-25
|
* Add new source files to CMake files.Gravatar Daryle Walker2016-02-24
|
* Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
|
* Adds custom command files to cmakeGravatar libec2015-11-07
|
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19
|
* 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
|
* Server Time OperationsGravatar Robert Widmann2014-10-21
|
* XOVERGravatar Robert Widmann2014-10-21
|
* Appease cmakeGravatar CodaFi2014-08-16
|
* Fixed #605Gravatar Hoa V. Dinh2014-02-24
|
* Fixed cmake buildGravatar Hoa V. Dinh2013-11-13
|
* Update build scriptsGravatar CodaFi2013-09-26
|
* Add MCIMAPConnectOperation.cc for cmake buildGravatar Ryan Walklin2013-09-07
|
* Fixed CMake buildGravatar Hoa V. DINH2013-08-24
|
* Fixed 171: Updated CMakefile to latest changesGravatar Hoa V. DINH2013-07-12
|
* Fixed build for linux/mac with CMake.Gravatar Hoa V. DINH2013-06-17