summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not allow to pass full content type description to setType() methodDamien Caliste2018-09-291-5/+5
* Add tests for attachment finderDamien Caliste2018-09-291-2/+1
* Use codec detection when charset is unknownDamien Caliste2018-09-291-20/+20
* Update deprecated functions and suppress warningsDamien Caliste2018-09-295-15/+9
* Escape last space on a lineDamien Caliste2018-09-291-0/+4
* 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-121-1/+1
* 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-0713-37/+41
* 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-202-48/+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-166-14/+14
* [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-035-125/+232
* [qmf] Fix of update folder when parent folder id is changedMichael Nosov2018-08-031-0/+49
* [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
* 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-1935-47/+47
* Fix bundled zlib detectionChris Adams2018-07-191-11/+3
* Fix license headersChris Adams2018-07-192-6/+6
* 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-224-529/+530
* try harder to find a good IP address for usage in EHLO/HELORolf Eike Beer2015-12-221-3/+14
* Add QMailMessagePartContainer::findInlinePartLocations()Valerio Valerio2015-12-032-2/+25
* Remove exceeding elements in the message model after inserting new onesValerio Valerio2015-12-032-16/+28
* Remove messages in excess when model limit decreasesValerio Valerio2015-12-033-36/+62
* When messageListModel limit changes add more messages to model instead of ful...Valerio Valerio2015-12-033-5/+44
* Ignore leading quotes and backslashes at case-insensitive sorting.Maciej Blomberg2015-12-031-2/+5
* Introduce a limit() for the qmailmessagelistmodelValerio Valerio2015-12-034-8/+116