summaryrefslogtreecommitdiffstats
path: root/src/libraries/qmfclient/support/qmailnamespace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move resource usage configuration out of QMail namespacePekka Vuorela10 days1-43/+0
* Use module declarations for documentation and further cleanupsPekka Vuorela11 days1-1/+1
* Clean up the doc/ directory contentPekka Vuorela12 days1-4/+0
* Fix most of the local qdoc warnings from .cpp sidePekka Vuorela13 days1-0/+1
* Make QMail::dataPath() path selection more robustPekka Vuorela2025-11-141-2/+3
* Use more standard paths for user data, remove QMail::tempPath()Pekka Vuorela2025-11-121-22/+18
* Fix nullptr warning on QObject::connect()Pekka Vuorela2025-11-061-4/+5
* Fix some more compiler warningsPekka Vuorela2025-10-301-1/+1
* Remove QMail::messageServerPath() and messageSettingsPath()Pekka Vuorela2025-10-151-28/+2
* Use common if/else brace and operator stylePekka Vuorela2025-10-061-8/+4
* Fix slightly off indent, adjust enum style and minor detailsPekka Vuorela2025-10-011-2/+3
* Clean up some cosmetic detailsPekka Vuorela2025-09-191-2/+2
* Rewrite logging with QLoggingCategoryDamien Caliste2025-06-131-10/+10
* Add missing spaces after for/if/while/switchPekka Vuorela2025-05-091-4/+4
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-9/+9
* Remove custom implementation for mime type database, small api breakPekka Vuorela2025-02-251-142/+2
* Remove win32_ce traces and some unnecessary platform specific bitsPekka Vuorela2025-02-171-5/+0
* Move LongStream to server library, streamline the implementationPekka Vuorela2025-02-111-6/+13
* Move StandardFolderInfo struct to .cpp using it and clean it up a bitPekka Vuorela2025-02-031-0/+14
* Remove obsolete file locking methodsGuido Berhoerster2025-02-031-76/+11
* Update to QTextStream handling only UTF-8 encodingDamien Caliste2021-04-081-1/+0
* Replace deprecated QRegExp by QRegularExpression in src/librariesDamien Caliste2021-04-081-30/+47
* Replace deprecated QString::SplitBehaviorDamien Caliste2021-04-081-6/+6
* Use QLatin1Sting and QChar::fromLatin1 whenever necessaryDamien Caliste2021-04-081-16/+16
* Use separate connection name for separate QSqlDatabase instancesPekka Vuorela2018-11-231-4/+9
* Fix hundreds of compiler warnings on ascii stringsPekka Vuorela2018-08-301-3/+4
* fix a lot of compiler warningsRolf Eike Beer2015-12-221-34/+34
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
* Return proper path for locking directoryMathias Hasselmann2014-07-151-1/+1
* [SIC]: Remove QMail::lastSystemErrorMessage().Robin Burchell2014-05-091-25/+0
* [SIC]: Remove QMail::sslCertsPath().Robin Burchell2014-05-091-8/+0
* Remove custom locking implementation in favor of QLockFile.Robin Burchell2014-04-071-86/+30
* [SIC]: Remove QMail::usleep().Robin Burchell2014-04-021-22/+0
* Close messageserver lock fd if lock can't be acquired.Valerio Valerio2014-03-141-12/+3
* [API BREAK] Use qt_plugin for QMF plugins instead of reinventing our own arch...Robin Burchell2014-01-281-16/+0
* Remove Qt 4 support.Robin Burchell2014-01-211-4/+0
* Allow parallel installation of qt4 and qt5 buildsValerio Valerio2013-04-261-0/+4
* Remove Symbian support.Robin Burchell2013-02-281-30/+0
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
* search QMF_INSTALL_ROOT for pluginsRobin Burchell2012-12-051-2/+5
* Update standard folders in the DBValerio Valerio2012-04-231-0/+3
* Replace uses of qDebug with qMailLog.Don Sanders2012-04-201-3/+0
* Fix typoDon Sanders2012-03-231-1/+1
* Use thread safe mail store.Don Sanders2012-03-091-14/+20
* Add interface to limit push connections, and use in imap plugin.Don Sanders2012-02-271-1/+11
* Limit concurrent serviceactions, facilitates limiting RAM usage.Don Sanders2012-02-241-0/+34
* Add service action to find and create standard folders.Valerio Valerio2012-01-271-0/+129
* Fix various errors reported by qdoc.Don Sanders2012-01-131-1/+6
* Store lock files under /var/lock in unix systemValerio Valerio2011-12-141-6/+6
* Remove check for tempPath() under /var/tmp for lock file storage locationValerio Valerio2011-12-131-2/+2