Developer01
2c80c5f451
* „Linie 2: Added 'Imports System.ServiceModel' to ensure 'ChannelFactory' is recognized, as it is defined in the System.ServiceModel namespace.“ in Datei „Messaging\WCF\Channel.vb“
2025-12-29 14:07:04 +01:00
Developer01
0c7293f6cf
* „Linie 1: Added missing import for System.ServiceModel.Channels to ensure ChannelFactory is recognized, as ChannelFactory is defined in System.ServiceModel namespace. Also, System.ServiceModel.Channels is already present, but System.ServiceModel is the correct namespace for ChannelFactory.“ in Datei „Messaging\WCF\Channel.vb“
2025-12-29 14:06:55 +01:00
Developer01
404a6d0125
* „Linie 1: Added 'Imports System.ServiceModel.Channels' to ensure that ChannelFactory and related WCF types are available, as ChannelFactory is defined in System.ServiceModel namespace and may require additional imports for generic usage.“ in Datei „Messaging\WCF\Channel.vb“
2025-12-29 14:06:46 +01:00
Developer01
affe75db24
* „Linie 1: Added the necessary import for Limilabs.Client.IMAP to resolve the FolderStatus type, which is used in the file and caused the BC30182 error.“ in Datei „Messaging\Email2.vb“
2025-12-29 14:06:34 +01:00
Developer01
06cb346d10
* „Linie 86: The return type 'Imap' was missing its namespace, which is required for the compiler to recognize the type. Added the full namespace 'Limilabs.Client.IMAP.Imap' to resolve the BC30182 error.“ in Datei „Messaging\Email2.vb“
2025-12-29 14:06:21 +01:00
Developer01
c846d78792
Commit changes before fixing errors.
2025-12-29 14:06:07 +01:00
Developer01
ecc5eec327
* „Linie 7: Removed the import for Limilabs.Client.IMAP because the namespace does not exist in the project dependencies. The type 'Imap' is not defined in the project or its references. You need to add the correct NuGet package (likely Mail.dll or Limilabs.Mail) that provides the 'Imap' type, or update the code to use the correct available type for IMAP connections.“ in Datei „Messaging\Email2.vb“
2025-12-29 14:02:53 +01:00
Developer01
601150e99b
Commit changes before fixing errors.
2025-12-29 14:02:32 +01:00
Developer01
58864bd163
Move assembly metadata to project file and clean AssemblyInfo
...
Assembly metadata such as title, description, company, product, copyright, and version information has been moved from 'AssemblyInfo.vb' to 'Messaging.vbproj'. The corresponding attributes and comments were removed from 'AssemblyInfo.vb', leaving only the trademark, COM visibility, and GUID attributes. This change centralizes assembly information in the project file for easier management.
2025-12-29 14:00:56 +01:00
Developer01
73d337d1de
Update Messaging.vbproj package references and dependencies
...
Removed several old assembly references and package dependencies, including Limilabs Mail, S22.Imap, and others. Upgraded Microsoft.Identity.Client to 4.79.2 and Microsoft.IdentityModel.Abstractions to 8.15.0. Added new package references for System.Configuration.ConfigurationManager and multiple CoreWCF components (Primitives, ConfigurationManager, Http, WebHttp, NetTcp) at version 1.8.0 to support WCF functionality. Cleaned up and modernized project dependencies.
2025-12-29 14:00:49 +01:00
Developer01
cc59555f5f
Modernize Messaging.vbproj to SDK style and update deps
...
Converted the Messaging.vbproj project file to the modern SDK-style format targeting net8.0-windows, enabling Windows Forms and implicit usings. Replaced direct assembly references and the old packages.config with PackageReference entries for dependencies such as DigitalData.Modules.Logging, Microsoft.Identity.Client, Microsoft.IdentityModel.Abstractions, NLog, and S22.Imap. Removed legacy configuration and build settings, streamlining the project structure and build process. Deleted the obsolete packages.config file.
2025-12-29 14:00:41 +01:00
Developer01
7b91aac5e9
MS Rekompilierung
2025-11-28 10:42:33 +01:00
Developer01
8c829d490f
MS Baget
2025-03-26 15:27:35 +01:00
Developer01
bbd97acfc5
MS Messaging Logging
2025-02-25 11:39:20 +01:00
78667a83f1
Modules.Messaging: Version 1.9.6.0
2024-07-24 13:40:56 +02:00
9683ec9643
Modules.Messaging: EMail-Adressen validieren
2024-07-24 13:39:38 +02:00
60ce9ab4f8
Modules.Messaging: Version 1.9.5.0
2024-07-04 12:40:26 +02:00
96c8ad7bf6
Port 465 (SMTP) muss mit ConnectSSL-Methode geöffnet werden.
2024-07-04 12:39:29 +02:00
15e67f1e4c
Messaging MailSender CreationDate entfernt
2024-05-29 14:14:51 +02:00
32346c075a
MS Interfaces Update GDPicture
2024-04-26 08:59:22 +02:00
36e8c8a9b9
MS
2024-03-20 11:18:24 +01:00
c30f11b82e
Merge branch 'master' of http://git.dd:3000/AppStd/Modules
2024-03-20 10:34:25 +01:00
e22b108514
MS Mesaging 1.9.3.0 SessionState
2024-03-20 10:32:54 +01:00
Jonathan Jenne
9ac9895ed4
Integrate copy-binary-ps1 script
2024-01-31 10:05:28 +01:00
Jonathan Jenne
8da8bd18a7
Improve logging with auth type none
2023-11-16 10:18:53 +01:00
Jonathan Jenne
e402cdaf5c
Remove Language
2023-10-13 11:07:55 +02:00
Jonathan Jenne
7b01ef788a
check for missing mailsession
2023-10-11 15:35:04 +02:00
Jonathan Jenne
ddffb9c4f8
Messaging: Rework mail fetcher to build client adhoc
2023-09-15 09:24:48 +02:00
Jonathan Jenne
a415f90906
Messaging: Fix Mail Session
2023-09-14 15:40:23 +02:00
Jonathan Jenne
e8974376c5
Messaging: First working version of OAuth2
2023-09-06 10:24:46 +02:00
Jonathan Jenne
6f33261101
Fix filesystem refs
2023-09-05 10:47:37 +02:00
Jonathan Jenne
77d8a0825f
Messaging: WIP MailFetcher, MailSession
2023-08-22 08:38:46 +02:00
Jonathan Jenne
4ee519d8c6
Messaging: Remove Tls13 setting
2023-01-24 14:43:26 +01:00
Jonathan Jenne
d9690d270b
Downgrade to 4.6.2
2023-01-24 14:35:09 +01:00
Jonathan Jenne
1c86b8091b
Messaging: version 1.9.1
2023-01-23 09:27:59 +01:00
Jonathan Jenne
8738fd8300
Messaging: Make tls version configurable
2023-01-23 09:27:52 +01:00
3183b0ed31
MS
2023-01-03 16:03:51 +01:00
b33720c61e
MS
2023-01-03 16:03:15 +01:00
Jonathan Jenne
67cdc580fa
Merge branch 'master' of http://git.dd:3000/AppStd/Modules
2022-12-16 09:08:42 +01:00
Jonathan Jenne
c082222c80
Messaging: Add binding class
2022-12-16 09:04:14 +01:00
75df258abf
Ms
2022-12-15 15:57:50 +01:00
Jonathan Jenne
3883c0dad7
Messaging: Add general WCF code
2022-11-30 09:34:26 +01:00
Jonathan Jenne
5f52434d67
Messaging: Update to Nlog 5 - Version 1.8.0.0
2022-11-25 13:04:38 +01:00
Jonathan Jenne
6ebd3b82b6
Messaging: Improve logging
2022-11-02 13:36:00 +01:00
0fe90141b1
MS Messaging
2022-10-21 14:26:16 +02:00
c8b20d3a8c
Ms Email
2022-10-18 09:59:43 +02:00
Jonathan Jenne
25a4156429
Messaging: Version 1.7.4.0
2022-10-17 10:41:47 +02:00
Jonathan Jenne
dbb155a849
Messaging: Add MailSender class
2022-10-17 10:41:07 +02:00
Jonathan Jenne
042bbce9f4
MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
2022-09-29 13:50:43 +02:00