aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async
Commit message (Collapse)AuthorAge
* 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
|
* IndexSet iteratorGravatar 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
|
* Fixed crash when download of message failed (fixed #612)Gravatar Hoa V. Dinh2014-02-25
|
* 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
|
* Fixed includesGravatar CodaFi2013-09-26
|
* Implement Objective-C InterfaceGravatar CodaFi2013-09-24
|
* Brace stylingGravatar CodaFi2013-09-24
|
* Implement IMAP noopGravatar CodaFi2013-09-24
|
* Implement POP noopGravatar CodaFi2013-09-24
|
* Implement SMTP noopGravatar CodaFi2013-09-24
|
* Fixed #371: don't retain header when no result is returnedGravatar Hoa V. Dinh2013-09-10
|