summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add missing spaces after for/if/while/switchPekka Vuorela14 days3-5/+5
* Remove trailing whitespace with sed scriptPekka Vuorela14 days13-459/+459
* Introduce an API handling external accountsDamien Caliste2025-05-061-6/+7
* Move SQL-related parts into a dedicated classDamien Caliste2025-05-061-4/+4
* Declare tests in the build systemDamien Caliste2025-04-0231-16/+131
* Add signal testing for QMailStoreDamien Caliste2025-03-261-0/+41
* Return an invalid service when not foundDamien Caliste2025-03-171-0/+5
* Remove custom implementation for mime type database, small api breakPekka Vuorela2025-02-252-7/+4
* New ServiceConfiguration API to use string listsDamien Caliste2025-02-195-0/+144
* Move LongStream to server library, streamline the implementationPekka Vuorela2025-02-116-15/+16
* Remove obsolete file locking methodsGuido Berhoerster2025-02-032-21/+1
* Set accountId on construction for IETF clientsDamien Caliste2025-01-283-6/+3
* Add a plugin mechanism to handle credentialsDamien Caliste2025-01-158-0/+344
* Add CMake build systemDamien Caliste2024-10-1738-10/+272
* Remove Factory from QMailCryptographicServiceFactoryDamien Caliste2024-04-101-5/+5
* Adjust crypto sign() APIDamien Caliste2024-04-101-2/+2
* Remove cruft from some .pro files and remove pointless common.priPekka Vuorela2024-03-311-2/+1
* Properly compare uint with static valuesDamien Caliste2024-02-281-4/+4
* Reset parts when setting a bodyDamien Caliste2024-02-262-10/+58
* Exclude parts containing signature data only in multipart/signed contextsDamien Caliste2024-01-151-0/+10
* Avoid deprecated APIPekka Vuorela2023-12-141-1/+1
* Don't readd received IPC signals in the event loopDamien Caliste2023-11-211-1/+0
* Discover authentication for SMTP/IMAPDamien Caliste2023-11-213-1/+159
* Fix some compiler warningsPekka Vuorela2023-11-131-1/+1
* Switch to DBus for IPCDamien Caliste2023-11-063-276/+0
* Add missing slash character as protected in header parametersDamien Caliste2021-04-091-0/+8
* Fix some unit test failures resulting from recent qtbase changesChris Adams2021-04-082-28/+28
* Fix some warningsChris Adams2021-04-081-2/+2
* Use QmfList where required to maintain stable referencesChris Adams2021-04-082-11/+8
* Add QmfList for reference-stable list semanticsChris Adams2021-04-083-1/+306
* Fix QChar from unicode value conversionsChris Adams2021-04-085-12/+46
* Fix disappearance of QDateTime(QDate)Damien Caliste2021-04-0810-92/+92
* Update to QTextStream handling only UTF-8 encodingDamien Caliste2021-04-082-41/+39
* Replace deprecated QRegExp by QRegularExpression in src/librariesDamien Caliste2021-04-082-2/+4
* Use range constructors for lists and setsDamien Caliste2021-04-083-17/+23
* Ensure that setting empty preview results in non-null valueChris Adams2019-03-152-1/+11
* Also generate boundaries when serializing QMailMessagePartDamien Caliste2018-12-181-0/+50
* Exclude parts containing signature data from attachment listDamien Caliste2018-12-131-91/+116
* Correct signature data in GPGme pluginDamien Caliste2018-11-083-56/+73
* Ensure that specific header fields are present only onceDamien Caliste2018-10-241-0/+36
* Add an interface for cryptographic operationsDamien Caliste2018-10-2414-0/+867
* Do not allow to pass full content type description to setType() methodDamien Caliste2018-09-291-0/+8
* Add tests for attachment finderDamien Caliste2018-09-291-0/+106
* Use codec detection when charset is unknownDamien Caliste2018-09-291-0/+11
* Escape last space on a lineDamien Caliste2018-09-291-0/+9
* Insert status as QUINT64 in mailmessages database, not intDamien Caliste2018-09-121-0/+2
* Remove dead codePekka Vuorela2018-08-201-8/+0
* Add missing xml element closing in tests.xmlPekka Vuorela2018-08-161-0/+1
* [qmf] IMAP: encode folder name with non-US charactersMichael Nosov2018-08-031-0/+34
* [qmf] Fix of update folder when parent folder id is changedMichael Nosov2018-08-031-0/+82