summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/smtp/smtpclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-091-19/+19
* Set accountId on construction for IETF clientsDamien Caliste2025-01-281-16/+3
* Add a fetchCapabilities() method in SmtpClientDamien Caliste2025-01-221-57/+112
* Revert "Fix a regression with smtp services not adapting to account changes."Damien Caliste2025-01-221-14/+0
* Replace 'sending' member with transport->inUse() in SMTPDamien Caliste2025-01-221-8/+3
* Add a plugin mechanism to handle credentialsDamien Caliste2025-01-151-11/+60
* Use QMailServiceConfiguration in authenticatorDamien Caliste2024-10-311-2/+2
* Introduce acceptUntrustedCertificates() configurationPekka Vuorela2023-11-301-0/+5
* Discover authentication for SMTP/IMAPDamien Caliste2023-11-211-0/+50
* Use socket's local address for HELO and EHLO messagesRaine Makelainen2021-04-091-4/+9
* Remove flush call in qMailLog()Damien Caliste2021-04-081-7/+7
* Add core5compat for in src/librariesDamien Caliste2021-04-081-0/+1
* Use QRandomGenerator instead of qrandDamien Caliste2021-04-081-10/+2
* Move away from deprecated QDateTime::fromTime_t and toTime_tDamien Caliste2021-04-081-1/+1
* fix SMTP syntax errorsRolf Eike Beer2018-12-191-5/+5
* Mask login information in the SMTP debug logging.Robin Burchell2018-09-111-8/+16
* try harder to find a good IP address for usage in EHLO/HELORolf Eike Beer2015-12-221-3/+14
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-281-22/+14
* Prevents protocol incoming data read from stopping when handling large requests.Valerio Valerio2014-07-171-21/+35
* Replace QT_NO_OPENSSL with QT_NO_SSL.Robin Burchell2014-05-131-6/+6
* Update Qt 5 port to match latest releaseValerio Valerio2013-04-191-7/+7
* Change to new-form Digia license headers.Robin Burchell2013-02-121-24/+24
* Ignore errors after SMTP QUIT is sent, required for Qt 5.Don Sanders2012-04-191-0/+3
* Eliminate compile warnings.Don Sanders2012-04-041-0/+1
* Fixes: NB#293896Valerio Valerio2012-01-131-0/+5
* Fixes: NB#272117Valerio Valerio2012-01-131-1/+9
* Adjust the pending-data check for ssl sockets.2011W48Don Sanders2011-11-251-10/+13
* Revert "Integrate fix for NB#272117"2011W432011W42Don Sanders2011-10-231-5/+1
* Revert "Fix regression introduced when merging fix for NB#272117"Don Sanders2011-10-231-8/+4
* Revert "Increase robustness of mail id reporting on smtp failure."Don Sanders2011-10-231-7/+5
* Revert "Another simpler attempt to fix regression related to NB#272177"Don Sanders2011-10-231-1/+7
* Another simpler attempt to fix regression related to NB#2721772011W40_3Don Sanders2011-10-071-7/+1
* Increase robustness of mail id reporting on smtp failure.Don Sanders2011-10-071-5/+7
* Fix regression introduced when merging fix for NB#2721172011W40_2Don Sanders2011-10-051-4/+8
* Integrate fix for NB#272117Don Sanders2011-10-041-1/+5
* Update license headers (make them consistent with harmattan qmf)Don Sanders2011-08-071-17/+17
* Make sure to reset the SMTP auth timer in error casesEric Springer2011-07-131-2/+14
* Return ConfigurationError if no greeting received in 20 secondssmtpfixEric Springer2011-06-291-0/+18
* Fix for NB#264045 - Messageserver crashDon Sanders2011-06-091-0/+4
* Fix for NB#195729 smtp authentication error not shown when account is config...Don Sanders2011-06-081-0/+16
* Fix a regression with smtp services not adapting to account changes.2011W22_2Don Sanders2011-06-071-0/+10
* Better handle smtp auth failure, when no username/password is definiedDon Sanders2011-05-171-0/+3
* Fix NB#246321 - SMTP sends bad hostname ("localhost")Don Sanders2011-04-271-1/+1
* Fix NB#246321 - SMTP sends bad hostname ("localhost")Don Sanders2011-04-201-1/+5
* Return ErrConfig if SMTP server returns 530 (NB#195729)Eric Springer2011-04-051-0/+2
* Cleanup message subject for display only; database unchanged.Patrick Burke2011-01-071-1/+1
* transmit messages is used to test smtp servers. Add a custom field qmf-smtp-c...Don Sanders2010-11-071-1/+3
* Make smtp plugin more robust in failure casesespringe2010-10-211-13/+26
* Don't reveal device specific details during communication with SMTP server.Don Sanders2010-10-131-3/+14
* Fixes: Lack of multiline response handling in SMTP plugin.Don Sanders2010-09-151-1/+11