aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.cpp
Commit message (Collapse)AuthorAge
* Fix few memory leaks (#1804)Gravatar Alexander Belyavskiy2019-03-25
| | | * Fix memory leaks
* Add uidplus, acl, enable capabilities parsing (#1750)Gravatar Alexander Belyavskiy2018-06-17
|
* - handle one more search kind body for searching the IMAP messages (#1735)Gravatar Nguyen Thanh Hai2018-05-14
|
* Fixed fake 'Auth Error' on iCloud when service responses with 'BAD ↵Gravatar Viktor Gedzenko2017-08-29
| | | | [UNAVAILABLE] Service temporarily unavailable' (#1642)
* Fixed some crashesGravatar Hoa V. DINH2017-03-24
|
* Enable workaround for QIP IMAP server (#1512)Gravatar Dmitry Isaikin2016-09-18
|
* Disable namespace for Hermes servers (fixed #1471)Gravatar Viet Hoa Dinh2016-07-24
|
* Fix some memory leaks in MCIMAPSession.cpp in case of server error (#1480)Gravatar Dmitry Isaikin2016-07-18
|
* fix missing search by read/unread flag (#1465)Gravatar raduraducu2016-07-06
| | | | | * fix missing search my read/unread flag * added more flag-like searches
* Use libetpan API for fetching whole IMAP attachment to file (#1461)Gravatar Dmitry Isaikin2016-07-06
|
* Fixed crash on calling mailimap_mailbox_data_status_free() with NULL (#1449)Gravatar Dmitry Isaikin2016-06-06
|
* Add possibility of fetching message attachment by chunks and store it to ↵Gravatar Dmitry Isaikin2016-06-05
| | | | file. (#1438)
* 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
| | | | 644 (#1435)
* Fixed error handlingGravatar Hoa V. DINH2016-05-16
|
* Fixed #1403: error message when IMAP is disabled for the domainGravatar Hoa V. DINH2016-05-16
|
* Added error codeGravatar Hoa V. DINH2016-05-11
|
* Detect Rambler server on connect stage (#1424)Gravatar Dmitry Isaikin2016-05-11
|
* Automaticaly enable Rambler workaround when we are downloading attachment ↵Gravatar Dmitry Isaikin2016-05-11
| | | | with base64 or uuencode encoding (#1423)
* Extra capabilities of Courier-IMAPGravatar Hoa V. DINH2016-05-03
|
* Fix for imap servers which use non-standard name for inbox folder (#1406)Gravatar Dmitry Isaikin2016-04-22
|
* Fix overwriting `pError` with `ErrorConnection` value (#1399)Gravatar Evgeniy Yurtaev2016-04-15
| | | | | * Fix overwriting `pError` with `ErrorConnection` value * Fix memory leak
* Serialize reads and writes to mIdleEnabledGravatar Robert Widmann2016-03-23
|
* Remove duplicate capabilities lineGravatar Robert Widmann2016-03-21
|
* Remove duplicate mCanIdleGravatar Robert Widmann2016-03-20
|
* Improved error managementGravatar Hoa V. DINH2016-03-07
|
* Thread safety on loggerGravatar Hoa V. DINH2016-03-03
|
* Fixed deadlockGravatar Hoa V. DINH2016-03-02
|
* Close IMAP connection in case of parsing errorGravatar Dmitry Isaikin2016-03-01
|
* Improved thread safety on connectionLoggerGravatar Hoa V. DINH2016-02-28
|
* Add support for Yahoo XYMHIGHESTMODSEQ extension (use for HIGHESTMODSEQ ↵Gravatar Dmitry Isaikin2016-02-26
| | | | feature on mailbox STATUS)
* Memory usage tweaksGravatar Hoa V. DINH2016-02-22
|
* Fixed memory leakGravatar Hoa V. DINH2016-02-22
|
* Added ability to customize the identity of IMAP client in the time of ↵Gravatar Dmitry Isaikin2016-02-15
| | | | session initialization.
* Merge pull request #1355 from disaykin/reduce-memory-on-send-messageGravatar Hoà V. DINH2016-02-09
|\ | | | | Add low-memory interface for building, sending and appending messages
| * Add file-based interface for sending messages via SMTP (reduce memory usage)Gravatar Dmitry Isaikin2016-02-09
| |
* | Add constant for IMAP MOVE capabilityGravatar Nikolay Morev2016-02-08
|/
* Add IMAP MOVE command supportGravatar Nikolay Morev2016-02-05
|
* MCIMAPCapabilityOperation takes into account cached capabilities valuesGravatar Alexander Karimov2016-02-04
|
* Merge pull request #1346 from disaykin/masterGravatar Hoà V. DINH2016-02-03
|\ | | | | Reduce memory usage when fetch message body by IMAP
| * Remove extra memory copying while fetching attachmentGravatar Dmitry Isaikin2016-02-03
| |
* | Fixed #1334: custom command connects to IMAP server and logs if neededGravatar Viet Hoa Dinh2016-01-14
|/
* Fixed error handling in custom commandGravatar Hoa V. Dinh2015-11-09
|
* Proper error handling in IMAPSession::customCommandGravatar libec2015-11-09
|
* Adds error code to IMAPSession::customCommand. Renames sendCustomCommand to ↵Gravatar libec2015-11-07
| | | | customCommand.
* Adds imap response string to custom command operationGravatar libec2015-11-06
|
* Removes assert on loggedIn in custom commandGravatar libec2015-11-05
|
* adds support to send custom IMAP commandGravatar libec2015-11-04
|
* Fixed #1054: fixed memory leak in IMAPSession::folderStatus()Gravatar Hoa V. Dinh2015-07-06
|
* Free mailimap_status_att_list on folderStatus errorGravatar Yuk Lai Suen2015-06-18
|