summaryrefslogtreecommitdiffstats
path: root/src/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-0924-122/+122
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-0962-1843/+1843
* Fix account added twice in list modelDamien Caliste2025-05-091-95/+84
* Add a mail account manager based on libaccounts-qtDamien Caliste2025-05-069-4/+1259
* Introduce an API handling external accountsDamien Caliste2025-05-069-11/+294
* Make account tables optionalDamien Caliste2025-05-064-55/+153
* Move handling of standard folders to dedicated routinesDamien Caliste2025-05-062-107/+152
* Put key first in QMailStorePrivate::Cache templateDamien Caliste2025-05-062-36/+38
* Move SQL-related parts into a dedicated classDamien Caliste2025-05-0613-9721/+10335
* 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-078-34/+39
* 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
* Decode password in plain credentialsDamien Caliste2025-03-261-6/+25
* Return an invalid service when not foundDamien Caliste2025-03-171-0/+3
* Proper life-cycle management for messageserver plugins. API breakPekka Vuorela2025-02-272-13/+23
* Remove #ifndef QTOPIAMAIL_PARSING_ONLYPekka Vuorela2025-02-254-55/+0
* Remove custom implementation for mime type database, small api breakPekka Vuorela2025-02-255-1395/+19
* 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
* Add missing exportation of the new QMailCryptographicServiceConfiguration classDamien Caliste2025-02-201-1/+1
* Add account configurations for cryptographic settingsDamien Caliste2025-02-192-0/+133
* New ServiceConfiguration API to use string listsDamien Caliste2025-02-192-0/+21
* Remove win32_ce traces and some unnecessary platform specific bitsPekka Vuorela2025-02-173-15/+0
* Remove semicolons after method bodiesPekka Vuorela2025-02-1413-41/+55
* Switch to CamelCased Qt #includesPekka Vuorela2025-02-122-7/+8
* Remove qringbuffer_p.hPekka Vuorela2025-02-121-310/+0
* Switch custom bind & cref to std:: implementationsPekka Vuorela2025-02-115-743/+86
* Move LongStream to server library, streamline the implementationPekka Vuorela2025-02-118-89/+47
* Remove (void) parameters, this isn't cPekka Vuorela2025-02-114-18/+18
* Move StandardFolderInfo struct to .cpp using it and clean it up a bitPekka Vuorela2025-02-032-12/+14
* Add qmailcredentials sources to CMake build tooPekka Vuorela2025-02-031-0/+2
* Remove obsolete file locking methodsGuido Berhoerster2025-02-032-80/+12
* Add a plugin mechanism to handle credentialsDamien Caliste2025-01-156-24/+435
* Use QMailServiceConfiguration in authenticatorDamien Caliste2024-10-312-17/+16
* Add CMake build systemDamien Caliste2024-10-179-3/+270
* Implement decryptionDamien Caliste2024-04-103-0/+69
* Remove Factory from QMailCryptographicServiceFactoryDamien Caliste2024-04-103-26/+26
* Adjust crypto sign() APIDamien Caliste2024-04-102-3/+3
* Remove DEFINES for QMF_INSTALL_ROOTPekka Vuorela2024-04-011-1/+0
* Simplify qmailglobal.hPekka Vuorela2024-03-252-35/+10
* Disambigue filename using radical(XX).extDamien Caliste2024-02-281-42/+18
* Reset parts when setting a bodyDamien Caliste2024-02-261-1/+10
* Exclude parts containing signature data only in multipart/signed contextsDamien Caliste2024-01-151-10/+9
* Mark overridden methods with keywordPekka Vuorela2023-12-1417-258/+347
* Fix build on Qt6Pekka Vuorela2023-12-142-0/+9
* Avoid deprecated APIPekka Vuorela2023-12-141-1/+1