summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapservice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-091-31/+31
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-15/+15
* Continue login when there is no valid push foldersDamien Caliste2025-03-261-2/+5
* Make ImapService the only place to delay push mail restartDamien Caliste2025-02-281-13/+18
* Remove initial imap push delayDamien Caliste2025-02-261-22/+1
* Report client error even when establishing idle connectionsDamien Caliste2025-02-211-13/+9
* Rework ImapService::onAccountsUpdated()Damien Caliste2025-02-211-26/+23
* Separate push email related code from enable/disableDamien Caliste2025-02-191-29/+36
* Make configuration local in the IMAP clientDamien Caliste2025-02-191-17/+1
* Test account enabled on _client existing in ImapServiceDamien Caliste2025-02-191-6/+4
* Add a couple null pointer checksPekka Vuorela2025-02-141-0/+2
* Setup IMAP account status in one placeDamien Caliste2025-02-031-6/+0
* Set accountId on construction for IETF clientsDamien Caliste2025-01-281-3/+2
* Mark overridden methods with keywordPekka Vuorela2023-12-141-40/+54
* Follow the synchronizationEnabled flag when folders are not specifiedDamien Caliste2021-04-091-0/+4
* Use QmfList where required to maintain stable referencesChris Adams2021-04-081-4/+4
* Provide mock IdleNetworkSession class for IMAP pluginChris Adams2021-04-081-94/+41
* Use range constructors for lists and setsDamien Caliste2021-04-081-1/+1
* Add network listeners to IDLE connectionsPekka Vuorela2019-03-211-5/+232
* Add an interface for cryptographic operationsDamien Caliste2018-10-241-2/+2
* Add QMF_NO_WIDGETS option to disable QtWidgets depending codePekka Vuorela2018-09-071-3/+3
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-231-0/+27
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-191-2/+2
* imap: Remove two unused functions.Robin Burchell2015-08-281-14/+0
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
* Remove Qt 4 support.Robin Burchell2014-01-211-4/+0
* Update Qt 5 port to match latest releaseValerio Valerio2013-04-191-3/+3
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
* Add explanatory comment.Don Sanders2012-05-151-0/+3
* Add logging for when an imap strategy starts running.Don Sanders2012-04-191-0/+3
* Remove extra semicolonValerio Valerio2012-03-071-1/+1
* For new push enabled folders retrieve at least QMailRetrievalAction::defaultM...Don Sanders2012-03-021-3/+3
* Reduce frequency of attempts to establish push email connections.Don Sanders2012-03-021-5/+28
* Restart imap service when connection configuration settings change.Don Sanders2012-02-281-4/+20
* Add interface to limit push connections, and use in imap plugin.Don Sanders2012-02-271-1/+10
* BIC: Update the imap plugin to use the public QMailServiceAction interface.Don Sanders2012-02-231-32/+61
* Add service action to find and create standard folders.Valerio Valerio2012-01-271-1/+61
* Added QMailSearchAction::countMessages function, and QMailMessageServer::mess...Don Sanders2011-11-211-2/+19
* Update remote server search API.Don Sanders2011-11-171-1/+10
* Fix logic error using && instead of &.2011W44_3Don Sanders2011-11-071-2/+2
* Upgrade IMAP accounts to set QMailAccount::CanSearchOnServer flag2011W44_2Don Sanders2011-11-071-0/+6
* Poll push enabled imap folders for flag changes once per hour.2011W41Don Sanders2011-10-071-1/+29
* Integrate Harmattan QMF fix for NB#278368Don Sanders2011-09-051-2/+0
* Integrate Meego QMF fix for NB#278756Don Sanders2011-09-051-6/+19
* Fix NB#276243 Email Sync fails when not synced for a day...Don Sanders2011-08-181-1/+1
* Improve imap idle support.2011W32Don Sanders2011-08-121-31/+18
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
* Imap flag change handling optimizationDon Sanders2011-07-211-0/+3
* Try to prevent retrieveMessageLists selecting unselectable folder2011W28Eric Springer2011-07-131-4/+17
* Fix broken retrieveMessageList function for account checking case.Don Sanders2011-07-131-2/+7