summaryrefslogtreecommitdiffstats
path: root/src/tools/messageserver/servicehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up service plugin signal connections - minor API changesPekka Vuorela4 days1-12/+12
* Move resource usage configuration out of QMail namespacePekka Vuorela10 days1-3/+21
* Separate D-Bus serialization from generic serialization APIsPekka Vuorela2025-11-251-1/+3
* Use more standard paths for user data, remove QMail::tempPath()Pekka Vuorela2025-11-121-1/+4
* Fix nullptr warning on QObject::connect()Pekka Vuorela2025-11-061-4/+5
* Avoid qFatal in imap clientPekka Vuorela2025-11-011-6/+6
* Simplify messageserver failure reportingPekka Vuorela2025-10-301-75/+43
* Remove deprecated synchronizeAll requestPekka Vuorela2025-10-271-46/+0
* Remove deprecated retrieveAll requestPekka Vuorela2025-10-151-46/+0
* Remove more unnecessary usage of core5compatPekka Vuorela2025-10-141-2/+2
* Fix service handler request castsPekka Vuorela2025-10-141-2/+2
* Replace QmfList usage with QListPekka Vuorela2025-10-081-1/+0
* Use common if/else brace and operator stylePekka Vuorela2025-10-061-5/+5
* Avoid (explicit) QmfList outside the libraryPekka Vuorela2025-09-291-2/+2
* Avoid failing on expected unit test failures, and some cleanupsPekka Vuorela2025-09-291-1/+1
* Remove pointless prepareaccounts.cppPekka Vuorela2025-09-291-5/+0
* Refactor ServiceHandler and avoid unnecessary data serializationPekka Vuorela2025-09-121-568/+798
* Rewrite logging with QLoggingCategoryDamien Caliste2025-06-131-52/+52
* Avoid confusing name overloading in messageserver's service handlerPekka Vuorela2025-05-191-82/+94
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-091-9/+9
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-16/+16
* Adjust and fix protocolRequest API - minor API breakPekka Vuorela2025-04-071-14/+16
* Store list of incomplete requests under the home directory rather than /tmpGuido Berhoerster2025-02-031-1/+1
* Add CMake build systemDamien Caliste2024-10-171-1/+6
* Switch to DBus for IPCDamien Caliste2023-11-061-21/+23
* Remove client to server email addition via a fileDamien Caliste2023-10-171-54/+0
* Use a range for instead of foreachDamien Caliste2021-04-081-2/+2
* Use QmfList where required to maintain stable referencesChris Adams2021-04-081-13/+15
* Use range constructors for lists and setsDamien Caliste2021-04-081-15/+20
* Move away from deprecated QDateTime::fromTime_t and toTime_tDamien Caliste2021-04-081-6/+6
* Update deprecated functions and suppress warningsDamien Caliste2018-09-291-1/+1
* Introduce a new function to test content type contentDamien Caliste2018-09-111-2/+2
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-231-0/+35
* 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
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
* Prevent double deletion when canceling service action.Don Sanders2012-05-111-1/+3
* Add logging for when a service action begins and finishes.Don Sanders2012-04-191-0/+33
* FWOD fix, don't try to upload email twice to remote serverDon Sanders2012-04-181-2/+8
* Prevent uninitialized variable being referenced.Don Sanders2012-03-291-1/+1
* Fix NB#290380 'ServiceHandler should keep all the info about running actions'Don Sanders2012-03-231-3/+27
* Ensure async disconnection actions emit activityChanged signal.Don Sanders2012-03-221-0/+10
* Fix bug whereby discard messages service actions weren't removed from expiry ...Don Sanders2012-03-121-12/+9
* Limit concurrent serviceactions, facilitates limiting RAM usage.Don Sanders2012-02-241-1/+23
* BIC: Update the imap plugin to use the public QMailServiceAction interface.Don Sanders2012-02-231-0/+36
* Fix onlineCreateFolder service action.Valerio Valerio2012-02-161-2/+1
* Merge MeeGo QMF conversations supportValerio Valerio2012-02-161-1/+9
* Add service action to find and create standard folders.Valerio Valerio2012-01-271-0/+34
* Add 'transmitMessage(quint64 action, const QMailMessageId &messageId)'Valerio Valerio2012-01-171-0/+72
* Fixes: NB#272117Valerio Valerio2012-01-131-1/+44