summaryrefslogtreecommitdiffstats
path: root/src/tools/messageserver/servicehandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid confusing name overloading in messageserver's service handlerHEADmasterPekka Vuorela4 days1-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
* Add disconnected storage actions, for actions requiring database writes.2012W02Don Sanders2012-01-101-0/+72
* Rename some QMailStorageAction functions to indicate they require the device ...2012W01_1Don Sanders2012-01-051-22/+22
* Added QMailSearchAction::countMessages function, and QMailMessageServer::mess...Don Sanders2011-11-211-9/+58
* Update remote server search API.Don Sanders2011-11-171-5/+57
* Revert "Integrate fix for NB#272117"2011W432011W42Don Sanders2011-10-231-44/+1
* Integrate fix for NB#272117Don Sanders2011-10-041-1/+44
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
* Add new retrieveMessageLists interface and implementation.2011W26_4Don Sanders2011-07-071-0/+38
* Revert initial retrieveMessageLists interface and implementation.2011W26_3Don Sanders2011-07-071-112/+1
* Add new retrieveMessageLists for performance2011W26_2Eric Springer2011-07-071-1/+112
* Remove remaining uses of QMailHeartbeatTimer.Don Sanders2011-06-221-1/+0
* Prefer gb18030 over gb2312 or gbkEric Springer2011-06-201-10/+107
* Fix regression with action expiry not working.Don Sanders2011-06-121-1/+3
* Add QMailStorageAction::updateMessages(const QMailMessageMetaDataList &)Don Sanders2011-06-031-4/+6
* Use ensureDurability in service actions appropriately.Don Sanders2011-06-011-12/+23
* Fix style issues.Don Sanders2011-05-311-6/+6
* Update the addMessages and updateMessages serviceactionsDon Sanders2011-05-311-0/+120
* Fix inverted logic wrt error reporting and retrieveMessagePartRange.Don Sanders2011-05-301-1/+1