index
:
qt-labs/messagingframework.git
conversations_improvements
experimental
master
pkg
qmf-1.0
qmf-2.0
smtpfix
symbian
test
Qt Messaging Framework
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
messageservices
/
smtp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace with sed script
Pekka Vuorela
2025-05-09
3
-21
/
+21
*
Declare tests in the build system
Damien Caliste
2025-04-02
1
-0
/
+6
*
Switch to CamelCased Qt #includes
Pekka Vuorela
2025-02-12
1
-4
/
+5
*
Set accountId on construction for IETF clients
Damien Caliste
2025-01-28
3
-25
/
+6
*
Add a fetchCapabilities() method in SmtpClient
Damien Caliste
2025-01-22
4
-167
/
+141
*
Revert "Fix a regression with smtp services not adapting to account changes."
Damien Caliste
2025-01-22
2
-15
/
+0
*
Replace 'sending' member with transport->inUse() in SMTP
Damien Caliste
2025-01-22
2
-9
/
+3
*
Add a plugin mechanism to handle credentials
Damien Caliste
2025-01-15
5
-59
/
+99
*
Use QMailServiceConfiguration in authenticator
Damien Caliste
2024-10-31
3
-14
/
+13
*
Add CMake build system
Damien Caliste
2024-10-17
1
-0
/
+34
*
Mark overridden methods with keyword
Pekka Vuorela
2023-12-14
4
-19
/
+19
*
Introduce acceptUntrustedCertificates() configuration
Pekka Vuorela
2023-11-30
3
-0
/
+17
*
Discover authentication for SMTP/IMAP
Damien Caliste
2023-11-21
4
-0
/
+62
*
Set PLUGIN_CLASS_NAME in plugin .pro files
Chris Adams
2021-04-09
1
-0
/
+1
*
Use socket's local address for HELO and EHLO messages
Raine Makelainen
2021-04-09
1
-4
/
+9
*
Use QmfList where required to maintain stable references
Chris Adams
2021-04-08
1
-3
/
+4
*
Fix default WindowFlags parameter value in SMTP plugin
Chris Adams
2021-04-08
1
-1
/
+1
*
Add mock NetworkStatusMonitor class to SMTP plugin
Chris Adams
2021-04-08
2
-18
/
+24
*
Remove flush call in qMailLog()
Damien Caliste
2021-04-08
1
-7
/
+7
*
Add core5compat for in src/libraries
Damien Caliste
2021-04-08
2
-1
/
+2
*
Use QRandomGenerator instead of qrand
Damien Caliste
2021-04-08
1
-10
/
+2
*
Move away from deprecated QDateTime::fromTime_t and toTime_t
Damien Caliste
2021-04-08
1
-1
/
+1
*
fix SMTP syntax errors
Rolf Eike Beer
2018-12-19
1
-5
/
+5
*
Mask login information in the SMTP debug logging.
Robin Burchell
2018-09-11
2
-11
/
+19
*
Add QMF_NO_WIDGETS option to disable QtWidgets depending code
Pekka Vuorela
2018-09-07
2
-8
/
+8
*
Compile with GCC 6 -Werror=zero-as-null-pointer-constant
Chris Adams
2018-07-19
1
-1
/
+1
*
try harder to find a good IP address for usage in EHLO/HELO
Rolf Eike Beer
2015-12-22
1
-3
/
+14
*
plugins: Remove PLUGIN_EXPORT macro.
Robin Burchell
2015-08-28
1
-2
/
+2
*
Add QT_{BEGIN,END}_NAMESPACE macros to build successfully with namespaced Qt.
Robin Burchell
2015-08-28
2
-2
/
+11
*
Update licensing to match latest approach in QtCore.
Robin Burchell
2015-08-28
10
-221
/
+141
*
Prevents protocol incoming data read from stopping when handling large requests.
Valerio Valerio
2014-07-17
2
-21
/
+38
*
Replace QT_NO_OPENSSL with QT_NO_SSL.
Robin Burchell
2014-05-13
5
-26
/
+22
*
[API BREAK] Use qt_plugin for QMF plugins instead of reinventing our own arch...
Robin Burchell
2014-01-28
1
-4
/
+2
*
Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...
Robin Burchell
2014-01-23
1
-16
/
+1
*
Remove Qt 4 support.
Robin Burchell
2014-01-21
3
-24
/
+7
*
Detection of libraries built as framework or dylib on Mac
Takahiro Hashimoto
2014-01-17
1
-2
/
+10
*
Introduce one step AUTH PLAIN for SMTP.
Valerio Valerio
2014-01-15
1
-3
/
+3
*
Modify smtp transmitMessages action to test connection.
4.0.0
Valerio Valerio
2013-04-30
1
-14
/
+6
*
Make sure plugins are linked against correct Qt version of the qmf libs.
Valerio Valerio
2013-04-30
1
-2
/
+8
*
Allow parallel installation of qt4 and qt5 builds
Valerio Valerio
2013-04-26
1
-2
/
+2
*
Update Qt 5 port to match latest release
Valerio Valerio
2013-04-19
6
-15
/
+20
*
Remove Symbian support.
Robin Burchell
2013-02-28
1
-16
/
+0
*
Change to new-form Digia license headers.
Robin Burchell
2013-02-12
10
-241
/
+241
*
Make sure there is no dependency on Qt widgets module
Don Sanders
2012-05-31
1
-2
/
+1
*
Ignore errors after SMTP QUIT is sent, required for Qt 5.
Don Sanders
2012-04-19
1
-0
/
+3
*
Eliminate compile warnings.
Don Sanders
2012-04-04
1
-0
/
+1
*
Build fixes for Qt5 and remove some spurious DEPENDS_ON macros
Don Sanders
2012-03-12
1
-1
/
+1
*
Merge MeeGo QMF conversations support
Valerio Valerio
2012-02-16
1
-1
/
+1
*
Fix for NB#293664 - Forward without download is not working for the first tim...
Don Sanders
2012-02-13
2
-2
/
+142
*
Update plugins and doc paths.
Don Sanders
2012-01-13
1
-1
/
+1
[next]