| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean up service plugin signal connections - minor API changes | Pekka Vuorela | 4 days | 1 | -1/+1 |
| * | Build messageserver plugin support without configurability | Pekka Vuorela | 2025-11-20 | 1 | -4/+0 |
| * | Remove dead voice/video mail handling | Pekka Vuorela | 2025-11-12 | 1 | -67/+1 |
| * | Remove non-functional NewCountNotifier | Pekka Vuorela | 2025-11-12 | 1 | -162/+3 |
| * | Avoid some more compiler warnings | Pekka Vuorela | 2025-11-06 | 1 | -1/+3 |
| * | Use common if/else brace and operator style | Pekka Vuorela | 2025-10-06 | 1 | -4/+4 |
| * | Remove unneeded typedef QMailMessageCountMap | Pekka Vuorela | 2025-10-06 | 1 | -2/+3 |
| * | Clean up some cosmetic details | Pekka Vuorela | 2025-09-19 | 1 | -1/+1 |
| * | Rewrite logging with QLoggingCategory | Damien Caliste | 2025-06-13 | 1 | -17/+134 |
| * | Add missing spaces after for/if/while/switch | Pekka Vuorela | 2025-05-09 | 1 | -1/+1 |
| * | Proper life-cycle management for messageserver plugins. API break | Pekka Vuorela | 2025-02-27 | 1 | -2/+6 |
| * | Remove lock file usage from messageserver | Guido Berhoerster | 2025-02-03 | 1 | -20/+23 |
| * | Switch to DBus for IPC | Damien Caliste | 2023-11-06 | 1 | -147/+39 |
| * | Remove client to server email addition via a file | Damien Caliste | 2023-10-17 | 1 | -4/+0 |
| * | Delete deprecated message count signals in IPC | Damien Caliste | 2023-10-10 | 1 | -20/+12 |
| * | Use range constructors for lists and sets | Damien Caliste | 2021-04-08 | 1 | -1/+1 |
| * | Fix unsafe signal handling in messageserver | Pekka Vuorela | 2018-09-29 | 1 | -8/+66 |
| * | [qmf] onlineMoveFolder API + IMAP implementation | Michael Nosov | 2018-08-23 | 1 | -0/+4 |
| * | Update licensing to match latest approach in QtCore. | Robin Burchell | 2015-08-28 | 1 | -22/+14 |
| * | Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS... | Robin Burchell | 2014-01-23 | 1 | -1/+1 |
| * | Add missing include. | Davide Pesavento | 2013-07-29 | 1 | -0/+1 |
| * | Remove obsolete ifdef. | Valerio Valerio | 2013-06-25 | 1 | -4/+0 |
| * | Introduce messageserver plugins.4.0.2 | Valerio Valerio | 2013-06-24 | 1 | -0/+15 |
| * | Remove Symbian support. | Robin Burchell | 2013-02-28 | 1 | -3/+3 |
| * | Change to new-form Digia license headers. | Robin Burchell | 2013-02-12 | 1 | -24/+24 |
| * | s/Nokia/QtProject/ in settings files. | Robin Burchell | 2012-12-05 | 1 | -2/+2 |
| * | BIC: Update the imap plugin to use the public QMailServiceAction interface. | Don Sanders | 2012-02-23 | 1 | -0/+2 |
| * | Add service action to find and create standard folders. | Valerio Valerio | 2012-01-27 | 1 | -0/+2 |
| * | Add 'transmitMessage(quint64 action, const QMailMessageId &messageId)' | Valerio Valerio | 2012-01-17 | 1 | -0/+2 |
| * | Add disconnected storage actions, for actions requiring database writes.2012W02 | Don Sanders | 2012-01-10 | 1 | -0/+12 |
| * | Rename some QMailStorageAction functions to indicate they require the device ...2012W01_1 | Don Sanders | 2012-01-05 | 1 | -14/+14 |
| * | Added QMailSearchAction::countMessages function, and QMailMessageServer::mess... | Don Sanders | 2011-11-21 | 1 | -0/+4 |
| * | Update remote server search API. | Don Sanders | 2011-11-17 | 1 | -0/+4 |
| * | Update license headers (make them consistent with harmattan qmf) | Don Sanders | 2011-08-07 | 1 | -17/+17 |
| * | Add new retrieveMessageLists interface and implementation.2011W26_4 | Don Sanders | 2011-07-07 | 1 | -0/+2 |
| * | Revert initial retrieveMessageLists interface and implementation.2011W26_3 | Don Sanders | 2011-07-07 | 1 | -2/+0 |
| * | Add new retrieveMessageLists for performance2011W26_2 | Eric Springer | 2011-07-07 | 1 | -0/+2 |
| * | Update the addMessages and updateMessages serviceactions | Don Sanders | 2011-05-31 | 1 | -0/+4 |
| * | Add async serviceactions for adding and updating messages. | Don Sanders | 2011-05-20 | 1 | -0/+4 |
| * | Changes required to build on Symbian from JKL. | Don Sanders | 2010-11-23 | 1 | -4/+3 |
| * | Add concurent action support to service handler | espringe | 2010-10-18 | 1 | -2/+0 |
| * | Extensions to the logging subsystem (From Vitaly Repin) | espringe | 2010-10-07 | 1 | -0/+53 |
| * | Make ActionObserver synchronize after server restart | espringe | 2010-09-30 | 1 | -0/+2 |
| * | Krazy code cleanup | Eric Springer | 2010-07-21 | 1 | -3/+3 |
| * | When sending of a message fails | Don Sanders | 2010-07-04 | 1 | -0/+2 |
| * | Adding QMailMessageObserver, a way of monitoring actions | Eric Springer | 2010-07-02 | 1 | -0/+6 |
| * | Update license files, so they are the same as Qt. | Don Sanders | 2010-06-29 | 1 | -16/+16 |
| * | QTMOBILITY-181. Put headers for messageserver and qtopiamail libraries into a... | AleksW | 2010-04-20 | 1 | -0/+1 |
| * | Switch to using status to store temporary messages | espringe | 2010-03-16 | 1 | -0/+7 |
| * | Add interface for folder manipulation via message server. | Eric Springer | 2009-12-09 | 1 | -0/+12 |