summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Rename QMailMessageMetadata::content as contentCategoryPekka Vuorela3 days11-37/+39
* Replace remaining 'Qt Extended' references with 'Qt Messaging Framework'Pekka Vuorela3 days3-3/+3
* Adjust again some smaller code detailsPekka Vuorela9 days28-40/+40
* Repurpose .pro files for qt5 support - almost worksPekka Vuorela2025-11-264-3/+6
* Remove qwidgets support from qmfmessageserverPekka Vuorela2025-11-125-8/+14
* Use more standard paths for user data, remove QMail::tempPath()Pekka Vuorela2025-11-122-2/+2
* Avoid some more compiler warningsPekka Vuorela2025-11-065-16/+13
* Clean up QMailPluginLoaderPekka Vuorela2025-11-011-5/+0
* Adjust messageserver naming versionsPekka Vuorela2025-11-016-11/+11
* Fix some more compiler warningsPekka Vuorela2025-10-302-43/+17
* Remove QMail::messageServerPath() and messageSettingsPath()Pekka Vuorela2025-10-152-49/+5
* Fix build for examplesPekka Vuorela2025-10-1412-42/+10
* Replace QmfList usage with QListPekka Vuorela2025-10-081-1/+1
* Deprecate Fwd classes in favor of just introducing enums in real classesPekka Vuorela2025-09-262-3/+3
* Rewrite logging with QLoggingCategoryDamien Caliste2025-06-134-9/+9
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-0916-167/+167
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-0915-103/+103
* Add CMake build systemDamien Caliste2024-10-1720-93/+184
* Remove SERVER_AS_DLLPekka Vuorela2024-04-012-81/+0
* Remove cruft from some .pro files and remove pointless common.priPekka Vuorela2024-03-314-7/+6
* Add QMailMessage::CalendarCancellation flagDavid Llewellyn-Jones2023-11-151-0/+1
* Use QmfList where required to maintain stable referencesChris Adams2021-04-082-3/+4
* Don't compile some examples waiting for migrationDamien Caliste2021-04-081-1/+5
* Add QMF_NO_WIDGETS option to disable QtWidgets depending codePekka Vuorela2018-09-071-1/+4
* Replace deprecated qSort/qLowerBound/qGreater with std methodsPekka Vuorela2018-08-161-1/+1
* Fix installation of examplesChris Adams2018-07-194-7/+7
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-1928-40/+40
* qtmail: Don't export some classes that are only used inside the example.Robin Burchell2015-08-282-4/+4
* qtmail: Turn a #warning into a comment.Robin Burchell2015-08-281-1/+1
* plugins: Remove PLUGIN_EXPORT macro.Robin Burchell2015-08-281-1/+1
* Add QT_{BEGIN,END}_NAMESPACE macros to build successfully with namespaced Qt.Robin Burchell2015-08-283-0/+15
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-2845-992/+632
* Fix some path messups.Robin Burchell2014-04-012-12/+12
* Remove linkage against private headers from qtmail example.Robin Burchell2014-02-042-3/+1
* Restore compilation of qtmail example.Robin Burchell2014-02-03100-63/+59
* Make URL opening function in a cross-platform world.Robin Burchell2014-01-281-7/+2
* Remove obsolete Qtopia-related bits from qtmail.Robin Burchell2014-01-271-34/+1
* Remove stray QDebug.Robin Burchell2014-01-241-1/+0
* Remove composer & viewer plugins, move them entirely to QtMail.Robin Burchell2014-01-2462-14591/+15225
* Make qmfutil a Qt module: QmfWidgets.Robin Burchell2014-01-2346-5803/+8
* Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...Robin Burchell2014-01-239-91/+28
* Remove Qt 4 support.Robin Burchell2014-01-2112-164/+55
* Correctly start messageserver5 binary.Robin Burchell2014-01-201-2/+2
* Detection of libraries built as framework or dylib on MacTakahiro Hashimoto2014-01-176-12/+63
* Rework the build system to better use parallel builds.4.0.3Robin Burchell2013-08-072-0/+25
* Fix QMF with Qt 5.1+4.0.1Robin Burchell2013-06-122-9/+1
* Make sure plugins are linked against correct Qt version of the qmf libs.Valerio Valerio2013-04-303-4/+16
* Allow parallel installation of qt4 and qt5 buildsValerio Valerio2013-04-266-24/+46
* Update Qt 5 port to match latest releaseValerio Valerio2013-04-1919-32/+50
* Remove Symbian support.Robin Burchell2013-02-287-67/+0