summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initialize some ImapFetchSelectedMessagesStrategy variablesSlava Monich2015-08-281-1/+1
* 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-285-7/+52
* imap: Remove two unused functions.Robin Burchell2015-08-281-14/+0
* imap: Remove QMFUTIL_INTERNAL define.Robin Burchell2015-08-281-3/+0
* plugins: Remove PLUGIN_EXPORT macro.Robin Burchell2015-08-284-14/+6
* ImapClient: Fix build with QT_NO_SSL.Robin Burchell2015-08-281-2/+5
* qmf: Remove some stray semicolons.Robin Burchell2015-08-283-5/+5
* Add QT_{BEGIN,END}_NAMESPACE macros to build successfully with namespaced Qt.Robin Burchell2015-08-283-2/+14
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-28220-4828/+3085
* QMailServiceAction: Include QSharedPointer.Robin Burchell2015-08-281-0/+2
* qmfwidgets: Accept the required roles parameter, added with Qt 5.Robin Burchell2015-08-282-2/+4
* qmfwidgets: Remove drawDecoration code that can't possibly have ever worked.Robin Burchell2015-08-284-33/+0
* QMailCodec: Use QLatin1String to avoid deprecated const char* constructor.Robin Burchell2015-08-281-2/+2
* Make headers macro-clean.Robin Burchell2015-08-285-6/+6
* Make implementation header privateMatt Vogt2014-10-043-2/+2