summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ensure on startup that pop3/imap accounts and folders have correct flagsMichael Nosov2018-11-012-0/+41
* Ensure that specific header fields are present only onceDamien Caliste2018-10-242-5/+63
* Add an interface for cryptographic operationsDamien Caliste2018-10-2441-55/+2485
* Do not allow to pass full content type description to setType() methodDamien Caliste2018-09-292-5/+13
* Add tests for attachment finderDamien Caliste2018-09-292-2/+107
* Use codec detection when charset is unknownDamien Caliste2018-09-292-20/+31
* Update deprecated functions and suppress warningsDamien Caliste2018-09-295-15/+9
* Escape last space on a lineDamien Caliste2018-09-292-0/+13
* Fix unsafe signal handling in messageserverPekka Vuorela2018-09-293-37/+75
* Use QTextDocument to parse htmlValério Valério2018-09-294-32/+65
* Ensure timestamps use C localeMatt Vogt2018-09-131-3/+4
* Insert status as QUINT64 in mailmessages database, not intDamien Caliste2018-09-122-1/+3
* Mask login information in the SMTP debug logging.Robin Burchell2018-09-112-11/+19
* Mask login information in the IMAP login logging.Robin Burchell2018-09-112-10/+18
* Set highestmodseq to zero when server using QRESYNC does not support permanen...Robin Burchell2018-09-111-1/+1
* Introduce a new function to test content type contentDamien Caliste2018-09-116-63/+50
* Add recursion when looking for attachmentsDamien Caliste2018-09-111-1/+11
* Gracefully handle bodystructure where boundaries are reported as NIL.Robin Burchell2018-09-082-5/+20
* Move contentDisposition and contentDescription into QMailMessagePartContainerDamien Caliste2018-09-082-39/+39
* Don't fail loading a message with an empty partDamien Caliste2018-09-071-1/+1
* Correctly handle multipart/signed partsRobin Burchell2018-09-071-1/+27
* Add QMF_NO_WIDGETS option to disable QtWidgets depending codePekka Vuorela2018-09-0716-44/+56
* Handle 'Deleted' flag properly for IMAP accountsValério Valério2018-09-072-8/+40
* Include messageserverplugins type if it's compiled inPekka Vuorela2018-09-041-5/+6
* Fix hundreds of compiler warnings on ascii stringsPekka Vuorela2018-08-3031-785/+840
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-2320-8/+414
* [qmf] IMAP: handle errors for Create/Rename/Delete online folder actionsMichael Nosov2018-08-236-61/+126
* Use LIBS_PRIVATE instead of LIBSPekka Vuorela2018-08-221-1/+1
* Remove dead codePekka Vuorela2018-08-203-56/+0
* Add virtual dtor to get rid of compiler warningPekka Vuorela2018-08-161-0/+1
* Replace deprecated qSort/qLowerBound/qGreater with std methodsPekka Vuorela2018-08-167-15/+15
* Add missing xml element closing in tests.xmlPekka Vuorela2018-08-161-0/+1
* [qmf] IMAP: '\\Junk' folder flag shall not be ignoredMichael Nosov2018-08-061-14/+21
* [qmf] IMAP: encode folder name with non-US charactersMichael Nosov2018-08-036-125/+266
* [qmf] Fix of update folder when parent folder id is changedMichael Nosov2018-08-032-0/+131
* [qmf] IMAP. Fix case when folder name contains escape character '\'Michael Nosov2018-08-022-1/+21
* [qmf] IMAP: fix for rename top level folderMichael Nosov2018-08-021-11/+11
* [qmf] IMAP: fix when folder name contains quote '"' symbolMichael Nosov2018-07-201-5/+26
* [qmf] IMAP: fix crash when renaming folder with '\\' charactersMichael Nosov2018-07-201-2/+2
* [qmf] IMAP: avoid creation of folders with empty names during syncMichael Nosov2018-07-201-1/+4
* Reset stream status when writing message from memory to fileChris Adams2018-07-191-1/+4
* Fix installation of examplesChris Adams2018-07-194-7/+7
* Specify that destructors of BaseLogger-derived types are virtualChris Adams2018-07-191-2/+2
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-1964-88/+88
* Fix bundled zlib detectionChris Adams2018-07-191-11/+3
* Disable VxWorks and INTEGRITY buildsChris Adams2018-07-191-0/+2
* Fix license headersChris Adams2018-07-1915-42/+74
* tests.pri: CONFIG += testcase, not unittest.Robin Burchell2016-01-032-5/+11
* QMailStoreImplementation: Fix a strange new compile error with namespaced Qt.Robin Burchell2016-01-031-0/+5
* fix a lot of compiler warningsRolf Eike Beer2015-12-225-530/+531