summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-091-4/+4
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-34/+34
* Continue login when there is no valid push foldersDamien Caliste2025-03-261-1/+1
* Don't continue on log-in after idle renewalDamien Caliste2025-02-281-3/+5
* Make ImapService the only place to delay push mail restartDamien Caliste2025-02-281-46/+13
* Synchronize idle renewal timersDamien Caliste2025-02-281-10/+18
* Report client error even when establishing idle connectionsDamien Caliste2025-02-211-2/+2
* Reduce status variable number in ImapClient::monitor()Damien Caliste2025-02-211-59/+39
* Make configuration local in the IMAP clientDamien Caliste2025-02-191-34/+45
* Add a couple null pointer checksPekka Vuorela2025-02-141-1/+1
* Remove semicolons after method bodiesPekka Vuorela2025-02-141-1/+1
* Setup IMAP account status in one placeDamien Caliste2025-02-031-11/+15
* Wait for credentials fetching in idle protocolDamien Caliste2025-02-031-24/+54
* Set accountId on construction for IETF clientsDamien Caliste2025-01-281-14/+7
* Add a plugin mechanism to handle credentialsDamien Caliste2025-01-151-12/+74
* Use QMailServiceConfiguration in authenticatorDamien Caliste2024-10-311-2/+2
* Add CMake build systemDamien Caliste2024-10-171-1/+1
* Remove Factory from QMailCryptographicServiceFactoryDamien Caliste2024-04-101-1/+1
* Remove traces of QAlignedTimerPekka Vuorela2024-04-011-17/+0
* Mark overridden methods with keywordPekka Vuorela2023-12-141-3/+3
* Add QMailMessage::CalendarCancellation flagDavid Llewellyn-Jones2023-11-151-1/+2
* Fix some compiler warningsPekka Vuorela2023-11-131-2/+2
* Check if IDLE connection needs to be established after loginDavid Llewellyn-Jones2021-04-091-0/+10
* Set new IMAP folders to inherit SynchronizationEnabled flagDavid Llewellyn-Jones2021-04-091-1/+4
* Fix some warningsChris Adams2021-04-081-3/+3
* Use QmfList where required to maintain stable referencesChris Adams2021-04-081-3/+3
* Use QMultiMap when necessary instead of QMapDamien Caliste2021-04-081-1/+1
* Add network listeners to IDLE connectionsPekka Vuorela2019-03-211-0/+13
* Ensure on startup that pop3/imap accounts and folders have correct flagsMichael Nosov2018-11-011-0/+9
* Add an interface for cryptographic operationsDamien Caliste2018-10-241-1/+76
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-231-0/+8
* [qmf] IMAP: handle errors for Create/Rename/Delete online folder actionsMichael Nosov2018-08-231-13/+15
* [qmf] IMAP: '\\Junk' folder flag shall not be ignoredMichael Nosov2018-08-061-14/+21
* [qmf] IMAP: encode folder name with non-US charactersMichael Nosov2018-08-031-121/+2
* [qmf] IMAP: avoid creation of folders with empty names during syncMichael Nosov2018-07-201-1/+4
* ImapClient: Fix build with QT_NO_SSL.Robin Burchell2015-08-281-2/+5
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
* Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...Robin Burchell2014-01-231-1/+1
* 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
* Fix regression introduced by last commit.Valerio Valerio2013-01-211-3/+1
* Set Inbox as standard folder for IMAP4 accounts.testtag_16012013Valerio Valerio2013-01-161-1/+12
* Reduce battery drain when wrong password is entered by user.Don Sanders2012-05-151-25/+16
* Add diff block missing in previous commit.Don Sanders2012-05-151-0/+11
* Fix a bug where standard folder accounts settings got lost...Don Sanders2012-04-191-3/+6
* Ensure temporary files are deleted.Don Sanders2012-04-031-0/+13
* Fix arguments of alignedtimer, should be in seconds not ms.Don Sanders2012-04-031-5/+7
* Remove unnecessary call to upateAccountDon Sanders2012-03-291-2/+1
* Use QAlignedTimer with a 1 min interval for sending imap idle doneDon Sanders2012-03-231-0/+15
* Set the imap idle connection readbuffer size correctlyDon Sanders2012-03-201-1/+1