aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/async/imap
Commit message (Expand)AuthorAge
* Fix Xcode warning (#1758)Gravatar Alexander Belyavskiy2018-06-16
* Fix crash by adding check if owner is still present (#1707)Gravatar Arek Holko2018-04-25
* Fix intermittent crashes on iOS - added to header file. (#1673)Gravatar Hilmar Gústafsson2017-10-16
* Fix infinite recusion in customFlags getter (#1659)Gravatar Zack2017-08-29
* MCIMAPCheckAccountOperation: connectIfNeeded() then login() sequence of calls...Gravatar serjepatoff2016-09-13
* Use libetpan API for fetching whole IMAP attachment to file (#1461)Gravatar Dmitry Isaikin2016-07-06
* Add possibility of fetching message attachment by chunks and store it to file...Gravatar Dmitry Isaikin2016-06-05
* Store last server response on login command in case of parse error (#1436)Gravatar Dmitry Isaikin2016-05-19
* Fix permission access of source files that was executable .i.e. chmod 744 to ...Gravatar Kevin Lefèvre2016-05-17
* Try to use IMAP connection with minimum queue size among connections that alr...Gravatar Dmitry Isaikin2016-05-16
* expose isIdleEnable()Gravatar Hoa V. DINH2016-05-03
* Improved error managementGravatar Hoa V. DINH2016-03-07
* Fixed deadlockGravatar Hoa V. DINH2016-03-02
* Close IMAP connection in case of parsing errorGravatar Dmitry Isaikin2016-03-01
* Added ability to customize the identity of IMAP client in the time of session...Gravatar Dmitry Isaikin2016-02-15
* Add file-based interface for sending messages via SMTP (reduce memory usage)Gravatar Dmitry Isaikin2016-02-09
* Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
* MCIMAPCapabilityOperation takes into account cached capabilities valuesGravatar Alexander Karimov2016-02-04
* Adds error code to IMAPSession::customCommand. Renames sendCustomCommand to c...Gravatar libec2015-11-07
* Adds imap response string to custom command operationGravatar libec2015-11-06
* adds support to send custom IMAP commandGravatar libec2015-11-04
* Various fixes, made HTMLCleaner public, added URL encoderGravatar Hoa V. DINH2015-06-01
* Mark methods as deprecatedGravatar Hoa V. DINH2015-04-19
* 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
* 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