| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move resource usage configuration out of QMail namespace | Pekka Vuorela | 10 days | 1 | -43/+0 |
| * | Use module declarations for documentation and further cleanups | Pekka Vuorela | 11 days | 1 | -1/+1 |
| * | Clean up the doc/ directory content | Pekka Vuorela | 12 days | 1 | -4/+0 |
| * | Fix most of the local qdoc warnings from .cpp side | Pekka Vuorela | 13 days | 1 | -0/+1 |
| * | Make QMail::dataPath() path selection more robust | Pekka Vuorela | 2025-11-14 | 1 | -2/+3 |
| * | Use more standard paths for user data, remove QMail::tempPath() | Pekka Vuorela | 2025-11-12 | 1 | -22/+18 |
| * | Fix nullptr warning on QObject::connect() | Pekka Vuorela | 2025-11-06 | 1 | -4/+5 |
| * | Fix some more compiler warnings | Pekka Vuorela | 2025-10-30 | 1 | -1/+1 |
| * | Remove QMail::messageServerPath() and messageSettingsPath() | Pekka Vuorela | 2025-10-15 | 1 | -28/+2 |
| * | Use common if/else brace and operator style | Pekka Vuorela | 2025-10-06 | 1 | -8/+4 |
| * | Fix slightly off indent, adjust enum style and minor details | Pekka Vuorela | 2025-10-01 | 1 | -2/+3 |
| * | Clean up some cosmetic details | Pekka Vuorela | 2025-09-19 | 1 | -2/+2 |
| * | Rewrite logging with QLoggingCategory | Damien Caliste | 2025-06-13 | 1 | -10/+10 |
| * | Add missing spaces after for/if/while/switch | Pekka Vuorela | 2025-05-09 | 1 | -4/+4 |
| * | Remove trailing whitespace with sed script | Pekka Vuorela | 2025-05-09 | 1 | -9/+9 |
| * | Remove custom implementation for mime type database, small api break | Pekka Vuorela | 2025-02-25 | 1 | -142/+2 |
| * | Remove win32_ce traces and some unnecessary platform specific bits | Pekka Vuorela | 2025-02-17 | 1 | -5/+0 |
| * | Move LongStream to server library, streamline the implementation | Pekka Vuorela | 2025-02-11 | 1 | -6/+13 |
| * | Move StandardFolderInfo struct to .cpp using it and clean it up a bit | Pekka Vuorela | 2025-02-03 | 1 | -0/+14 |
| * | Remove obsolete file locking methods | Guido Berhoerster | 2025-02-03 | 1 | -76/+11 |
| * | Update to QTextStream handling only UTF-8 encoding | Damien Caliste | 2021-04-08 | 1 | -1/+0 |
| * | Replace deprecated QRegExp by QRegularExpression in src/libraries | Damien Caliste | 2021-04-08 | 1 | -30/+47 |
| * | Replace deprecated QString::SplitBehavior | Damien Caliste | 2021-04-08 | 1 | -6/+6 |
| * | Use QLatin1Sting and QChar::fromLatin1 whenever necessary | Damien Caliste | 2021-04-08 | 1 | -16/+16 |
| * | Use separate connection name for separate QSqlDatabase instances | Pekka Vuorela | 2018-11-23 | 1 | -4/+9 |
| * | Fix hundreds of compiler warnings on ascii strings | Pekka Vuorela | 2018-08-30 | 1 | -3/+4 |
| * | fix a lot of compiler warnings | Rolf Eike Beer | 2015-12-22 | 1 | -34/+34 |
| * | Update licensing to match latest approach in QtCore. | Robin Burchell | 2015-08-28 | 1 | -22/+14 |
| * | Return proper path for locking directory | Mathias Hasselmann | 2014-07-15 | 1 | -1/+1 |
| * | [SIC]: Remove QMail::lastSystemErrorMessage(). | Robin Burchell | 2014-05-09 | 1 | -25/+0 |
| * | [SIC]: Remove QMail::sslCertsPath(). | Robin Burchell | 2014-05-09 | 1 | -8/+0 |
| * | Remove custom locking implementation in favor of QLockFile. | Robin Burchell | 2014-04-07 | 1 | -86/+30 |
| * | [SIC]: Remove QMail::usleep(). | Robin Burchell | 2014-04-02 | 1 | -22/+0 |
| * | Close messageserver lock fd if lock can't be acquired. | Valerio Valerio | 2014-03-14 | 1 | -12/+3 |
| * | [API BREAK] Use qt_plugin for QMF plugins instead of reinventing our own arch... | Robin Burchell | 2014-01-28 | 1 | -16/+0 |
| * | Remove Qt 4 support. | Robin Burchell | 2014-01-21 | 1 | -4/+0 |
| * | Allow parallel installation of qt4 and qt5 builds | Valerio Valerio | 2013-04-26 | 1 | -0/+4 |
| * | Remove Symbian support. | Robin Burchell | 2013-02-28 | 1 | -30/+0 |
| * | Change to new-form Digia license headers. | Robin Burchell | 2013-02-12 | 1 | -24/+24 |
| * | search QMF_INSTALL_ROOT for plugins | Robin Burchell | 2012-12-05 | 1 | -2/+5 |
| * | Update standard folders in the DB | Valerio Valerio | 2012-04-23 | 1 | -0/+3 |
| * | Replace uses of qDebug with qMailLog. | Don Sanders | 2012-04-20 | 1 | -3/+0 |
| * | Fix typo | Don Sanders | 2012-03-23 | 1 | -1/+1 |
| * | Use thread safe mail store. | Don Sanders | 2012-03-09 | 1 | -14/+20 |
| * | Add interface to limit push connections, and use in imap plugin. | Don Sanders | 2012-02-27 | 1 | -1/+11 |
| * | Limit concurrent serviceactions, facilitates limiting RAM usage. | Don Sanders | 2012-02-24 | 1 | -0/+34 |
| * | Add service action to find and create standard folders. | Valerio Valerio | 2012-01-27 | 1 | -0/+129 |
| * | Fix various errors reported by qdoc. | Don Sanders | 2012-01-13 | 1 | -1/+6 |
| * | Store lock files under /var/lock in unix system | Valerio Valerio | 2011-12-14 | 1 | -6/+6 |
| * | Remove check for tempPath() under /var/tmp for lock file storage location | Valerio Valerio | 2011-12-13 | 1 | -2/+2 |