Hello community,

here is the log from the commit of package ksmtp for openSUSE:Factory checked 
in at 2020-08-18 11:59:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ksmtp (Old)
 and      /work/SRC/openSUSE:Factory/.ksmtp.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ksmtp"

Tue Aug 18 11:59:17 2020 rev:35 rq:826475 version:20.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes      2020-07-14 
07:49:52.635961491 +0200
+++ /work/SRC/openSUSE:Factory/.ksmtp.new.3399/ksmtp.changes    2020-08-18 
12:00:03.995387032 +0200
@@ -1,0 +2,25 @@
+Sun Aug  9 09:10:01 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-08-apps-update
+- No code change since 20.07.90
+
+-------------------------------------------------------------------
+Sun Aug  2 08:00:21 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.07.90
+  * New feature release
+- No code change since 20.07.80
+
+-------------------------------------------------------------------
+Sun Jul 19 10:05:28 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.07.80
+  * New feature release
+- Changes since 20.04.3:
+  * Fix qRegisterMetaType<KSmtp::ServerResponse>("KSmtp::ServerResponse");
+  * Fix clazy warning
+
+-------------------------------------------------------------------

Old:
----
  ksmtp-20.04.3.tar.xz
  ksmtp-20.04.3.tar.xz.sig

New:
----
  ksmtp-20.08.0.tar.xz
  ksmtp-20.08.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ksmtp.spec ++++++
--- /var/tmp/diff_new_pack.Nj5kPF/_old  2020-08-18 12:00:05.191387558 +0200
+++ /var/tmp/diff_new_pack.Nj5kPF/_new  2020-08-18 12:00:05.199387561 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           ksmtp
-Version:        20.04.3
+Version:        20.08.0
 Release:        0
 Summary:        Job-based library to send email through an SMTP server
 License:        LGPL-2.1-or-later


++++++ ksmtp-20.04.3.tar.xz -> ksmtp-20.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/.arcconfig new/ksmtp-20.08.0/.arcconfig
--- old/ksmtp-20.04.3/.arcconfig        2020-06-12 08:08:20.000000000 +0200
+++ new/ksmtp-20.08.0/.arcconfig        1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-{
-  "phabricator.uri" : "https://phabricator.kde.org/";
-}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/.gitlab-ci.yml 
new/ksmtp-20.08.0/.gitlab-ci.yml
--- old/ksmtp-20.04.3/.gitlab-ci.yml    1970-01-01 01:00:00.000000000 +0100
+++ new/ksmtp-20.08.0/.gitlab-ci.yml    2020-08-02 10:22:43.000000000 +0200
@@ -0,0 +1,30 @@
+include:
+  - https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
+  - 
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-applications-linux.yml
+
+build_clazy_clang_tidy:
+  stage: build
+  image: kdeorg/ci-suse-qt514
+  extends: .linux
+  #only:
+  #  - merge_requests
+  before_script:
+    - zypper install -y clazy
+    - git clone --depth=1 https://invent.kde.org/sysadmin/ci-tooling.git 
$CI_TOOLING
+    - git clone --depth=1 https://invent.kde.org/sysadmin/repo-metadata.git 
$CI_TOOLING/repo-metadata
+    - git clone --depth=1 
https://invent.kde.org/sysadmin/kde-build-metadata.git 
$CI_TOOLING/kde-build-metadata
+    - git clone --depth=1 https://invent.kde.org/sdk/kde-dev-scripts.git 
$CI_TOOLING/kde-dev-scripts
+
+  script:
+    - export CXX=clazy
+    - export CC=clang
+    - export CXXFLAGS="-Wno-deprecated-declarations"
+    - export CLAZY_HEADER_FILTER='^(?!ui_)\w+.h\$'
+    - export 
CLAZY_CHECKS="level0,level1,detaching-member,ifndef-define-typo,isempty-vs-count,qrequiredresult-candidates,reserve-candidates,signal-with-return-value,unneeded-cast,function-args-by-ref,function-args-by-value,returning-void-expression,no-ctor-missing-parent-argument,isempty-vs-count,qhash-with-char-pointer-key,raw-environment-function,qproperty-type-mismatch,old-style-connect,qstring-allocations,container-inside-loop,heap-allocated-small-trivial-type,inefficient-qlist,qstring-varargs"
+    - python3 -u $CI_TOOLING/helpers/prepare-dependencies.py --product 
$PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --environment 
production --platform $PLATFORM --installTo $INSTALL_PREFIX
+    - python3 -u $CI_TOOLING/helpers/configure-build.py --product $PRODUCT 
--project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM --installTo 
$INSTALL_PREFIX
+    - python3 -u $CI_TOOLING/helpers/compile-build.py --product $PRODUCT 
--project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM 
--usingInstall $INSTALL_PREFIX
+    - cd build && run-clang-tidy
+  variables:
+    PLATFORM: SUSEQt5.14
+    BRANCH_GROUP: kf5-qt5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/CMakeLists.txt 
new/ksmtp-20.08.0/CMakeLists.txt
--- old/ksmtp-20.04.3/CMakeLists.txt    2020-07-07 03:11:11.000000000 +0200
+++ new/ksmtp-20.08.0/CMakeLists.txt    2020-08-07 09:12:13.000000000 +0200
@@ -1,12 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
-set(PIM_VERSION "5.14.3")
+set(PIM_VERSION "5.15.0")
 
 project(KSMTP VERSION ${PIM_VERSION})
 
 set(CMAKE_CXX_STANDARD 14)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
 
 # ECM setup
-set(KF5_MIN_VERSION "5.68.0")
+set(KF5_MIN_VERSION "5.71.0")
 
 find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -26,7 +27,7 @@
 
 
 set(KSMTP_LIB_VERSION ${PIM_VERSION})
-set(QT_REQUIRED_VERSION "5.12.0")
+set(QT_REQUIRED_VERSION "5.13.0")
 ecm_setup_version(PROJECT VARIABLE_PREFIX KSMTP
     VERSION_HEADER ${KSMTP_BINARY_DIR}/ksmtp_version.h
     PACKAGE_VERSION_FILE ${KSMTP_BINARY_DIR}/KPimSMTPConfigVersion.cmake
@@ -54,12 +55,11 @@
 )
 
 add_definitions(-DTRANSLATION_DOMAIN=\"libksmtp5\")
-if (EXISTS "${CMAKE_SOURCE_DIR}/.git")
-   add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-   add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
-endif()
+add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054800)
 
 add_definitions(-DQT_NO_FOREACH)
+add_definitions(-DQT_NO_KEYWORDS)
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ar/libksmtp5.po 
new/ksmtp-20.08.0/po/ar/libksmtp5.po
--- old/ksmtp-20.04.3/po/ar/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/ar/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-01-28 15:07+0300\n"
 "Last-Translator: Safa Alfulaij <[email protected]>\n"
 "Language-Team: Arabic <[email protected]>\n"
@@ -76,14 +76,14 @@
 msgid "SendJob"
 msgstr "إرسال مهمّة"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr "تعذّر إرسال الرّسالة بسبب نقص أو عدم صلاحيّة حقل المرسل أو المستلم"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/bs/libksmtp5.po 
new/ksmtp-20.08.0/po/bs/libksmtp5.po
--- old/ksmtp-20.04.3/po/bs/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/bs/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: kde 49i410\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2015-02-16 11:55+0000\n"
 "Last-Translator: Samir Ribić <Unknown>\n"
 "Language-Team: Bosnian\n"
@@ -80,7 +80,7 @@
 msgid "SendJob"
 msgstr "SendJob"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -89,7 +89,7 @@
 "Ne mogu poslati poruku jer ili primaoc ili pošiljaoc ne postoje ili su "
 "nevažeći"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ca/libksmtp5.po 
new/ksmtp-20.08.0/po/ca/libksmtp5.po
--- old/ksmtp-20.04.3/po/ca/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/ca/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -1,17 +1,17 @@
 # Translation of libksmtp5.po to Catalan
-# Copyright (C) 2014-2018 This_file_is_part_of_KDE
+# Copyright (C) 2014-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez <[email protected]>, 2014, 2017, 2018.
+# Antoni Bella Pérez <[email protected]>, 2014, 2017, 2018, 2020.
 # Josep Ma. Ferrer <[email protected]>, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: libksmtp5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
-"PO-Revision-Date: 2018-09-16 10:58+0100\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
+"PO-Revision-Date: 2020-07-25 14:07+0200\n"
+"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.3\n"
 
 #: job.cpp:72
 #, kde-format
@@ -50,7 +50,7 @@
 #: loginjob.cpp:94
 #, kde-format
 msgid "Login"
-msgstr "Entrada"
+msgstr "Inici de sessió"
 
 #: loginjob.cpp:159
 #, kde-format
@@ -63,7 +63,7 @@
 "Could not authenticate to the SMTP server because no matching authentication "
 "method has been found"
 msgstr ""
-"No s'ha pogut realitzar l'autenticació en el servidor SMTP perquè no s'ha "
+"No s'ha pogut realitzar l'autenticació amb el servidor SMTP perquè no s'ha "
 "trobat cap mètode d'autenticació coincident."
 
 #: loginjob.cpp:286
@@ -75,14 +75,14 @@
 #, kde-format
 msgid "Login failed, cannot initialize the SASL library"
 msgstr ""
-"L'inici de la sessió ha fallat, no s'ha pogut inicialitzar la biblioteca SASL"
+"Ha fallat l'inici de la sessió, no s'ha pogut inicialitzar la biblioteca SASL"
 
 #: sendjob.cpp:69
 #, kde-format
 msgid "SendJob"
 msgstr "Envia la tasca"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -91,7 +91,7 @@
 "No s'ha pogut enviar el missatge perquè els camps del remitent o del "
 "destinatari falten o no són vàlids."
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ca@valencia/libksmtp5.po 
new/ksmtp-20.08.0/po/ca@valencia/libksmtp5.po
--- old/ksmtp-20.04.3/po/ca@valencia/libksmtp5.po       2020-07-07 
03:11:10.000000000 +0200
+++ new/ksmtp-20.08.0/po/ca@valencia/libksmtp5.po       2020-08-07 
09:12:12.000000000 +0200
@@ -1,17 +1,17 @@
 # Translation of libksmtp5.po to Catalan (Valencian)
-# Copyright (C) 2014-2018 This_file_is_part_of_KDE
+# Copyright (C) 2014-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Antoni Bella Pérez <[email protected]>, 2014, 2017, 2018.
+# Antoni Bella Pérez <[email protected]>, 2014, 2017, 2018, 2020.
 # Josep Ma. Ferrer <[email protected]>, 2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: libksmtp5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
-"PO-Revision-Date: 2018-09-16 10:58+0100\n"
-"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
+"PO-Revision-Date: 2020-07-25 14:07+0200\n"
+"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.04.3\n"
 
 #: job.cpp:72
 #, kde-format
@@ -50,7 +50,7 @@
 #: loginjob.cpp:94
 #, kde-format
 msgid "Login"
-msgstr "Entrada"
+msgstr "Inici de sessió"
 
 #: loginjob.cpp:159
 #, kde-format
@@ -63,7 +63,7 @@
 "Could not authenticate to the SMTP server because no matching authentication "
 "method has been found"
 msgstr ""
-"No s'ha pogut realitzar l'autenticació en el servidor SMTP perquè no s'ha "
+"No s'ha pogut realitzar l'autenticació amb el servidor SMTP perquè no s'ha "
 "trobat cap mètode d'autenticació coincident."
 
 #: loginjob.cpp:286
@@ -75,14 +75,14 @@
 #, kde-format
 msgid "Login failed, cannot initialize the SASL library"
 msgstr ""
-"L'inici de la sessió ha fallat, no s'ha pogut inicialitzar la biblioteca SASL"
+"Ha fallat l'inici de la sessió, no s'ha pogut inicialitzar la biblioteca SASL"
 
 #: sendjob.cpp:69
 #, kde-format
 msgid "SendJob"
 msgstr "Envia la tasca"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -91,7 +91,7 @@
 "No s'ha pogut enviar el missatge perquè els camps del remitent o del "
 "destinatari falten o no són vàlids."
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/cs/libksmtp5.po 
new/ksmtp-20.08.0/po/cs/libksmtp5.po
--- old/ksmtp-20.04.3/po/cs/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/cs/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2019-09-10 11:34+0200\n"
 "Last-Translator: Vit Pelcak <[email protected]>\n"
 "Language-Team: Czech <[email protected]>\n"
@@ -74,14 +74,14 @@
 msgid "SendJob"
 msgstr "Poslat úlohu"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr ""
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/de/libksmtp5.po 
new/ksmtp-20.08.0/po/de/libksmtp5.po
--- old/ksmtp-20.04.3/po/de/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/de/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-11-20 08:34+0100\n"
 "Last-Translator: Burkhard Lück <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
@@ -76,7 +76,7 @@
 msgid "SendJob"
 msgstr "Senden-Auftrag"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -85,7 +85,7 @@
 "Die Nachricht kann nicht gesendet werden, da entweder der Absender oder "
 "Empfänger fehlt oder ungültig ist."
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/en_GB/libksmtp5.po 
new/ksmtp-20.08.0/po/en_GB/libksmtp5.po
--- old/ksmtp-20.04.3/po/en_GB/libksmtp5.po     2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/en_GB/libksmtp5.po     2020-08-07 09:12:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-10-27 17:55+0100\n"
 "Last-Translator: Steve Allewell <[email protected]>\n"
 "Language-Team: British English <[email protected]>\n"
@@ -76,7 +76,7 @@
 msgid "SendJob"
 msgstr "SendJob"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -85,7 +85,7 @@
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/es/libksmtp5.po 
new/ksmtp-20.08.0/po/es/libksmtp5.po
--- old/ksmtp-20.04.3/po/es/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/es/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-10-08 22:35+0100\n"
 "Last-Translator: Javier Vinal <[email protected]>\n"
 "Language-Team: Spanish <[email protected]>\n"
@@ -84,7 +84,7 @@
 msgid "SendJob"
 msgstr "Enviar trabajo"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -93,7 +93,7 @@
 "No se ha podido enviar el mensaje porque los campos del remitente o del "
 "destinatario faltan o no son válidos."
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/et/libksmtp5.po 
new/ksmtp-20.08.0/po/et/libksmtp5.po
--- old/ksmtp-20.04.3/po/et/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/et/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2019-11-17 00:56+0200\n"
 "Last-Translator: Marek Laane <[email protected]>\n"
 "Language-Team: Estonian <[email protected]>\n"
@@ -75,7 +75,7 @@
 msgid "SendJob"
 msgstr "SendJob"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -83,7 +83,7 @@
 msgstr ""
 "Kirja saatmine nurjus, sest saatja või saaja väli puudus või oli vigane"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/fi/libksmtp5.po 
new/ksmtp-20.08.0/po/fi/libksmtp5.po
--- old/ksmtp-20.04.3/po/fi/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/fi/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-11-21 17:23+0200\n"
 "Last-Translator: Tommi Nieminen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
@@ -77,7 +77,7 @@
 msgid "SendJob"
 msgstr "SendJob"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -86,7 +86,7 @@
 "Viestiä ei voitu lähettää, koska joko lähettäjä- tai vastaanottajakenttä "
 "puuttuu tai on kelvoton"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/fr/libksmtp5.po 
new/ksmtp-20.08.0/po/fr/libksmtp5.po
--- old/ksmtp-20.04.3/po/fr/libksmtp5.po        2020-07-07 03:11:10.000000000 
+0200
+++ new/ksmtp-20.08.0/po/fr/libksmtp5.po        2020-08-07 09:12:12.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-09-17 15:32+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
@@ -85,7 +85,7 @@
 msgid "SendJob"
 msgstr "Tâche d'envoi"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -94,7 +94,7 @@
 "Impossible d'envoyer le message car le champ « Expéditeur » ou "
 "« Destinataire » est absent ou non valable"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ga/libksmtp5.po 
new/ksmtp-20.08.0/po/ga/libksmtp5.po
--- old/ksmtp-20.04.3/po/ga/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/ga/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2011-12-28 12:28-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
@@ -75,14 +75,14 @@
 msgid "SendJob"
 msgstr ""
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr ""
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/gl/libksmtp5.po 
new/ksmtp-20.08.0/po/gl/libksmtp5.po
--- old/ksmtp-20.04.3/po/gl/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/gl/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-10-21 18:58+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
@@ -77,7 +77,7 @@
 msgid "SendJob"
 msgstr "Tarefa de envío"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -86,7 +86,7 @@
 "Non se puido enviar a mensaxe porque faltan ou son incorrectos os campos do "
 "remitente ou do destinatario."
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/hu/libksmtp5.po 
new/ksmtp-20.08.0/po/hu/libksmtp5.po
--- old/ksmtp-20.04.3/po/hu/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/hu/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2013-10-27 08:23+0100\n"
 "Last-Translator: Balázs Úr <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
@@ -77,7 +77,7 @@
 msgid "SendJob"
 msgstr "Feladat küldése"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -86,7 +86,7 @@
 "Nem sikerült elküldeni az üzenetet, mert a feladó vagy a címzett mező "
 "hiányzik vagy érvénytelen"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ia/libksmtp5.po 
new/ksmtp-20.08.0/po/ia/libksmtp5.po
--- old/ksmtp-20.04.3/po/ia/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/ia/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: ksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2020-02-12 14:05+0100\n"
 "Last-Translator: giovanni <[email protected]>\n"
 "Language-Team: Interlingua <[email protected]>\n"
@@ -80,7 +80,7 @@
 msgid "SendJob"
 msgstr "SendJob (Invia  carga)"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -89,7 +89,7 @@
 "Non pote inviar le message proque o le campo de mittente o de recipiente es "
 "mancante o invalide"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/it/libksmtp5.po 
new/ksmtp-20.08.0/po/it/libksmtp5.po
--- old/ksmtp-20.04.3/po/it/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/it/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-09-22 22:29+0100\n"
 "Last-Translator: Vincenzo Reale <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
@@ -78,7 +78,7 @@
 msgid "SendJob"
 msgstr "Invio"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -87,7 +87,7 @@
 "Impossibile inviare il messaggio poiché il campo del mittente o del "
 "destinatario è mancante o non valido"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ja/libksmtp5.po 
new/ksmtp-20.08.0/po/ja/libksmtp5.po
--- old/ksmtp-20.04.3/po/ja/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/ja/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2011-06-14 23:23-0700\n"
 "Last-Translator: Japanese KDE translation team <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\n"
@@ -71,14 +71,14 @@
 msgid "SendJob"
 msgstr ""
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr ""
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/km/libksmtp5.po 
new/ksmtp-20.08.0/po/km/libksmtp5.po
--- old/ksmtp-20.04.3/po/km/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/km/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2011-06-28 07:53+0700\n"
 "Last-Translator: Khoem Sokhem <[email protected]>\n"
 "Language-Team: Khmer <[email protected]>\n"
@@ -77,14 +77,14 @@
 msgid "SendJob"
 msgstr "SendJob"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr "មិនអាច​ផ្ញើ​សារ​បាន​ទេ ពីព្រោះ​ទាំង​​វាល​អ្នក​ផ្ញើ ឬ​អ្នក​ទទួល​បាត់ 
ឬ​មិន​ត្រឹមត្រូវ"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ko/libksmtp5.po 
new/ksmtp-20.08.0/po/ko/libksmtp5.po
--- old/ksmtp-20.04.3/po/ko/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/ko/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2020-04-05 13:06+0200\n"
 "Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
@@ -74,7 +74,7 @@
 msgid "SendJob"
 msgstr "SendJob"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -83,7 +83,7 @@
 "보낸 사람이나 받는 사람 필드가 비어 있거나 잘못되었기 때문에 메시지를 보낼 "
 "수 없음"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/lt/libksmtp5.po 
new/ksmtp-20.08.0/po/lt/libksmtp5.po
--- old/ksmtp-20.04.3/po/lt/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/lt/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2011-10-04 23:13+0300\n"
 "Last-Translator: Liudas Ališauskas <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
@@ -80,7 +80,7 @@
 msgid "SendJob"
 msgstr "Siųsti darbą"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -89,7 +89,7 @@
 "Nepavyko išsiųsti laiško, nes trūksta siuntėjo arba gavėjo lauko, arba jie "
 "netinkami"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/mr/libksmtp5.po 
new/ksmtp-20.08.0/po/mr/libksmtp5.po
--- old/ksmtp-20.04.3/po/mr/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/mr/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2013-04-02 13:56+0530\n"
 "Last-Translator: Chetan Khona <[email protected]>\n"
 "Language-Team: Marathi <[email protected]>\n"
@@ -75,14 +75,14 @@
 msgid "SendJob"
 msgstr "पाठविण्याचे कार्य"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr ""
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/nds/libksmtp5.po 
new/ksmtp-20.08.0/po/nds/libksmtp5.po
--- old/ksmtp-20.04.3/po/nds/libksmtp5.po       2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/nds/libksmtp5.po       2020-08-07 09:12:13.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2011-06-15 06:14+0200\n"
 "Last-Translator: Manfred Wiese <[email protected]>\n"
 "Language-Team: Low Saxon <[email protected]>\n"
@@ -76,14 +76,14 @@
 msgid "SendJob"
 msgstr ""
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr ""
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/nl/libksmtp5.po 
new/ksmtp-20.08.0/po/nl/libksmtp5.po
--- old/ksmtp-20.04.3/po/nl/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/nl/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-09-17 10:12+0100\n"
 "Last-Translator: Freek de Kruijf <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
@@ -78,7 +78,7 @@
 msgid "SendJob"
 msgstr "Taak verzenden"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -87,7 +87,7 @@
 "Kon het bericht niet verzenden omdat ofwel het afzender- of ontvangerveld "
 "ontbreekt of ongeldig is"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/nn/libksmtp5.po 
new/ksmtp-20.08.0/po/nn/libksmtp5.po
--- old/ksmtp-20.04.3/po/nn/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/nn/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2020-06-07 12:31+0200\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
@@ -78,7 +78,7 @@
 msgid "SendJob"
 msgstr "Sendejobb"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -87,7 +87,7 @@
 "Klarte ikkje senda meldinga, då anten avsendar- eller mottakarfeltet manglar "
 "eller er ugyldig."
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/pl/libksmtp5.po 
new/ksmtp-20.08.0/po/pl/libksmtp5.po
--- old/ksmtp-20.04.3/po/pl/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/pl/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-11-04 08:29+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
@@ -80,7 +80,7 @@
 msgid "SendJob"
 msgstr "WyślijZadanie"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -89,7 +89,7 @@
 "Nie można wysłać wiadomości, bo brakuje albo pola wysyłającego albo adresata "
 "lub są one nieprawidłowe"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/pt/libksmtp5.po 
new/ksmtp-20.08.0/po/pt/libksmtp5.po
--- old/ksmtp-20.04.3/po/pt/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/pt/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -2,7 +2,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-09-16 11:53+0100\n"
 "Last-Translator: José Nuno Coelho Pires <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
@@ -77,7 +77,7 @@
 msgid "SendJob"
 msgstr "Tarefa de Envio"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -86,7 +86,7 @@
 "Não foi possível enviar a mensagem, dado que o campo do remetente ou do "
 "destinatário está vazio ou é inválido"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/pt_BR/libksmtp5.po 
new/ksmtp-20.08.0/po/pt_BR/libksmtp5.po
--- old/ksmtp-20.04.3/po/pt_BR/libksmtp5.po     2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/pt_BR/libksmtp5.po     2020-08-07 09:12:13.000000000 
+0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2019-02-20 11:13-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\n"
@@ -83,7 +83,7 @@
 msgid "SendJob"
 msgstr "Tarefa de envio"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -92,7 +92,7 @@
 "Não foi possível enviar a mensagem pois o campo do remetente ou do "
 "destinatário está vazio ou é inválido"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ru/libksmtp5.po 
new/ksmtp-20.08.0/po/ru/libksmtp5.po
--- old/ksmtp-20.04.3/po/ru/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/ru/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2020-04-22 17:23+0300\n"
 "Last-Translator: Alexander Yavorsky <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
@@ -80,7 +80,7 @@
 msgid "SendJob"
 msgstr "Отправка писем"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -89,7 +89,7 @@
 "Не удалось отправить сообщение: поле данных отправителя или получателя не "
 "заполнено или содержит некорректные данные"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/sk/libksmtp5.po 
new/ksmtp-20.08.0/po/sk/libksmtp5.po
--- old/ksmtp-20.04.3/po/sk/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/sk/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2019-08-04 10:11+0200\n"
 "Last-Translator: Matej Mrenica <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
@@ -76,7 +76,7 @@
 msgid "SendJob"
 msgstr "Poslať úlohu"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -85,7 +85,7 @@
 "Nemôžem poslať správu pretože pole odosielateľa alebo prijímateľa chýba "
 "alebo je neplatné"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/sl/libksmtp5.po 
new/ksmtp-20.08.0/po/sl/libksmtp5.po
--- old/ksmtp-20.04.3/po/sl/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/sl/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -1,48 +1,51 @@
+# Slovenian translation of libksmtp5
 # Copyright (C) YEAR This_file_is_part_of_KDE
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Andrej Mernik <[email protected]>, 2017.
+# Matjaž Jeran <[email protected]>, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
-"PO-Revision-Date: 2017-07-27 20:07+0100\n"
-"Last-Translator: Andrej Mernik <[email protected]>\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
+"PO-Revision-Date: 2020-01-23 16:40+0100\n"
+"Last-Translator: Matjaž Jeran <[email protected]>\n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Translator: Andrej Mernik <[email protected]>\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Poedit 2.2.4\n"
 
 #: job.cpp:72
 #, kde-format
 msgid "Service not available"
-msgstr ""
+msgstr "Storitev ni na voljo"
 
 #: job.cpp:74
 #, kde-format
 msgid "Mailbox unavailable. The server said: %1"
-msgstr ""
+msgstr "Potni nabiralnik na na voljo. Strežnik je sporočil: %1"
 
 #: job.cpp:76
 #, kde-format
 msgid "Insufficient storage space on server. The server said: %1"
 msgstr ""
+"Premalo prostora za shranjevanje na strežniku. Strežnik je sporočil: %1"
 
 #: job.cpp:78
-#, fuzzy, kde-format
-#| msgid "Server error"
+#, kde-format
 msgid "Server error: %1"
-msgstr "Napaka strežnika"
+msgstr "Napaka strežnika: %1"
 
 #: job.cpp:87
 #, kde-format
 msgid "Connection to server lost."
-msgstr "Povezava s strežnikom je bila izgubljena."
+msgstr "Povezava s strežnikom je bila prekinjena."
 
 #: loginjob.cpp:94
 #, kde-format
@@ -53,6 +56,7 @@
 #, kde-format
 msgid "STARTTLS is not supported by the server, try using SSL/TLS instead."
 msgstr ""
+"Strežnik ne podpira STARTTLS, poskusite namesto tega uporabiti SSL/TLS."
 
 #: loginjob.cpp:223
 #, kde-format
@@ -66,19 +70,19 @@
 #: loginjob.cpp:286
 #, kde-format
 msgid "Token expired"
-msgstr ""
+msgstr "Žeton je pretekel"
 
 #: loginjob.cpp:331
 #, kde-format
 msgid "Login failed, cannot initialize the SASL library"
-msgstr "Prijava ni uspela, saj ni mogoče začeti knjižnice SASL"
+msgstr "Prijava ni uspela, saj ni mogoče inicializirati knjižnice SASL"
 
 #: sendjob.cpp:69
 #, kde-format
 msgid "SendJob"
 msgstr "SendJob"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -87,7 +91,7 @@
 "Sporočila ni bilo mogoče poslati, ker ima neveljavno oz. manjkajoče polje "
 "pošiljatelj ali prejemnik"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/sr/libksmtp5.po 
new/ksmtp-20.08.0/po/sr/libksmtp5.po
--- old/ksmtp-20.04.3/po/sr/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/sr/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-05-10 03:46+0200\n"
 "PO-Revision-Date: 2017-08-05 19:10+0200\n"
 "Last-Translator: Chusslove Illich <[email protected]>\n"
 "Language-Team: Serbian <[email protected]>\n"
@@ -79,7 +79,7 @@
 msgid "SendJob"
 msgstr "Слање"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -88,7 +88,7 @@
 "Не могу да пошаљем поруку зато што је или поље пошиљаоца или примаоца празно "
 "или лоше."
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/sv/libksmtp5.po 
new/ksmtp-20.08.0/po/sv/libksmtp5.po
--- old/ksmtp-20.04.3/po/sv/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/sv/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-09-18 20:16+0100\n"
 "Last-Translator: Stefan Asserhäll <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
@@ -76,7 +76,7 @@
 msgid "SendJob"
 msgstr "Sändningsjobb"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -85,7 +85,7 @@
 "Kunde inte skicka brevet eftersom antingen fältet för avsändare eller "
 "mottagare saknas eller är ogiltigt"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/tr/libksmtp5.po 
new/ksmtp-20.08.0/po/tr/libksmtp5.po
--- old/ksmtp-20.04.3/po/tr/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/tr/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2017-08-17 08:31+0000\n"
 "Last-Translator: Kaan <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
@@ -77,7 +77,7 @@
 msgid "SendJob"
 msgstr "GörevGönder"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -85,7 +85,7 @@
 msgstr ""
 "İleti gönderilemedi, çünkü gönderen veya alıcı alanları eklsik ya da geçersiz"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/ug/libksmtp5.po 
new/ksmtp-20.08.0/po/ug/libksmtp5.po
--- old/ksmtp-20.04.3/po/ug/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/ug/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2013-09-08 07:05+0900\n"
 "Last-Translator: Gheyret Kenji <[email protected]>\n"
 "Language-Team: Uyghur <[email protected]>\n"
@@ -75,14 +75,14 @@
 msgid "SendJob"
 msgstr ""
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr ""
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/uk/libksmtp5.po 
new/ksmtp-20.08.0/po/uk/libksmtp5.po
--- old/ksmtp-20.04.3/po/uk/libksmtp5.po        2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/uk/libksmtp5.po        2020-08-07 09:12:13.000000000 
+0200
@@ -1,5 +1,5 @@
 # Translation of libksmtp5.po to Ukrainian
-# Copyright (C) 2018 This_file_is_part_of_KDE
+# Copyright (C) 2014-2018 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: libksmtp5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: 2018-09-17 08:53+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
@@ -81,7 +81,7 @@
 msgid "SendJob"
 msgstr "Надсилання"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
@@ -90,7 +90,7 @@
 "Не вдалося надіслати повідомлення, оскільки поле відправника або отримувача "
 "не заповнено або заповнено з помилками."
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/zh_CN/libksmtp5.po 
new/ksmtp-20.08.0/po/zh_CN/libksmtp5.po
--- old/ksmtp-20.04.3/po/zh_CN/libksmtp5.po     2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/zh_CN/libksmtp5.po     2020-08-07 09:12:13.000000000 
+0200
@@ -2,8 +2,8 @@
 msgstr ""
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
-"PO-Revision-Date: 2020-06-24 08:02\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
+"PO-Revision-Date: 2020-07-31 15:02\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -74,14 +74,14 @@
 msgid "SendJob"
 msgstr "发送任务"
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr "无法发送信件因为发信人或者收件人缺失或无效"
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/po/zh_TW/libksmtp5.po 
new/ksmtp-20.08.0/po/zh_TW/libksmtp5.po
--- old/ksmtp-20.04.3/po/zh_TW/libksmtp5.po     2020-07-07 03:11:11.000000000 
+0200
+++ new/ksmtp-20.08.0/po/zh_TW/libksmtp5.po     2020-08-07 09:12:13.000000000 
+0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: ksmtp\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
-"POT-Creation-Date: 2019-05-20 03:17+0200\n"
+"POT-Creation-Date: 2020-07-13 07:48+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese <[email protected]>\n"
@@ -74,14 +74,14 @@
 msgid "SendJob"
 msgstr ""
 
-#: sendjob.cpp:118
+#: sendjob.cpp:120
 #, kde-format
 msgid ""
 "Could not send the message because either the sender or recipient field is "
 "missing or invalid"
 msgstr ""
 
-#: sendjob.cpp:126
+#: sendjob.cpp:128
 #, kde-format
 msgid ""
 "Could not send the message because it exceeds the maximum allowed size of %1 "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/src/sendjob.cpp 
new/ksmtp-20.08.0/src/sendjob.cpp
--- old/ksmtp-20.04.3/src/sendjob.cpp   2020-06-12 08:08:20.000000000 +0200
+++ new/ksmtp-20.08.0/src/sendjob.cpp   2020-08-02 10:22:43.000000000 +0200
@@ -73,6 +73,7 @@
 void SendJob::setFrom(const QString &from)
 {
     Q_D(SendJob);
+    qDebug() <<"void SendJob::setFrom(const QString &from) "<<from;
     const auto start = from.indexOf(QLatin1Char('<'));
     if (start > -1) {
         const auto end = qMax(start, from.indexOf(QLatin1Char('>'), start));
@@ -80,6 +81,7 @@
     } else {
         d->m_returnPath = QStringLiteral("<%1>").arg(from);
     }
+    qDebug() << "d->m_returnPath  "<< d->m_returnPath;
 }
 
 void SendJob::setTo(const QStringList &to)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/src/session.cpp 
new/ksmtp-20.08.0/src/session.cpp
--- old/ksmtp-20.04.3/src/session.cpp   2020-06-12 08:08:20.000000000 +0200
+++ new/ksmtp-20.08.0/src/session.cpp   2020-08-02 10:22:43.000000000 +0200
@@ -110,7 +110,7 @@
     : QObject(parent)
     , d(new SessionPrivate(this))
 {
-    qRegisterMetaType<ServerResponse>("ServerResponse");
+    qRegisterMetaType<KSmtp::ServerResponse>("KSmtp::ServerResponse");
 
     QHostAddress ip;
     QString saneHostName = hostName;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/src/session_p.h 
new/ksmtp-20.08.0/src/session_p.h
--- old/ksmtp-20.04.3/src/session_p.h   2020-06-12 08:08:20.000000000 +0200
+++ new/ksmtp-20.08.0/src/session_p.h   2020-08-02 10:22:43.000000000 +0200
@@ -58,7 +58,7 @@
 
     void socketDisconnected();
     void encryptionNegotiationResult(bool encrypted, QSsl::SslProtocol 
version);
-    void responseReceived(const ServerResponse &response);
+    void responseReceived(const KSmtp::ServerResponse &response);
     void socketConnected();
     void setAuthenticationMethods(const QList<QByteArray> &authMethods);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ksmtp-20.04.3/src/sessionthread_p.h 
new/ksmtp-20.08.0/src/sessionthread_p.h
--- old/ksmtp-20.04.3/src/sessionthread_p.h     2020-06-12 08:08:20.000000000 
+0200
+++ new/ksmtp-20.08.0/src/sessionthread_p.h     2020-08-02 10:22:43.000000000 
+0200
@@ -55,7 +55,7 @@
 
 Q_SIGNALS:
     void encryptionNegotiationResult(bool encrypted, QSsl::SslProtocol 
protocol);
-    void responseReceived(const ServerResponse &response);
+    void responseReceived(const KSmtp::ServerResponse &response);
     void sslError(const KSslErrorUiData &);
 
 protected:


Reply via email to