From 18d1214681659e88e917f046f3fc865e0f050b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Tue, 27 Dec 2022 12:01:04 +0100 Subject: [PATCH] update attach filename --- src/cpp/Attachment.cpp | 2 +- src/cpp/eMailShrinker.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cpp/Attachment.cpp b/src/cpp/Attachment.cpp index 7a2ba77..fdc1ae2 100644 --- a/src/cpp/Attachment.cpp +++ b/src/cpp/Attachment.cpp @@ -62,7 +62,7 @@ const string Attachment::HTML ("html"); const string Attachment::RELATED ("related"); const string Attachment::SIGNED ("signed"); const string Attachment::ALTERNATIVE ("alternative"); -const string Attachment::KAZ_ATTACH_NAME (".---KazAttachment---.html"); +const string Attachment::KAZ_ATTACH_NAME ("vos-pieces-jointes-kaz-ici.htm"); const string Attachment::MULTIPART ("multipart/"); const regex Attachment::nameCharsetRegEx (".*name\\*=\\s*([; \t]*)"); diff --git a/src/cpp/eMailShrinker.cpp b/src/cpp/eMailShrinker.cpp index 0c04973..2927608 100644 --- a/src/cpp/eMailShrinker.cpp +++ b/src/cpp/eMailShrinker.cpp @@ -33,7 +33,7 @@ //////////////////////////////////////////////////////////////////////////// #include "version.hpp" -const std::string kaz::LAST_VERSION_NUM ("2.10"); +const std::string kaz::LAST_VERSION_NUM ("2.11"); const std::string kaz::LAST_VERSION_DATE ("2022-12-27"); const std::string kaz::LAST_VERSION (LAST_VERSION_NUM+" "+LAST_VERSION_DATE+" eMailShrinker");