Aktualisierung von Abhängigkeiten und UI-Optimierungen

Die Abhängigkeiten wurden umfassend aktualisiert:
- `GdPicture`-Bibliotheken auf Version `14.4.4` angehoben.
UI-Änderungen:
Sonstige Änderungen:
- Debug-Logging für TLS-Optionen in `frmMain.vb` hinzugefügt.
- Projekt `wisag_check_Att` aus der Lösung entfernt.
This commit is contained in:
Developer01
2026-06-23 11:38:09 +02:00
parent 9dccbee8c9
commit fb7fc36a53
8 changed files with 225 additions and 638 deletions

View File

@@ -782,6 +782,7 @@ Public Class frmMain
.EnableTls1_2 = CheckBoxEnableTls1_2.Checked,
.EnableDefault = oDefault
}
Logger.Debug($"oOptions: oOptions.EnableTls1_1: {oOptions.EnableTls1_1}, oOptions.EnableTls1_2: {oOptions.EnableTls1_2}, oOptions.EnableDefault: {oOptions.EnableDefault}")
Dim oResult As Mail.MailSession.SessionInfo = _MailSender.Connect(EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain, AUTH_TYPEComboBox.Text, oOptions)
If oResult.Connected = False Then