aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cmake
Commit message (Collapse)AuthorAge
* Add possibility of fetching message attachment by chunks and store it to ↵Gravatar Dmitry Isaikin2016-06-05
| | | | file. (#1438)
* Improved error managementGravatar Hoa V. DINH2016-03-07
|
* 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
|
* Fixed #1164: merged #1169 manually. Fixed zipping on iOS device, running ↵Gravatar Hoa V. Dinh2015-07-13
| | | | with sandbox.
* Various fixes, made HTMLCleaner public, added URL encoderGravatar Hoa V. DINH2015-06-01
|
* AccountValidator FixesGravatar Christopher Hockley2015-02-10
|
* AccountValidator UpdateGravatar Christopher Hockley2015-02-05
|
* AccountValidator UpdateGravatar Christopher Hockley2015-01-30
|
* Fixed build on LinuxGravatar Hoa V. DINH2015-01-21
|
* Fixed buildGravatar Hoa V. DINH2015-01-21
|
* Fixed build on LinuxGravatar Hoa V. DINH2015-01-21
|
* Fixed buildGravatar Hoa V. DINH2015-01-21
|
* Implemented error message for JavaGravatar Hoa V. Dinh2015-01-05
|
* Fixed buildGravatar Hoa V. DINH2015-01-03
|
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* Renamed .cc files to .cpp (fixed #983)Gravatar Hoa V. DINH2014-11-19
|
* Port to win32Gravatar Hoa V. Dinh2014-11-14
|
* Build for LinuxGravatar Hoa Dinh2014-11-12
|
* build for GTKGravatar Hoa Dinh2014-11-11
|
* Fixed CMake buildGravatar Hoa V. Dinh2014-11-11
|
* Remove the header from public headers.Gravatar robario2014-10-31
|
* Add a new operation for SMTP login.Gravatar robario2014-10-29
|
* Fixed cmake buildGravatar Hoa V. Dinh2014-10-27
|
* Fixed CMake buildGravatar Hoa V. DINH2014-10-26
|
* Merge pull request #933 from michaellenaghan/fetch-parsed-message-operationGravatar Hoà V. DINH2014-10-25
|\ | | | | Add an operation to fetch a parsed message.
* | Fixed crash, additional memory usage optimizationGravatar Hoa V. DINH2014-10-24
| |
* | Memory usage optimizationGravatar Hoa V. DINH2014-10-24
| |
| * 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.
* Fix cmake buildGravatar Robert Widmann2014-10-23
|
* FetchArticles -> FetchAllArticlesGravatar Robert Widmann2014-10-23
|
* Server Time OperationsGravatar Robert Widmann2014-10-21
|
* XOVERGravatar Robert Widmann2014-10-21
|
* Patch cmake listGravatar CodaFi2014-08-17
|
* Remove ArticleInfoGravatar CodaFi2014-08-17
|
* 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
|
* Added conversion between NSIndexSet and MCOIndexSet (fixed #370)Gravatar Hoa V. DINH2013-09-10
|
* Add MCIMAPConnectOperation.cc for cmake buildGravatar Ryan Walklin2013-09-07
|
* Fixed CMake buildGravatar Hoa V. DINH2013-08-24
|
* Fixed #8: When the attachment is a folder, the folder is compressed and the ↵Gravatar Hoa V. DINH2013-07-16
| | | | attachment is the compressed file.
* Fixed 171: Updated CMakefile to latest changesGravatar Hoa V. DINH2013-07-12
|
* Added missing file for CMakefileGravatar Hoa V. DINH2013-06-17
|
* Fixed build for linux/mac with CMake.Gravatar Hoa V. DINH2013-06-17