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
/
smtpclient.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing whitespace with sed script
Pekka Vuorela
2025-05-09
1
-19
/
+19
*
Set accountId on construction for IETF clients
Damien Caliste
2025-01-28
1
-16
/
+3
*
Add a fetchCapabilities() method in SmtpClient
Damien Caliste
2025-01-22
1
-57
/
+112
*
Revert "Fix a regression with smtp services not adapting to account changes."
Damien Caliste
2025-01-22
1
-14
/
+0
*
Replace 'sending' member with transport->inUse() in SMTP
Damien Caliste
2025-01-22
1
-8
/
+3
*
Add a plugin mechanism to handle credentials
Damien Caliste
2025-01-15
1
-11
/
+60
*
Use QMailServiceConfiguration in authenticator
Damien Caliste
2024-10-31
1
-2
/
+2
*
Introduce acceptUntrustedCertificates() configuration
Pekka Vuorela
2023-11-30
1
-0
/
+5
*
Discover authentication for SMTP/IMAP
Damien Caliste
2023-11-21
1
-0
/
+50
*
Use socket's local address for HELO and EHLO messages
Raine Makelainen
2021-04-09
1
-4
/
+9
*
Remove flush call in qMailLog()
Damien Caliste
2021-04-08
1
-7
/
+7
*
Add core5compat for in src/libraries
Damien Caliste
2021-04-08
1
-0
/
+1
*
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
1
-8
/
+16
*
try harder to find a good IP address for usage in EHLO/HELO
Rolf Eike Beer
2015-12-22
1
-3
/
+14
*
Update licensing to match latest approach in QtCore.
Robin Burchell
2015-08-28
1
-22
/
+14
*
Prevents protocol incoming data read from stopping when handling large requests.
Valerio Valerio
2014-07-17
1
-21
/
+35
*
Replace QT_NO_OPENSSL with QT_NO_SSL.
Robin Burchell
2014-05-13
1
-6
/
+6
*
Update Qt 5 port to match latest release
Valerio Valerio
2013-04-19
1
-7
/
+7
*
Change to new-form Digia license headers.
Robin Burchell
2013-02-12
1
-24
/
+24
*
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
*
Fixes: NB#293896
Valerio Valerio
2012-01-13
1
-0
/
+5
*
Fixes: NB#272117
Valerio Valerio
2012-01-13
1
-1
/
+9
*
Adjust the pending-data check for ssl sockets.
2011W48
Don Sanders
2011-11-25
1
-10
/
+13
*
Revert "Integrate fix for NB#272117"
2011W43
2011W42
Don Sanders
2011-10-23
1
-5
/
+1
*
Revert "Fix regression introduced when merging fix for NB#272117"
Don Sanders
2011-10-23
1
-8
/
+4
*
Revert "Increase robustness of mail id reporting on smtp failure."
Don Sanders
2011-10-23
1
-7
/
+5
*
Revert "Another simpler attempt to fix regression related to NB#272177"
Don Sanders
2011-10-23
1
-1
/
+7
*
Another simpler attempt to fix regression related to NB#272177
2011W40_3
Don Sanders
2011-10-07
1
-7
/
+1
*
Increase robustness of mail id reporting on smtp failure.
Don Sanders
2011-10-07
1
-5
/
+7
*
Fix regression introduced when merging fix for NB#272117
2011W40_2
Don Sanders
2011-10-05
1
-4
/
+8
*
Integrate fix for NB#272117
Don Sanders
2011-10-04
1
-1
/
+5
*
Update license headers (make them consistent with harmattan qmf)
Don Sanders
2011-08-07
1
-17
/
+17
*
Make sure to reset the SMTP auth timer in error cases
Eric Springer
2011-07-13
1
-2
/
+14
*
Return ConfigurationError if no greeting received in 20 seconds
smtpfix
Eric Springer
2011-06-29
1
-0
/
+18
*
Fix for NB#264045 - Messageserver crash
Don Sanders
2011-06-09
1
-0
/
+4
*
Fix for NB#195729 smtp authentication error not shown when account is config...
Don Sanders
2011-06-08
1
-0
/
+16
*
Fix a regression with smtp services not adapting to account changes.
2011W22_2
Don Sanders
2011-06-07
1
-0
/
+10
*
Better handle smtp auth failure, when no username/password is definied
Don Sanders
2011-05-17
1
-0
/
+3
*
Fix NB#246321 - SMTP sends bad hostname ("localhost")
Don Sanders
2011-04-27
1
-1
/
+1
*
Fix NB#246321 - SMTP sends bad hostname ("localhost")
Don Sanders
2011-04-20
1
-1
/
+5
*
Return ErrConfig if SMTP server returns 530 (NB#195729)
Eric Springer
2011-04-05
1
-0
/
+2
*
Cleanup message subject for display only; database unchanged.
Patrick Burke
2011-01-07
1
-1
/
+1
*
transmit messages is used to test smtp servers. Add a custom field qmf-smtp-c...
Don Sanders
2010-11-07
1
-1
/
+3
*
Make smtp plugin more robust in failure cases
espringe
2010-10-21
1
-13
/
+26
*
Don't reveal device specific details during communication with SMTP server.
Don Sanders
2010-10-13
1
-3
/
+14
*
Fixes: Lack of multiline response handling in SMTP plugin.
Don Sanders
2010-09-15
1
-1
/
+11
[next]