Commit Graph

25 Commits

Author SHA1 Message Date
OlgunR
9b321269ce Refactor monitoring grid to use GridViewMonitoring
Replaces all references to GridView5 with GridViewMonitoring for clarity and maintainability. Updates layout save/restore logic to use the new view, adds a helper for loading layouts, and improves default layout restoration. Cleans up designer and resource files, removing obsolete entries and ensuring correct initialization.
2026-01-28 11:28:19 +01:00
OlgunR
5d4cdb2814 Add save/restore layout buttons to Monitoring grid
Added "Save Layout" and "Restore Default Layout" buttons to the Monitoring tab, allowing users to save and restore the grid layout for GridView5. The layout is persisted as an XML file in the user's app data directory. On form load, the layout is restored if the file exists. Button event handlers provide user feedback, and control positions were adjusted to fit the new buttons.
2026-01-27 13:31:15 +01:00
OlgunR
234510e5db Make GridView non-editable in frmMain
Set gridView.OptionsBehavior.Editable to False after best-fitting columns, ensuring users cannot edit cell values directly in the UI.
2026-01-27 12:08:47 +01:00
OlgunR
7ce7a11a30 Auto-fit grid columns using BestFitColumns()
Replaced manual column width settings for "GUID", "PROFILE_ID", and "EMAIL_SUBJECT" with gridView.BestFitColumns() to automatically adjust all column widths based on their content. This improves maintainability and ensures optimal display of data.
2026-01-27 10:56:29 +01:00
OlgunR
80b33eb3b2 Add Refresh button to Monitoring tab in frmMain
Added a "Refresh" button with icon to the Monitoring tab's config panel. The button reloads the monitoring grid via a new event handler. Refactored designer code for better organization and updated .resx tray locations. No functional resource changes.
2026-01-27 10:36:57 +01:00
OlgunR
4a62d456d0 Set explicit grid column widths and enable auto width
Replaced best-fit columns with fixed widths for GUID, PROFILE_ID, and EMAIL_SUBJECT. Enabled ColumnAutoWidth for improved layout control.
2026-01-27 10:31:59 +01:00
OlgunR
2c1c63563c Add Monitoring tab with configurable email history grid
Introduced a new "Monitoring" tab to the main form, featuring a configuration panel for specifying the number of emails to display and a DevExpress grid to show recent email history from TBEMLP_HISTORY. Added logic to validate the configuration input and dynamically reload the grid. Updated designer and code-behind to support new controls and event handlers. Made minor layout adjustments to accommodate the new UI elements.
2026-01-27 10:13:02 +01:00
Developer01
8fb7992c22 Oauth 2 integriert 2025-11-27 17:55:35 +01:00
Developer01
c5715e7c89 TLS Anpassungen und Logging 2025-06-26 16:42:22 +02:00
Developer01
f0d1520286 Form logging und methode wie im Service benutzen 2025-06-24 14:49:07 +02:00
a73b8f5a16 EMailProfiler.Common: Die Config-Klasse MUSS Config heißen 2025-01-17 14:25:20 +01:00
c6ac431d7f EmailProfiler.Form: Neues DB-Feld ALLOW_XML_RECEIPTS und dazugehörige Checkbox eingebaut. ConnectionString in Mysettings angepasst. 2025-01-17 11:08:49 +01:00
ba999fa1d9 EMailProfiler: Config-Daten in zentraler Klasse. abfrage der GDPicture Lizenz über Config-Modul 2025-01-09 10:13:07 +01:00
92b5a72537 MS attachmentsHandling 2024-05-08 15:21:30 +02:00
79edfe385a EMail Profiler: Konfiguration erweitert (RejectionTemplateId) 2024-04-24 11:18:48 +02:00
Jonathan Jenne
1c07b9b507 Move processed emails to imap folder Verarbeitet, if they are not deleted 2023-11-21 16:28:25 +01:00
Jonathan Jenne
3801714e0a Enable Tls1.1 and Tls1.2 2023-10-05 15:12:00 +02:00
Jonathan Jenne
ac45956b8c Load config also from appdata 2023-09-22 09:52:49 +02:00
Jonathan Jenne
06f0179270 Fix SQL Designer, support encrypted db passwords 2023-09-22 09:42:56 +02:00
Jonathan Jenne
1ca7a009d9 Fix Namespace 2023-09-19 13:15:42 +02:00
Jonathan Jenne
8b5f6f0635 WIP Email Validation 2023-09-19 11:39:27 +02:00
Jonathan Jenne
c43903154c Add Initial Support for OAuth2 / O365 2023-09-06 12:55:10 +02:00
Jonathan Jenne
5f04d6a7a6 smol changes 2023-09-05 11:59:20 +02:00
Jonathan Jenne
660921b50b Clean up UI, add Security NONE 2023-08-16 16:12:05 +02:00
Jonathan Jenne
c8dbbd6381 Rename Projects, clean up interfaces 2023-07-31 16:30:26 +02:00