summaryrefslogtreecommitdiffstats
path: root/src/plugins/messageservices/smtp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace with sed scriptPekka Vuorela2025-05-093-21/+21
* Declare tests in the build systemDamien Caliste2025-04-021-0/+6
* Switch to CamelCased Qt #includesPekka Vuorela2025-02-121-4/+5
* Set accountId on construction for IETF clientsDamien Caliste2025-01-283-25/+6
* Add a fetchCapabilities() method in SmtpClientDamien Caliste2025-01-224-167/+141
* Revert "Fix a regression with smtp services not adapting to account changes."Damien Caliste2025-01-222-15/+0
* Replace 'sending' member with transport->inUse() in SMTPDamien Caliste2025-01-222-9/+3
* Add a plugin mechanism to handle credentialsDamien Caliste2025-01-155-59/+99
* Use QMailServiceConfiguration in authenticatorDamien Caliste2024-10-313-14/+13
* Add CMake build systemDamien Caliste2024-10-171-0/+34
* Mark overridden methods with keywordPekka Vuorela2023-12-144-19/+19
* Introduce acceptUntrustedCertificates() configurationPekka Vuorela2023-11-303-0/+17
* Discover authentication for SMTP/IMAPDamien Caliste2023-11-214-0/+62
* Set PLUGIN_CLASS_NAME in plugin .pro filesChris Adams2021-04-091-0/+1
* Use socket's local address for HELO and EHLO messagesRaine Makelainen2021-04-091-4/+9
* Use QmfList where required to maintain stable referencesChris Adams2021-04-081-3/+4
* Fix default WindowFlags parameter value in SMTP pluginChris Adams2021-04-081-1/+1
* Add mock NetworkStatusMonitor class to SMTP pluginChris Adams2021-04-082-18/+24
* Remove flush call in qMailLog()Damien Caliste2021-04-081-7/+7
* Add core5compat for in src/librariesDamien Caliste2021-04-082-1/+2
* 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-112-11/+19
* Add QMF_NO_WIDGETS option to disable QtWidgets depending codePekka Vuorela2018-09-072-8/+8
* Compile with GCC 6 -Werror=zero-as-null-pointer-constantChris Adams2018-07-191-1/+1
* try harder to find a good IP address for usage in EHLO/HELORolf Eike Beer2015-12-221-3/+14
* plugins: Remove PLUGIN_EXPORT macro.Robin Burchell2015-08-281-2/+2
* Add QT_{BEGIN,END}_NAMESPACE macros to build successfully with namespaced Qt.Robin Burchell2015-08-282-2/+11
* Update licensing to match latest approach in QtCore.Robin Burchell2015-08-2810-221/+141
* Prevents protocol incoming data read from stopping when handling large requests.Valerio Valerio2014-07-172-21/+38
* Replace QT_NO_OPENSSL with QT_NO_SSL.Robin Burchell2014-05-135-26/+22
* [API BREAK] Use qt_plugin for QMF plugins instead of reinventing our own arch...Robin Burchell2014-01-281-4/+2
* Convert qmfclient & qmfmessageserver into Qt modules: QmfClient & QmfMessageS...Robin Burchell2014-01-231-16/+1
* Remove Qt 4 support.Robin Burchell2014-01-213-24/+7
* Detection of libraries built as framework or dylib on MacTakahiro Hashimoto2014-01-171-2/+10
* Introduce one step AUTH PLAIN for SMTP.Valerio Valerio2014-01-151-3/+3
* Modify smtp transmitMessages action to test connection.4.0.0Valerio Valerio2013-04-301-14/+6
* Make sure plugins are linked against correct Qt version of the qmf libs.Valerio Valerio2013-04-301-2/+8
* Allow parallel installation of qt4 and qt5 buildsValerio Valerio2013-04-261-2/+2
* Update Qt 5 port to match latest releaseValerio Valerio2013-04-196-15/+20
* Remove Symbian support.Robin Burchell2013-02-281-16/+0
* Change to new-form Digia license headers.Robin Burchell2013-02-1210-241/+241
* Make sure there is no dependency on Qt widgets moduleDon Sanders2012-05-311-2/+1
* 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
* Build fixes for Qt5 and remove some spurious DEPENDS_ON macrosDon Sanders2012-03-121-1/+1
* Merge MeeGo QMF conversations supportValerio Valerio2012-02-161-1/+1
* Fix for NB#293664 - Forward without download is not working for the first tim...Don Sanders2012-02-132-2/+142
* Update plugins and doc paths.Don Sanders2012-01-131-1/+1