aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async
Commit message (Collapse)AuthorAge
* IMAP sequence number methodsGravatar Hoa V. DINH2014-10-14
|
* Add allows new permanent flags property in folder info.Gravatar Pitiphong Phongpattranont2014-09-03
|
* Merge pull request #832 from CodaFi/NNTPGravatar Hoà V. DINH2014-08-20
|\ | | | | NNTP support
| * Remove ArticleInfoGravatar CodaFi2014-08-17
| |
| * TestsGravatar CodaFi2014-08-16
| |
| * cpp -> ccGravatar CodaFi2014-08-13
| |
| * Cosmetic Changes; Fix header includesGravatar CodaFi2014-08-13
| |
| * NNTP supportGravatar CodaFi2014-08-13
| |
* | 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