summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/imap/imapstrategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up service plugin signal connections - minor API changesPekka Vuorela4 days1-1/+1
* Avoid some more compiler warningsPekka Vuorela2025-11-061-9/+0
* Fix nullptr warning on QObject::connect()Pekka Vuorela2025-11-061-1/+2
* Use understandable types and names for transfer statesPekka Vuorela2025-10-291-16/+14
* Polish QMailMessage classes, and something small elsewherePekka Vuorela2025-10-271-2/+2
* Remove deprecated retrieveAll requestPekka Vuorela2025-10-151-13/+1
* Use common if/else brace and operator stylePekka Vuorela2025-10-061-23/+21
* Adjust some cosmetic details, againPekka Vuorela2025-10-011-2/+2
* Avoid (explicit) QmfList outside the libraryPekka Vuorela2025-09-291-2/+2
* Avoid failing on expected unit test failures, and some cleanupsPekka Vuorela2025-09-291-2/+2
* Deprecate Fwd classes in favor of just introducing enums in real classesPekka Vuorela2025-09-261-1/+1
* Clean up some cosmetic detailsPekka Vuorela2025-09-191-305/+170
* Rewrite logging with QLoggingCategoryDamien Caliste2025-06-131-78/+78
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-091-37/+37
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-125/+125
* Make configuration local in the IMAP clientDamien Caliste2025-02-191-69/+76
* Switch to CamelCased Qt #includesPekka Vuorela2025-02-121-2/+4
* Add CMake build systemDamien Caliste2024-10-171-1/+1
* Remove Factory from QMailCryptographicServiceFactoryDamien Caliste2024-04-101-1/+1
* Set replied and forwarded flags on message update from serverDamien Caliste2023-11-211-0/+10
* Add QMailMessage::CalendarCancellation flagDavid Llewellyn-Jones2023-11-151-0/+1
* Follow the synchronizationEnabled flag when folders are not specifiedDamien Caliste2021-04-091-9/+23
* Use QmfList where required to maintain stable referencesChris Adams2021-04-081-14/+14
* Use range constructors for lists and setsDamien Caliste2021-04-081-10/+14
* Don't download twice part content in case of signed message with IMAP protocolDamien Caliste2018-12-211-18/+20
* Add an interface for cryptographic operationsDamien Caliste2018-10-241-32/+60
* Set highestmodseq to zero when server using QRESYNC does not support permanen...Robin Burchell2018-09-111-1/+1
* Introduce a new function to test content type contentDamien Caliste2018-09-111-5/+4
* Handle 'Deleted' flag properly for IMAP accountsValério Valério2018-09-071-8/+37
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-231-1/+109
* [qmf] IMAP: handle errors for Create/Rename/Delete online folder actionsMichael Nosov2018-08-231-14/+41
* Replace deprecated qSort/qLowerBound/qGreater with std methodsPekka Vuorela2018-08-161-3/+3
* [qmf] IMAP: encode folder name with non-US charactersMichael Nosov2018-08-031-1/+2
* [qmf] IMAP: fix for rename top level folderMichael Nosov2018-08-021-11/+11
* Set contentAvailable and encoding correctly for transferred body parts.Valerio Valerio2015-08-281-1/+9
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
* Don't enqueue preferred body part for fetching twiceValerio Valerio2014-03-261-10/+12
* Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...Robin Burchell2014-01-231-1/+1
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
* Fix bug in meta data analysis algorithmDon Sanders2012-05-311-17/+33
* Fix synchronization bug for qresync capable servers.Don Sanders2012-05-281-1/+4
* Add new QMailMessage::NoNotification flagDon Sanders2012-05-151-0/+3
* Fix a bug where externalize/move operations were leaking files.Don Sanders2012-04-191-2/+12
* Ensure temporary files are deleted.Don Sanders2012-04-031-0/+1
* Add service action to find and create standard folders.Valerio Valerio2012-01-271-3/+8
* Don't delete all message removal records instead of none.Don Sanders2012-01-121-1/+2
* Detect removed messages on imap servers that don't provide UIDNEXTDon Sanders2011-12-211-0/+4
* Implement support for XLIST IMAP extension2011W47Don Sanders2011-11-211-20/+8
* Added QMailSearchAction::countMessages function, and QMailMessageServer::mess...Don Sanders2011-11-211-2/+19
* Update remote server search API.Don Sanders2011-11-171-3/+13