summaryrefslogtreecommitdiffstats
path: root/examples/qtmail
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement viewing of plain text message parts using webkit.Don Sanders2012-05-311-7/+6
* Replace uses of qDebug with qMailLog.Don Sanders2012-04-204-4/+1
* More qt 5 fixes.Don Sanders2012-03-121-0/+6
* Build fixes for Qt5 and remove some spurious DEPENDS_ON macrosDon Sanders2012-03-125-1/+10
* For new push enabled folders retrieve at least QMailRetrievalAction::defaultM...Don Sanders2012-03-021-5/+2
* Add service action to find and create standard folders.Valerio Valerio2012-01-272-0/+21
* Update plugins and doc paths.Don Sanders2012-01-132-2/+2
* Fix qtmail bug in editing message in drafts folder on serverDon Sanders2012-01-121-1/+6
* Add disconnected storage actions, for actions requiring database writes.2012W02Don Sanders2012-01-101-2/+3
* Rename some QMailStorageAction functions to indicate they require the device ...2012W01_1Don Sanders2012-01-051-6/+6
* BIC: Fix a bug in data associated with QMailMessageMetaData::recipientsDon Sanders2011-12-301-1/+1
* Fix Qt::escape that is deprecated in Qt 5.0 use QString::toHtmlEscaped() insteadValerio Valerio2011-11-021-16/+26
* Fix broken logic for enabling FWOD.Don Sanders2011-11-021-1/+2
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-0753-902/+902
* Avoid loop in qtmail UI.Don Sanders2011-06-241-1/+0
* Fix regressions in qtmail.experimentalDon Sanders2011-06-221-4/+2
* Fix style issues.Don Sanders2011-06-021-3/+3
* Qtmail fix, safer sending with service actions.Don Sanders2011-06-022-1/+17