summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-191-1/+1
* tests.pri: CONFIG += testcase, not unittest.Robin Burchell2016-01-032-5/+11
* fix a lot of compiler warningsRolf Eike Beer2015-12-221-1/+1
* tst_qmailmessage: Fix unit testsValerio Valerio2015-09-191-1/+1
* tst_longstream: Ensure the temp file is closed before trying cleanup.Robin Burchell2015-09-151-4/+9
* tst_qlogsystem: Don't try test syslogger on non-Unix platforms (e.g. Windows)Robin Burchell2015-09-151-0/+2
* Mark tst_qmailstorageaction insignificant for now.Robin Burchell2015-09-151-0/+3
* tst_python_email: Make test pass reliably on all platforms.Robin Burchell2015-09-151-19/+13
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-2825-550/+350
* tests.pri: Remove QMAKE_MACOSX_DEPLOYMENT_TARGET setting.Robin Burchell2015-08-281-4/+0
* Make implementation header privateMatt Vogt2014-10-041-1/+1
* Fields which are matched case-insensitive should sort similarlyMatt Vogt2014-09-251-29/+29
* Correctly parse display names having comments after the quoted string.Valerio Valerio2014-08-211-9/+130
* [SIC]: Remove QMail::lastSystemErrorMessage().Robin Burchell2014-05-091-2/+0