aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap
Commit message (Collapse)AuthorAge
* Refactoring, fixed #1013Gravatar Hoa V. DINH2015-01-03
|
* 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 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.
* IMAP sequence number methodsGravatar Hoa V. DINH2014-10-14
|
* Add allows new permanent flags property in folder info.Gravatar Pitiphong Phongpattranont2014-09-03
|
* Removed commented codeGravatar Hoa V. DINH2014-07-26
|
* Fixed crash on disconnectionGravatar Hoa V. DINH2014-07-22
|
* Fixed build issueGravatar Hoa V. DINH2014-07-20
|
* connection of an imap operation is now set when it's started (#783)Gravatar Hoa V. DINH2014-07-20
|
* Reduce chance of session (connection) switch in MCIMAPAsyncSession.ccGravatar Yuk Lai Suen2014-07-17
|
* Fixed #715: ability to set a date while adding messagesGravatar Hoa V. DINH2014-07-15
|
* Fixed IMAPQuotaOperationGravatar Viktor Gedzenko2014-07-07
|
* Fixed build for Linux in MCIMAPMultiDisconnectOperationGravatar Hoa V. DINH2014-05-18
|
* Additional fix for Linux buildGravatar Hoa V. DINH2014-05-18
|
* Fixed build for Linux againGravatar Hoa V. DINH2014-05-18
|
* Fixed build on LinuxGravatar Hoa V. DINH2014-05-18
|
* Fixed IMAP disconnect cancellationGravatar Hoa V. DINH2014-04-27
|
* Fixed session reuseGravatar Hoa V. DINH2014-03-30
|
* Fixed dispatch queue memory management.Gravatar Hoa V. DINH2014-03-29
|
* Improved IDLE interruption (#656)Gravatar Hoa V. DINH2014-03-24
|
* Fixed IDLE operation interruptionGravatar Viktor Gedzenko2014-03-24
|
* Initial value for interrupted state of IDLE operationGravatar Hoa V. DINH2014-03-22
|
* Fixed #651: interrupt anyway even if IDLE is cancelled earlyGravatar Hoa V. DINH2014-03-21
|
* Cancel all operationsGravatar Luca2014-03-10
|
* Fixed callbackDispatchQueue in MCIMAPMultiDisconnectOperationGravatar Viktor Gedzenko2014-03-05
|
* value back to 30 secGravatar Hoa V. DINH2014-02-28
|
* Fixed #615: fixed issue with cancelling "perform after delay"Gravatar Hoa V. DINH2014-02-28
|
* Conformant header guardsGravatar CodaFi2014-02-22
| | | | Fixes #606
* Fixed disconnect operation behavior when no connection is establishedGravatar Hoa V. DINH2014-01-31
|
* Default NULL value for custom flags in append and storeFlags function ↵Gravatar Michal Kalis2014-01-27
| | | | arguments for backwards compatibility
* Fixes in storing custom flags; possible to append new messages with custom flagsGravatar Michal Kalis2014-01-26
|
* Method to store cusotm flags is separate from the original oneGravatar Michal Kalis2014-01-24
|
* Method storeFlags supports custom flagsGravatar Michal Kalis2014-01-23
|
* Retrieve Gmail user display nameGravatar Hoa V. DINH2014-01-21
|
* Fixed #567: dispatch queue for POP and SMTPGravatar Hoa V. DINH2014-01-18
|
* Implemented dispatchQueue property on MCOIMAPSessionGravatar Hoa V. DINH2014-01-18
|
* Implemented Object::performMethodOnDispatchQueueAfterDelay() and fixed ↵Gravatar Hoa V. DINH2014-01-18
| | | | MCIMAPAsyncSession termination.
* Fixed #541: returns uid mapping properlyGravatar Hoa V. DINH2014-01-06
|
* Fixed #531, #530, #529, #528, #527: fixed thread safety in case callback is ↵Gravatar Hoa V. DINH2014-01-02
| | | | dispatched in a thread different than main thread.
* Remove unused variableGravatar Robert Widmann2013-12-29
|
* Unify Project StyleGravatar CodaFi2013-12-08
|
* Fixed #260: added ability to render a message without stripping spacesGravatar Hoa V. DINH2013-11-13
|
* Implemented disconnection operation: fixed #412Gravatar Hoa V. DINH2013-11-12
|
* Fixed #424: Fixed IDLE behavior when not logged in.Gravatar Hoa V. DINH2013-10-19
|
* Callback is now called on the dispatch queue where the operation has been ↵Gravatar Hoa V. DINH2013-09-29
| | | | instanciated on Apple platforms
* Filename extension fixesGravatar CodaFi2013-09-26
|