summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up service plugin signal connections - minor API changesPekka Vuorela6 days1-83/+84
* Rename QMailMessageMetadata::content as contentCategoryPekka Vuorela6 days1-1/+1
* Use more standard paths for user data, remove QMail::tempPath()Pekka Vuorela2025-11-121-5/+1
* Adjust messageserver naming versionsPekka Vuorela2025-11-011-2/+2
* Avoid qFatal in imap clientPekka Vuorela2025-11-011-5/+3
* Polish QMailMessage classes, and something small elsewherePekka Vuorela2025-10-271-1/+0
* Use pointer for out-parameters in QMailMessageClassifierPekka Vuorela2025-10-201-2/+1
* Minor API break: remove QMailMessage CR/LFPekka Vuorela2025-10-141-5/+7
* Clean up ImapClientPekka Vuorela2025-10-141-134/+92
* Use common if/else brace and operator stylePekka Vuorela2025-10-061-15/+13
* Clean up some cosmetic detailsPekka Vuorela2025-09-191-5/+5
* Remove support for QT_NO_SSLPekka Vuorela2025-09-181-2/+0
* Simply notify on authentication errorDamien Caliste2025-09-171-6/+6
* Don't report credentials error after a connection being closedDamien Caliste2025-07-041-11/+11
* Rewrite logging with QLoggingCategoryDamien Caliste2025-06-131-57/+57
* 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