summaryrefslogtreecommitdiffstats
path: root/src/libraries/qmfclient
Commit message (Expand)AuthorAgeFilesLines
* Escape last space on a lineDamien Caliste2018-09-291-0/+4
* Use QTextDocument to parse htmlValério Valério2018-09-292-32/+51
* Ensure timestamps use C localeMatt Vogt2018-09-131-3/+4
* Insert status as QUINT64 in mailmessages database, not intDamien Caliste2018-09-121-1/+1
* Introduce a new function to test content type contentDamien Caliste2018-09-112-36/+29
* Add recursion when looking for attachmentsDamien Caliste2018-09-111-1/+11
* Gracefully handle bodystructure where boundaries are reported as NIL.Robin Burchell2018-09-081-4/+14
* Move contentDisposition and contentDescription into QMailMessagePartContainerDamien Caliste2018-09-082-39/+39
* Correctly handle multipart/signed partsRobin Burchell2018-09-071-1/+27
* Fix hundreds of compiler warnings on ascii stringsPekka Vuorela2018-08-3021-726/+774
* [qmf] onlineMoveFolder API + IMAP implementationMichael Nosov2018-08-236-4/+59
* Use LIBS_PRIVATE instead of LIBSPekka Vuorela2018-08-221-1/+1
* Remove dead codePekka Vuorela2018-08-201-2/+0
* Replace deprecated qSort/qLowerBound/qGreater with std methodsPekka Vuorela2018-08-165-11/+11
* [qmf] IMAP: encode folder name with non-US charactersMichael Nosov2018-08-032-0/+223
* [qmf] Fix of update folder when parent folder id is changedMichael Nosov2018-08-031-0/+49
* 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-1921-31/+31
* Fix license headersChris Adams2018-07-191-3/+3
* 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-223-498/+499
* 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
* Fix double emission of the messageUpdate/messageAdded signal.Robin Burchell2015-08-282-10/+1
* Set contentAvailable and encoding correctly for transferred body parts.Valerio Valerio2015-08-284-6/+43
* plugins: Remove PLUGIN_EXPORT macro.Robin Burchell2015-08-281-8/+0
* qmf: Remove some stray semicolons.Robin Burchell2015-08-282-4/+4
* Add QT_{BEGIN,END}_NAMESPACE macros to build successfully with namespaced Qt.Robin Burchell2015-08-281-0/+3
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-28126-2765/+1766
* QMailServiceAction: Include QSharedPointer.Robin Burchell2015-08-281-0/+2
* QMailCodec: Use QLatin1String to avoid deprecated const char* constructor.Robin Burchell2015-08-281-2/+2
* Make headers macro-clean.Robin Burchell2015-08-282-3/+3
* Make implementation header privateMatt Vogt2014-10-043-2/+2
* Update QPrivateImplementationPointer to match QSharedDataPointerMatt Vogt2014-10-042-97/+87
* Fields which are matched case-insensitive should sort similarlyMatt Vogt2014-09-251-5/+53
* fix read status sync error on large batchesJonni Rainisto2014-09-061-8/+18
* Correctly parse display names having comments after the quoted string.Valerio Valerio2014-08-211-35/+124
* Add more folder matches for German.Valerio Valerio2014-07-221-3/+3
* Return proper path for locking directoryMathias Hasselmann2014-07-151-1/+1
* Fix compilation with CONFIG+=no_keywordsSergio Ahumada2014-07-046-24/+24
* Don't create cmake files for these modules.Stephen Kelly2014-06-251-0/+2
* Fix unscoped SQL query causing transaction failuresJohn Brooks2014-06-051-6/+8
* Initialize messagelistmodel before calling add/remove/update.Raine Makelainen2014-05-191-11/+5
* [SIC]: Remove QMail::lastSystemErrorMessage().Robin Burchell2014-05-092-26/+0
* [SIC]: Remove QMail::sslCertsPath().Robin Burchell2014-05-092-9/+0