Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ksmtp for openSUSE:Factory checked in at 2022-08-19 17:52:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ksmtp (Old) and /work/SRC/openSUSE:Factory/.ksmtp.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ksmtp" Fri Aug 19 17:52:22 2022 rev:59 rq:997899 version:22.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ksmtp/ksmtp.changes 2022-07-09 17:01:34.036664214 +0200 +++ /work/SRC/openSUSE:Factory/.ksmtp.new.2083/ksmtp.changes 2022-08-19 17:53:02.647668493 +0200 @@ -1,0 +2,20 @@ +Sun Aug 14 09:43:20 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.08.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.08.0/ + +------------------------------------------------------------------- +Fri Aug 5 12:11:20 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.07.90 + * New feature release + +------------------------------------------------------------------- +Sat Jul 16 08:28:35 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.07.80 + * New feature release + +------------------------------------------------------------------- Old: ---- ksmtp-22.04.3.tar.xz ksmtp-22.04.3.tar.xz.sig New: ---- ksmtp-22.08.0.tar.xz ksmtp-22.08.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ksmtp.spec ++++++ --- /var/tmp/diff_new_pack.ccBaNF/_old 2022-08-19 17:53:03.139669525 +0200 +++ /var/tmp/diff_new_pack.ccBaNF/_new 2022-08-19 17:53:03.143669533 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: ksmtp -Version: 22.04.3 +Version: 22.08.0 Release: 0 Summary: Job-based library to send email through an SMTP server License: LGPL-2.1-or-later ++++++ ksmtp-22.04.3.tar.xz -> ksmtp-22.08.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/.codespellrc new/ksmtp-22.08.0/.codespellrc --- old/ksmtp-22.04.3/.codespellrc 1970-01-01 01:00:00.000000000 +0100 +++ new/ksmtp-22.08.0/.codespellrc 2022-08-05 13:33:17.000000000 +0200 @@ -0,0 +1,4 @@ +[codespell] +skip = ./build*,.git,*.notifyrc,*.desktop,*.json,*.xml +interactive = 3 +ignore-words-list = accessort diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/.codespellrc.license new/ksmtp-22.08.0/.codespellrc.license --- old/ksmtp-22.04.3/.codespellrc.license 1970-01-01 01:00:00.000000000 +0100 +++ new/ksmtp-22.08.0/.codespellrc.license 2022-08-05 13:33:17.000000000 +0200 @@ -0,0 +1,2 @@ +# SPDX-FileCopyrightText: 2022 Laurent Montel <mon...@kde.org> +# SPDX-License-Identifier: CC0-1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/.gitlab-ci.yml new/ksmtp-22.08.0/.gitlab-ci.yml --- old/ksmtp-22.04.3/.gitlab-ci.yml 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/.gitlab-ci.yml 2022-08-05 13:33:17.000000000 +0200 @@ -5,4 +5,4 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/.kde-ci.yml new/ksmtp-22.08.0/.kde-ci.yml --- old/ksmtp-22.04.3/.kde-ci.yml 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/.kde-ci.yml 2022-08-05 13:33:17.000000000 +0200 @@ -9,3 +9,5 @@ 'frameworks/kio': '@latest' 'frameworks/kcoreaddons': '@latest' +Options: + require-passing-tests-on: [ 'Linux', 'FreeBSD', 'Windows' ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/CMakeLists.txt new/ksmtp-22.08.0/CMakeLists.txt --- old/ksmtp-22.04.3/CMakeLists.txt 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/CMakeLists.txt 2022-08-05 13:33:17.000000000 +0200 @@ -1,13 +1,13 @@ # SPDX-FileCopyrightText: none # SPDX-License-Identifier: BSD-3-Clause cmake_minimum_required(VERSION 3.16 FATAL_ERROR) -set(PIM_VERSION "5.20.3") +set(PIM_VERSION "5.21.0") project(KSMTP VERSION ${PIM_VERSION}) # ECM setup -set(KF5_MIN_VERSION "5.91.0") +set(KF5_MIN_VERSION "5.95.0") find_package(ECM ${KF5_MIN_VERSION} CONFIG REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) @@ -67,7 +67,7 @@ ) add_definitions(-DTRANSLATION_DOMAIN=\"libksmtp5\") -ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.92.0) +ecm_set_disabled_deprecation_versions(QT 5.15.2 KF 5.96.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/CMakePresets.json new/ksmtp-22.08.0/CMakePresets.json --- old/ksmtp-22.04.3/CMakePresets.json 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/CMakePresets.json 2022-08-05 13:33:17.000000000 +0200 @@ -2,81 +2,89 @@ "version": 3, "configurePresets": [ { + "name": "base", + "displayName": "base preset", + "generator": "Ninja", + "binaryDir": "${sourceDir}/build-${presetName}", + "installDir": "$env{KF5}", + "hidden": true + }, + { "name": "dev", "displayName": "Build as debug", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] + }, { "name": "coverage", "displayName": "Build as debug", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "BUILD_COVERAGE": "ON", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] }, { "name": "dev-qt6", "displayName": "Build against qt6", - "generator": "Ninja", "binaryDir": "${sourceDir}/build-qt6", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "BUILD_WITH_QT6": "ON", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, - "installDir": "$env{KF6}" + "inherits": [ + "base" + ] }, { "name": "dev-disable-deprecated", "displayName": "Build as without deprecated methods", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build-disable-deprecated", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON", "CMAKE_CXX_FLAGS_INIT": "-DQT_DISABLE_DEPRECATED_BEFORE=0x060000 -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x060000" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] }, { "name": "asan", "displayName": "Build with Asan support.", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build-asan", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "ECM_ENABLE_SANITIZERS" : "'address;undefined'", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] }, { "name": "pch", "displayName": "Build with PCH support.", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build-pch", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "COMPILE_WITH_CMAKE_PCH_SUPPORT": "ON", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] }, { "name": "dev-clang", "displayName": "dev-clang", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build-clang", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" @@ -85,46 +93,46 @@ "CXX": "clang++", "CCACHE_DISABLE": "ON" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] }, { "name": "unity", "displayName": "Build with CMake unity support.", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build-unity", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug", "USE_UNITY_CMAKE_SUPPORT": "ON", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] }, { "name": "release", "displayName": "Build as release mode.", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build-release", "cacheVariables": { "CMAKE_BUILD_TYPE": "Release" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] }, { "name": "profile", "displayName": "profile", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build-profile", "cacheVariables": { "CMAKE_BUILD_TYPE": "RelWithDebInfo", "CMAKE_EXPORT_COMPILE_COMMANDS": "ON" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] }, { "name": "clazy", "displayName": "clazy", - "generator": "Ninja", - "binaryDir": "${sourceDir}/build-clazy", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" }, @@ -132,7 +140,9 @@ "CXX": "clazy", "CCACHE_DISABLE": "ON" }, - "installDir": "$env{KF5}" + "inherits": [ + "base" + ] } ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/autotests/fakeserver.h new/ksmtp-22.08.0/autotests/fakeserver.h --- old/ksmtp-22.04.3/autotests/fakeserver.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/autotests/fakeserver.h 2022-08-05 13:33:17.000000000 +0200 @@ -49,4 +49,3 @@ mutable QMutex m_mutex; QList<QTcpSocket *> m_clientSockets; }; - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/autotests/smtptest.h new/ksmtp-22.08.0/autotests/smtptest.h --- old/ksmtp-22.04.3/autotests/smtptest.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/autotests/smtptest.h 2022-08-05 13:33:17.000000000 +0200 @@ -32,4 +32,3 @@ // TODO: (CL) Check if SendJob parses properly the data it gets before sending }; - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ar/libksmtp5.po new/ksmtp-22.08.0/po/ar/libksmtp5.po --- old/ksmtp-22.04.3/po/ar/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ar/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2021-12-19 18:56+0400\n" "Last-Translator: Zayed Al-Saidi <zayed.alsa...@gmail.com>\n" "Language-Team: ar\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/bs/libksmtp5.po new/ksmtp-22.08.0/po/bs/libksmtp5.po --- old/ksmtp-22.04.3/po/bs/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/bs/libksmtp5.po 2022-08-12 02:13:29.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: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2015-02-16 11:55+0000\n" "Last-Translator: Samir Ribi?? <Unknown>\n" "Language-Team: Bosnian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ca/libksmtp5.po new/ksmtp-22.08.0/po/ca/libksmtp5.po --- old/ksmtp-22.04.3/po/ca/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ca/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2021-10-10 14:41+0200\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ca@valencia/libksmtp5.po new/ksmtp-22.08.0/po/ca@valencia/libksmtp5.po --- old/ksmtp-22.04.3/po/ca@valencia/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ca@valencia/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2021-10-10 14:41+0200\n" "Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n" "Language-Team: Catalan <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/cs/libksmtp5.po new/ksmtp-22.08.0/po/cs/libksmtp5.po --- old/ksmtp-22.04.3/po/cs/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/cs/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2019-09-10 11:34+0200\n" "Last-Translator: Vit Pelcak <v...@pelcak.org>\n" "Language-Team: Czech <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/de/libksmtp5.po new/ksmtp-22.08.0/po/de/libksmtp5.po --- old/ksmtp-22.04.3/po/de/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/de/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-11-20 08:34+0100\n" "Last-Translator: Burkhard L??ck <lu...@hube-lueck.de>\n" "Language-Team: German <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/en_GB/libksmtp5.po new/ksmtp-22.08.0/po/en_GB/libksmtp5.po --- old/ksmtp-22.04.3/po/en_GB/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/en_GB/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-10-27 17:55+0100\n" "Last-Translator: Steve Allewell <steve.allew...@gmail.com>\n" "Language-Team: British English <kde-l10n-en...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/es/libksmtp5.po new/ksmtp-22.08.0/po/es/libksmtp5.po --- old/ksmtp-22.04.3/po/es/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/es/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-10-08 22:35+0100\n" "Last-Translator: Javier Vinal <fjvi...@gmail.com>\n" "Language-Team: Spanish <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/et/libksmtp5.po new/ksmtp-22.08.0/po/et/libksmtp5.po --- old/ksmtp-22.04.3/po/et/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/et/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2019-11-17 00:56+0200\n" "Last-Translator: Marek Laane <qiila...@gmail.com>\n" "Language-Team: Estonian <kde...@lists.linux.ee>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/eu/libksmtp5.po new/ksmtp-22.08.0/po/eu/libksmtp5.po --- old/ksmtp-22.04.3/po/eu/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/eu/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: ksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2021-08-22 12:56+0200\n" "Last-Translator: I??igo Salvador Azurmendi <xa...@ni.eus>\n" "Language-Team: Basque <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/fi/libksmtp5.po new/ksmtp-22.08.0/po/fi/libksmtp5.po --- old/ksmtp-22.04.3/po/fi/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/fi/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-11-21 17:23+0200\n" "Last-Translator: Tommi Nieminen <transla...@legisign.org>\n" "Language-Team: Finnish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/fr/libksmtp5.po new/ksmtp-22.08.0/po/fr/libksmtp5.po --- old/ksmtp-22.04.3/po/fr/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/fr/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-09-17 15:32+0800\n" "Last-Translator: Simon Depiets <sdepi...@gmail.com>\n" "Language-Team: French <kde-francoph...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ga/libksmtp5.po new/ksmtp-22.08.0/po/ga/libksmtp5.po --- old/ksmtp-22.04.3/po/ga/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ga/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2011-12-28 12:28-0500\n" "Last-Translator: Kevin Scannell <ksca...@gmail.com>\n" "Language-Team: Irish <gaeilge-gnuli...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/gl/libksmtp5.po new/ksmtp-22.08.0/po/gl/libksmtp5.po --- old/ksmtp-22.04.3/po/gl/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/gl/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-10-21 18:58+0100\n" "Last-Translator: Adri??n Chaves (Gallaecio) <adr...@chaves.io>\n" "Language-Team: Galician <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/hi/libksmtp5.po new/ksmtp-22.08.0/po/hi/libksmtp5.po --- old/ksmtp-22.04.3/po/hi/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/hi/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2021-06-27 15:18+0530\n" "Last-Translator: Raghavendra Kamath <ra...@raghukamath.com>\n" "Language-Team: kde-hindi\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/hu/libksmtp5.po new/ksmtp-22.08.0/po/hu/libksmtp5.po --- old/ksmtp-22.04.3/po/hu/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/hu/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2013-10-27 08:23+0100\n" "Last-Translator: Bal??zs ??r <urbal...@gmail.com>\n" "Language-Team: Hungarian <kde-l10n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ia/libksmtp5.po new/ksmtp-22.08.0/po/ia/libksmtp5.po --- old/ksmtp-22.04.3/po/ia/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ia/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2020-02-12 14:05+0100\n" "Last-Translator: giovanni <g.s...@tiscali.it>\n" "Language-Team: Interlingua <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/it/libksmtp5.po new/ksmtp-22.08.0/po/it/libksmtp5.po --- old/ksmtp-22.04.3/po/it/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/it/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-09-22 22:29+0100\n" "Last-Translator: Vincenzo Reale <smart2...@baslug.org>\n" "Language-Team: Italian <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ja/libksmtp5.po new/ksmtp-22.08.0/po/ja/libksmtp5.po --- old/ksmtp-22.04.3/po/ja/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ja/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2011-06-14 23:23-0700\n" "Last-Translator: Japanese KDE translation team <kde...@kde.org>\n" "Language-Team: Japanese <kde...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/km/libksmtp5.po new/ksmtp-22.08.0/po/km/libksmtp5.po --- old/ksmtp-22.04.3/po/km/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/km/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2011-06-28 07:53+0700\n" "Last-Translator: Khoem Sokhem <khoemsok...@khmeros.info>\n" "Language-Team: Khmer <supp...@khmeros.info>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ko/libksmtp5.po new/ksmtp-22.08.0/po/ko/libksmtp5.po --- old/ksmtp-22.04.3/po/ko/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ko/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2020-04-05 13:06+0200\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/lt/libksmtp5.po new/ksmtp-22.08.0/po/lt/libksmtp5.po --- old/ksmtp-22.04.3/po/lt/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/lt/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2011-10-04 23:13+0300\n" "Last-Translator: Liudas Ali??auskas <liudas.alisaus...@gmail.com>\n" "Language-Team: Lithuanian <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/mr/libksmtp5.po new/ksmtp-22.08.0/po/mr/libksmtp5.po --- old/ksmtp-22.04.3/po/mr/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/mr/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2013-04-02 13:56+0530\n" "Last-Translator: Chetan Khona <che...@kompkin.com>\n" "Language-Team: Marathi <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/nds/libksmtp5.po new/ksmtp-22.08.0/po/nds/libksmtp5.po --- old/ksmtp-22.04.3/po/nds/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/nds/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2011-06-15 06:14+0200\n" "Last-Translator: Manfred Wiese <m.j.wi...@web.de>\n" "Language-Team: Low Saxon <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/nl/libksmtp5.po new/ksmtp-22.08.0/po/nl/libksmtp5.po --- old/ksmtp-22.04.3/po/nl/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/nl/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-09-17 10:12+0100\n" "Last-Translator: Freek de Kruijf <freekdekru...@kde.nl>\n" "Language-Team: Dutch <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/nn/libksmtp5.po new/ksmtp-22.08.0/po/nn/libksmtp5.po --- old/ksmtp-22.04.3/po/nn/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/nn/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2020-06-07 12:31+0200\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/pl/libksmtp5.po new/ksmtp-22.08.0/po/pl/libksmtp5.po --- old/ksmtp-22.04.3/po/pl/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/pl/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-11-04 08:29+0100\n" "Last-Translator: ??ukasz Wojni??owicz <lukasz.wojnilow...@gmail.com>\n" "Language-Team: Polish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/pt/libksmtp5.po new/ksmtp-22.08.0/po/pt/libksmtp5.po --- old/ksmtp-22.04.3/po/pt/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/pt/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-09-16 11:53+0100\n" "Last-Translator: Jos?? Nuno Coelho Pires <zepi...@gmail.com>\n" "Language-Team: Portuguese <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/pt_BR/libksmtp5.po new/ksmtp-22.08.0/po/pt_BR/libksmtp5.po --- old/ksmtp-22.04.3/po/pt_BR/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/pt_BR/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libksmtp5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2019-02-20 11:13-0300\n" "Last-Translator: Luiz Fernando Ranghetti <elchev...@opensuse.org>\n" "Language-Team: Portuguese <kde-i18n-pt...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ro/libksmtp5.po new/ksmtp-22.08.0/po/ro/libksmtp5.po --- old/ksmtp-22.04.3/po/ro/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ro/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: ksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2021-07-26 12:56+0100\n" "Last-Translator: Sergiu Bivol <ser...@cip.md>\n" "Language-Team: Romanian\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ru/libksmtp5.po new/ksmtp-22.08.0/po/ru/libksmtp5.po --- old/ksmtp-22.04.3/po/ru/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ru/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2020-04-22 17:23+0300\n" "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n" "Language-Team: Russian <kde-russ...@lists.kde.ru>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/sk/libksmtp5.po new/ksmtp-22.08.0/po/sk/libksmtp5.po --- old/ksmtp-22.04.3/po/sk/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/sk/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2019-08-04 10:11+0200\n" "Last-Translator: Matej Mrenica <matejm98m...@gmail.com>\n" "Language-Team: Slovak <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/sl/libksmtp5.po new/ksmtp-22.08.0/po/sl/libksmtp5.po --- old/ksmtp-22.04.3/po/sl/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/sl/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2020-01-23 16:40+0100\n" "Last-Translator: Matja?? Jeran <matjaz.je...@amis.net>\n" "Language-Team: Slovenian <lugos-...@lugos.si>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/sv/libksmtp5.po new/ksmtp-22.08.0/po/sv/libksmtp5.po --- old/ksmtp-22.04.3/po/sv/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/sv/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-09-18 20:16+0100\n" "Last-Translator: Stefan Asserh??ll <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ta/libksmtp5.po new/ksmtp-22.08.0/po/ta/libksmtp5.po --- old/ksmtp-22.04.3/po/ta/libksmtp5.po 1970-01-01 01:00:00.000000000 +0100 +++ new/ksmtp-22.08.0/po/ta/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -0,0 +1,84 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the ksmtp package. +# +# Kishore G <kishor...@gmail.com>, 2022. +msgid "" +msgstr "" +"Project-Id-Version: ksmtp\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" +"PO-Revision-Date: 2022-07-07 19:26+0530\n" +"Last-Translator: Kishore G <kishor...@gmail.com>\n" +"Language-Team: Tamil <kde-i18n-...@kde.org>\n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 22.04.2\n" + +#: job.cpp:58 +#, kde-format +msgid "Service not available" +msgstr "???????????? ???????????????????????????????????????" + +#: job.cpp:60 +#, kde-format +msgid "Mailbox unavailable. The server said: %1" +msgstr "???????????????????????????????????? ???????????????????????????????????????. ???????????????????????? ?????????????????????: %1" + +#: job.cpp:62 +#, kde-format +msgid "Insufficient storage space on server. The server said: %1" +msgstr "???????????????????????????????????? ??????????????? ???????????????????????? ???????????? ???????????????. ???????????????????????? ?????????????????????: %1" + +#: job.cpp:64 +#, kde-format +msgid "Server error: %1" +msgstr "?????????????????? ?????????????????????: %1" + +#: job.cpp:73 +#, kde-format +msgid "Connection to server lost." +msgstr "?????????????????????????????????????????? ????????????????????? ???????????????????????????????????????." + +#: loginjob.cpp:77 +#, kde-format +msgid "Login" +msgstr "??????????????????" + +#: loginjob.cpp:163 +#, kde-format +msgid "" +"Could not authenticate to the SMTP server because no matching authentication " +"method has been found" +msgstr "" + +#: loginjob.cpp:224 +#, kde-format +msgid "Token expired" +msgstr "" + +#: loginjob.cpp:268 +#, kde-format +msgid "Login failed, cannot initialize the SASL library" +msgstr "" + +#: sendjob.cpp:54 +#, kde-format +msgid "SendJob" +msgstr "" + +#: sendjob.cpp:103 +#, kde-format +msgid "" +"Could not send the message because either the sender or recipient field is " +"missing or invalid" +msgstr "" + +#: sendjob.cpp:111 +#, kde-format +msgid "" +"Could not send the message because it exceeds the maximum allowed size of %1 " +"bytes. (Message size: %2 bytes.)" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/tr/libksmtp5.po new/ksmtp-22.08.0/po/tr/libksmtp5.po --- old/ksmtp-22.04.3/po/tr/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/tr/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -6,10 +6,10 @@ msgstr "" "Project-Id-Version: libksmtp5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2022-06-24 05:15+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" -"Language-Team: Turkish <kde-i18n-...@kde.org>\n" +"Language-Team: Turkish <kde-l10n...@kde.org>\n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/ug/libksmtp5.po new/ksmtp-22.08.0/po/ug/libksmtp5.po --- old/ksmtp-22.04.3/po/ug/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/ug/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2013-09-08 07:05+0900\n" "Last-Translator: Gheyret Kenji <ghey...@gmail.com>\n" "Language-Team: Uyghur <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/uk/libksmtp5.po new/ksmtp-22.08.0/po/uk/libksmtp5.po --- old/ksmtp-22.04.3/po/uk/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/uk/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libksmtp5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: 2018-09-17 08:53+0300\n" "Last-Translator: Yuri Chornoivan <yurc...@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/zh_CN/libksmtp5.po new/ksmtp-22.08.0/po/zh_CN/libksmtp5.po --- old/ksmtp-22.04.3/po/zh_CN/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/zh_CN/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -2,8 +2,8 @@ msgstr "" "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" -"PO-Revision-Date: 2022-07-02 11:03\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" +"PO-Revision-Date: 2022-08-07 13:32\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/po/zh_TW/libksmtp5.po new/ksmtp-22.08.0/po/zh_TW/libksmtp5.po --- old/ksmtp-22.04.3/po/zh_TW/libksmtp5.po 2022-07-05 06:43:06.000000000 +0200 +++ new/ksmtp-22.08.0/po/zh_TW/libksmtp5.po 2022-08-12 02:13:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ksmtp\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2022-04-14 02:12+0000\n" +"POT-Creation-Date: 2022-04-14 00:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese <kde-i18n-...@kde.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/job.h new/ksmtp-22.08.0/src/job.h --- old/ksmtp-22.04.3/src/job.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/job.h 2022-08-05 13:33:17.000000000 +0200 @@ -47,4 +47,3 @@ std::unique_ptr<JobPrivate> const d_ptr; }; } - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/job_p.h new/ksmtp-22.08.0/src/job_p.h --- old/ksmtp-22.04.3/src/job_p.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/job_p.h 2022-08-05 13:33:17.000000000 +0200 @@ -38,4 +38,3 @@ QString m_name; }; } - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/loginjob.h new/ksmtp-22.08.0/src/loginjob.h --- old/ksmtp-22.04.3/src/loginjob.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/loginjob.h 2022-08-05 13:33:17.000000000 +0200 @@ -42,4 +42,3 @@ void handleResponse(const ServerResponse &r) override; }; } - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/sendjob.cpp new/ksmtp-22.08.0/src/sendjob.cpp --- old/ksmtp-22.04.3/src/sendjob.cpp 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/sendjob.cpp 2022-08-05 13:33:17.000000000 +0200 @@ -170,9 +170,9 @@ void SendJobPrivate::sendNextRecipient() { - const bool dnsSupport = m_session->allowsDns() ? m_dsn : false; - // qDebug() << " void SendJobPrivate::sendNextRecipient()" << m_session->allowsDns() << " dnsSupport " << dnsSupport; - q->sendCommand("RCPT TO:<" + m_recipientsCopy.takeFirst().toUtf8() + '>' + (dnsSupport ? " NOTIFY=success,failure" : "")); + const bool dsnSupport = m_session->allowsDsn() ? m_dsn : false; + // qDebug() << " void SendJobPrivate::sendNextRecipient()" << m_session->allowsDsn() << " dsnSupport " << dsnSupport; + q->sendCommand("RCPT TO:<" + m_recipientsCopy.takeFirst().toUtf8() + '>' + (dsnSupport ? " NOTIFY=success,failure" : "")); } void SendJobPrivate::addRecipients(const QStringList &rcpts) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/sendjob.h new/ksmtp-22.08.0/src/sendjob.h --- old/ksmtp-22.04.3/src/sendjob.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/sendjob.h 2022-08-05 13:33:17.000000000 +0200 @@ -67,4 +67,3 @@ void handleResponse(const ServerResponse &r) override; }; } - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/serverresponse_p.h new/ksmtp-22.08.0/src/serverresponse_p.h --- old/ksmtp-22.04.3/src/serverresponse_p.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/serverresponse_p.h 2022-08-05 13:33:17.000000000 +0200 @@ -27,4 +27,3 @@ bool m_multiline; }; } - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/session.cpp new/ksmtp-22.08.0/src/session.cpp --- old/ksmtp-22.04.3/src/session.cpp 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/session.cpp 2022-08-05 13:33:17.000000000 +0200 @@ -149,9 +149,9 @@ return d->m_allowsTls; } -bool Session::allowsDns() const +bool Session::allowsDsn() const { - return d->m_allowsDns; + return d->m_allowsDsn; } QStringList Session::availableAuthModes() const @@ -259,7 +259,7 @@ } else if (r.text().startsWith("AUTH ")) { // krazy:exclude=strings setAuthenticationMethods(r.text().remove(0, QByteArray("AUTH ").count()).split(' ')); } else if (r.text() == "DSN") { - m_allowsDns = true; + m_allowsDsn = true; } if (!r.isMultiline()) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/session.h new/ksmtp-22.08.0/src/session.h --- old/ksmtp-22.04.3/src/session.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/session.h 2022-08-05 13:33:17.000000000 +0200 @@ -94,9 +94,9 @@ Q_REQUIRED_RESULT bool allowsTls() const; /** - Returns true if the SMTP server has indicated that it allows DSN support, false otherwise. + Returns true if the SMTP server has indicated that it allows Delivery Status Notification (DSN) support, false otherwise. */ - Q_REQUIRED_RESULT bool allowsDns() const; + Q_REQUIRED_RESULT bool allowsDsn() const; /** @todo: return parsed auth modes, instead of strings. @@ -155,4 +155,3 @@ SessionPrivate *const d; }; } - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/session_p.h new/ksmtp-22.08.0/src/session_p.h --- old/ksmtp-22.04.3/src/session_p.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/session_p.h 2022-08-05 13:33:17.000000000 +0200 @@ -84,9 +84,8 @@ int m_size = 0; bool m_allowsTls = false; bool m_starttlsSent = false; - bool m_allowsDns = false; + bool m_allowsDsn = false; QStringList m_authModes; QString m_customHostname; }; } - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/sessionthread.cpp new/ksmtp-22.08.0/src/sessionthread.cpp --- old/ksmtp-22.04.3/src/sessionthread.cpp 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/sessionthread.cpp 2022-08-05 13:33:17.000000000 +0200 @@ -211,11 +211,9 @@ QMutexLocker locker(&m_mutex); QSslCipher cipher = m_socket->sessionCipher(); - if (!m_socket->sslHandshakeErrors().isEmpty() - || !m_socket->isEncrypted() || cipher.isNull() || cipher.usedBits() == 0) { + if (!m_socket->sslHandshakeErrors().isEmpty() || !m_socket->isEncrypted() || cipher.isNull() || cipher.usedBits() == 0) { qCDebug(KSMTP_LOG) << "Initial SSL handshake failed. cipher.isNull() is" << cipher.isNull() << ", cipher.usedBits() is" << cipher.usedBits() - << ", the socket says:" << m_socket->errorString() << "and the list of SSL errors contains" - << m_socket->sslHandshakeErrors().count() + << ", the socket says:" << m_socket->errorString() << "and the list of SSL errors contains" << m_socket->sslHandshakeErrors().count() << "items."; KSslErrorUiData errorData(m_socket.get()); Q_EMIT sslError(errorData); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/sessionthread_p.h new/ksmtp-22.08.0/src/sessionthread_p.h --- old/ksmtp-22.04.3/src/sessionthread_p.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/sessionthread_p.h 2022-08-05 13:33:17.000000000 +0200 @@ -73,4 +73,3 @@ bool m_useTls = false; }; } - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ksmtp-22.04.3/src/sessionuiproxy.h new/ksmtp-22.08.0/src/sessionuiproxy.h --- old/ksmtp-22.04.3/src/sessionuiproxy.h 2022-06-09 13:43:43.000000000 +0200 +++ new/ksmtp-22.08.0/src/sessionuiproxy.h 2022-08-05 13:33:17.000000000 +0200 @@ -49,4 +49,3 @@ virtual bool ignoreSslError(const KSslErrorUiData &errorData) = 0; }; } -