summaryrefslogtreecommitdiffstats
path: root/examples/qtmail
Commit message (Expand)AuthorAgeFilesLines
* Rename QMailMessageMetadata::content as contentCategoryPekka Vuorela4 days11-37/+39
* Replace remaining 'Qt Extended' references with 'Qt Messaging Framework'Pekka Vuorela4 days3-3/+3
* Adjust again some smaller code detailsPekka Vuorela10 days27-38/+38
* Repurpose .pro files for qt5 support - almost worksPekka Vuorela2025-11-263-1/+4
* Remove qwidgets support from qmfmessageserverPekka Vuorela2025-11-124-7/+13
* Use more standard paths for user data, remove QMail::tempPath()Pekka Vuorela2025-11-122-2/+2
* Avoid some more compiler warningsPekka Vuorela2025-11-064-9/+9
* Clean up QMailPluginLoaderPekka Vuorela2025-11-011-5/+0
* Adjust messageserver naming versionsPekka Vuorela2025-11-012-3/+3
* 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-149-25/+8
* 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-0914-165/+165
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-0915-103/+103
* Add CMake build systemDamien Caliste2024-10-1717-93/+163
* Remove SERVER_AS_DLLPekka Vuorela2024-04-012-81/+0
* Remove cruft from some .pro files and remove pointless common.priPekka Vuorela2024-03-311-2/+1
* Add QMailMessage::CalendarCancellation flagDavid Llewellyn-Jones2023-11-151-0/+1
* Use QmfList where required to maintain stable referencesChris Adams2021-04-082-3/+4
* Replace deprecated qSort/qLowerBound/qGreater with std methodsPekka Vuorela2018-08-161-1/+1
* Fix installation of examplesChris Adams2018-07-191-3/+2
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-1927-38/+38
* 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-282-0/+10
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-2839-859/+547
* 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-2345-5793/+4
* Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...Robin Burchell2014-01-237-54/+25
* Remove Qt 4 support.Robin Burchell2014-01-2110-129/+43
* Correctly start messageserver5 binary.Robin Burchell2014-01-201-2/+2
* Detection of libraries built as framework or dylib on MacTakahiro Hashimoto2014-01-174-8/+41
* Rework the build system to better use parallel builds.4.0.3Robin Burchell2013-08-071-0/+23
* 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-264-15/+26
* Update Qt 5 port to match latest releaseValerio Valerio2013-04-1917-28/+44
* Remove Symbian support.Robin Burchell2013-02-287-67/+0
* Change to new-form Digia license headers.Robin Burchell2013-02-1253-1273/+1273
* s/Nokia/QtProject/ in settings files.Robin Burchell2012-12-053-7/+7
* More robust sending code in qtmail example.Don Sanders2012-06-081-1/+2