summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchHEADmasterPekka Vuorela31 hours54-410/+410
* Remove trailing whitespace with sed scriptPekka Vuorela31 hours112-2764/+2764
* Fix account added twice in list modelDamien Caliste33 hours1-95/+84
* Add a mail account manager based on libaccounts-qtDamien Caliste4 days10-4/+1263
* Introduce an API handling external accountsDamien Caliste4 days10-17/+301
* Make account tables optionalDamien Caliste4 days4-55/+153
* Move handling of standard folders to dedicated routinesDamien Caliste4 days2-107/+152
* Put key first in QMailStorePrivate::Cache templateDamien Caliste4 days2-36/+38
* Move SQL-related parts into a dedicated classDamien Caliste4 days14-9725/+10339
* New connect() api in QMailServiceAction - small api breakPekka Vuorela2025-04-223-107/+115
* Avoid custom QPrivatelyNoncopyable on QMailServiceAction - ABI breakPekka Vuorela2025-04-224-241/+301
* Adjust and fix protocolRequest API - minor API breakPekka Vuorela2025-04-0710-67/+88
* Declare tests in the build systemDamien Caliste2025-04-0238-18/+174
* Always compile logging capabilitiesDamien Caliste2025-04-022-46/+6
* Define D-Bus signals for store IPCDamien Caliste2025-03-2612-526/+463
* Move store IPC into a dedicated classDamien Caliste2025-03-268-1027/+1017
* Add signal testing for QMailStoreDamien Caliste2025-03-261-0/+41
* Decode password in plain credentialsDamien Caliste2025-03-261-6/+25
* Continue login when there is no valid push foldersDamien Caliste2025-03-262-3/+6
* Return an invalid service when not foundDamien Caliste2025-03-172-0/+8
* Fix crash on imap search without supported keysPekka Vuorela2025-03-031-0/+6
* 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-283-65/+32
* Synchronize idle renewal timersDamien Caliste2025-02-282-10/+20
* Proper life-cycle management for messageserver plugins. API breakPekka Vuorela2025-02-274-18/+36
* Remove initial imap push delayDamien Caliste2025-02-262-24/+1
* Avoid uninitialized memory reference in SsoManager::init()Pekka Vuorela2025-02-261-1/+1
* Remove #ifndef QTOPIAMAIL_PARSING_ONLYPekka Vuorela2025-02-254-55/+0
* Remove custom implementation for mime type database, small api breakPekka Vuorela2025-02-257-1402/+23
* Remove icons from QMailMessageModelBasePekka Vuorela2025-02-2514-87/+1
* Remove obsolete database migration filesPekka Vuorela2025-02-2436-206/+0
* Include missing #include <functional>Pekka Vuorela2025-02-241-0/+2
* Report client error even when establishing idle connectionsDamien Caliste2025-02-214-17/+13
* Rework ImapService::onAccountsUpdated()Damien Caliste2025-02-211-26/+23
* Reduce status variable number in ImapClient::monitor()Damien Caliste2025-02-212-63/+42
* Add missing exportation of the new QMailCryptographicServiceConfiguration classDamien Caliste2025-02-201-1/+1
* Separate push email related code from enable/disableDamien Caliste2025-02-192-30/+38
* Make configuration local in the IMAP clientDamien Caliste2025-02-196-124/+124
* Test account enabled on _client existing in ImapServiceDamien Caliste2025-02-192-7/+4
* Add account configurations for cryptographic settingsDamien Caliste2025-02-192-0/+133
* New ServiceConfiguration API to use string listsDamien Caliste2025-02-197-0/+165
* Remove win32_ce traces and some unnecessary platform specific bitsPekka Vuorela2025-02-174-19/+1
* Add a couple null pointer checksPekka Vuorela2025-02-142-1/+3
* Remove semicolons after method bodiesPekka Vuorela2025-02-1418-46/+60
* Switch to CamelCased Qt #includesPekka Vuorela2025-02-1213-41/+53
* Remove qringbuffer_p.hPekka Vuorela2025-02-121-310/+0
* Move LongStream to server library, streamline the implementationPekka Vuorela2025-02-120-0/+0
* Switch custom bind & cref to std:: implementationsPekka Vuorela2025-02-115-743/+86
* Move LongStream to server library, streamline the implementationPekka Vuorela2025-02-1120-113/+72
* Remove (void) parameters, this isn't cPekka Vuorela2025-02-114-18/+18