aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmake/async.cmake
Commit message (Collapse)AuthorAge
* 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