Compare commits

...

193 Commits

Author SHA1 Message Date
OlgunR
d48b7765e9 Add reference to DigitalData.Modules.Encryption DLL
Included DigitalData.Modules.Encryption as a project reference
with a specified HintPath to enable encryption functionality. No
other changes were made to the project file.
2026-05-06 15:41:22 +02:00
8077256484 EmailProfiler.Common: Korrektur der Start-Meldung 2026-04-29 14:58:12 +02:00
775d2b6212 EMailProfile.Common: Version 3.5.3.0 2026-04-29 13:49:22 +02:00
f75bd2f484 EMailProfile.Common: Variablen-Initialisierung zurückgenommen. Führt u.U. zu Exception. 2026-04-29 13:48:40 +02:00
a1a1c97eeb GDPicture (14.3.3) & Verweise korrigiert 2026-04-29 13:47:46 +02:00
59bcc20ca3 EMailProfiler.Common: Version 3.5.2.0 2026-04-15 14:02:24 +02:00
149a2bf41f EMailProfiler.Common: echter Abbruch bei doppeltem Schlüssel 2026-04-15 11:36:35 +02:00
OlgunR
971efb5a17 Korrekturen mit pitzm 2026-04-15 10:27:50 +02:00
c8912dd449 EMailProfiler - Verweise korrigiert / Externe Verweise korrigiert 2026-04-15 10:08:40 +02:00
5b3d2bf2c3 EMailProfiler.Common: Version 3.5.1.0 2026-04-15 08:40:45 +02:00
7204390e85 Wegen Problemen mit doppelte MessageIDs wird zur sicherheite eine zweite erzeugt, und ggf. verwendet. 2026-04-15 08:39:25 +02:00
Developer01
9dccbee8c9 MergeCommit 2026-04-14 15:28:54 +02:00
Developer01
d46880f245 Merge branch 'Release-Monitoring' of https://vcs.digitaldata.works/AppStd/EmailProfiler into Release-Monitoring 2026-04-14 15:25:24 +02:00
Developer01
3ac4ac9a9b Verweise aktualisieren 2026-04-14 15:24:49 +02:00
OlgunR
3f63173feb Enable AutoScroll and restore DevExpress tab icons
Added AutoScroll to frmMain for better content handling. Restored DevExpress SVG tab icon resources and cleaned up redundant TrayLocation metadata in frmMain.resx. Also re-added required DevExpress.Data.v21.2 assembly reference.
2026-03-05 12:02:48 +01:00
OlgunR
91287d75c1 Reset AssemblyFileVersion to 1.0.0.0 in AssemblyInfo.vb
The AssemblyFileVersion attribute was changed from 3.4.0.0 to 1.0.0.0, while keeping AssemblyVersion at 3.4.0.0. This resets the file version metadata without affecting assembly binding.
2026-03-05 11:28:39 +01:00
OlgunR
d46fca1cfa Update assembly info for 2026 and version 3.4.0.0
Updated copyright year to 2026. Changed assembly trademark to "3.4.0.0". Bumped assembly version and file version to 3.4.0.0.
2026-03-05 10:23:18 +01:00
OlgunR
9d66826be9 Add layout save/restore buttons and update tab icons
Added "Save Layout" and "Restore Default Layout" buttons to frmMain, anchored to the top right of the monitoring config panel. Set minimum form size to 800x400. Updated .resx with new tray locations and restored SVG icons for tab pages. Changes are designer-generated and do not affect application logic.
2026-03-05 10:17:25 +01:00
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
c2e7d06c4c Update main form and add splash/HDR settings in app config
Switched main form from Form1 to frmMain. Removed the ApplicationType element. Added MinimumSplashScreenDisplayTime and HighDpiMode settings to support splash screen timing and high DPI configuration. Reordered XML namespaces for consistency.
2026-01-27 13:04:52 +01:00
OlgunR
b4ea5d9a00 Update version to 3.2.0 in AssemblyInfo.vb
Updated AssemblyTrademark to "3.2.0" and AssemblyVersion to "3.2.0.0" to reflect the new release version. No other changes were made.
2026-01-27 12:50:04 +01:00
OlgunR
da9b468b01 Revert "Update main form, config, and bump version to 3.2.0"
This reverts commit 180d5d7d3a.
2026-01-27 12:48:12 +01:00
OlgunR
180d5d7d3a Update main form, config, and bump version to 3.2.0
Changed startup form to frmMain and updated XML config with new elements. Increased trademark and assembly versions to 3.2.0.
2026-01-27 12:46:38 +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
OlgunR
6272a11eb1 Add empty "Monitoring" tab to frmMain interface
Added a new tab page named "Monitoring" to the frmMain form and included it in the main TabControl. Updated the designer and resource files to declare the new tab and re-add related image and metadata entries. No functional logic has been implemented for the new tab yet.
2026-01-27 09:54:56 +01:00
OlgunR
8a7a9ebb67 Adjust UI layout and localization in frmMain form
- Updated location and size of ACTIVECheckBox controls for better alignment
- Reduced BindingNavigator4 width and increased GridControl3 height
- Changed BindingNavigatorCountItem1 text from German to English
- Added/updated TrayLocation metadata and restored SVG tab icons in frmMain.resx
- No changes to core logic; cosmetic and localization improvements only
2026-01-27 09:06:10 +01:00
OlgunR
3bb1531a77 Revert "Add Monitoring tab with grid for TBEMLP_HISTORY data"
This reverts commit 35bdee53e3.
2026-01-26 13:50:03 +01:00
OlgunR
396a02382f Revert "Improve Monitoring tab UI: add email limit panel"
This reverts commit 6b291e82a7.
2026-01-26 13:49:53 +01:00
OlgunR
aa51911e72 Revert "Refactor grid column logic, lock designer controls"
This reverts commit 7f95c28b5e.
2026-01-26 13:49:39 +01:00
OlgunR
6d12be2033 Update to .NET 4.8, English comments, and config tweaks
Upgraded project to target .NET Framework 4.8 and updated App.config accordingly. Replaced German with English comments in auto-generated designer files for better accessibility. Made minor XML formatting improvements in App.config. Added OnInitialize override to set MinimumSplashScreenDisplayTime to 0. Set requireReinstallation="true" for Microsoft.IdentityModel.Abstractions in packages.config.
2026-01-26 13:44:56 +01:00
Developer01
c7ef7fe478 ImageScaling 2026-01-23 14:02:23 +01:00
Developer01
48bc6dcc26 Push release 2026-01-23 13:57:44 +01:00
Developer01
af916cc5d2 Merge branch 'master' of https://vcs.digitaldata.works/AppStd/EmailProfiler 2026-01-23 13:48:15 +01:00
Developer01
5980d907b2 Commit wegen frmMain Controls 2026-01-23 13:47:47 +01:00
OlgunR
7f95c28b5e Refactor grid column logic, lock designer controls
Refactored GridView5 column formatting to only show relevant columns and improve maintainability. Added .Locked metadata to many controls in frmMain.resx to enforce read-only state in the designer. Restored SVG images for XtraTabPages and updated TrayLocation metadata for components.
2026-01-22 11:38:18 +01:00
OlgunR
6b291e82a7 Improve Monitoring tab UI: add email limit panel
Added a top panel to the Monitoring tab for specifying the number of emails to fetch, with a label and input field. Refactored grid layout by placing gridMonitoring inside a docked panel for better separation and flexibility. Updated designer code and .resx metadata to support new controls and lock them in the designer. No changes to business logic.
2026-01-22 11:24:41 +01:00
OlgunR
35bdee53e3 Add Monitoring tab with grid for TBEMLP_HISTORY data
Added a new Monitoring tab to frmMain with a DevExpress grid displaying TBEMLP_HISTORY records. Updated designer and resource files to support the new tab and controls. Introduced LoadMonitoringIntoGrid method to populate and format the grid. Resized various UI controls for improved readability and updated label texts. Updated licenses.licx and project DLL HintPaths for compatibility.
2026-01-22 10:06:46 +01:00
Developer01
38e682dcef Update GDPicture Variablenname LicenseString 2025-12-09 16:34:04 +01:00
Developer01
543db62095 GDPicture Local 2025-12-08 15:23:29 +01:00
Developer01
44267288ef GDPictureLicense via config 2025-12-08 14:47:11 +01:00
Developer01
904c4a7f2e GD Picture 14.3.18 2025-12-08 10:09:18 +01:00
Developer01
12e9538968 clsWorkEmail 2025-12-03 13:07:09 +01:00
Developer01
f150041a33 Stage Commit clsWorkemail 2025-12-03 13:01:50 +01:00
Developer01
109d497e37 MS AssemblyInfo 2025-12-03 12:49:37 +01:00
Developer01
8fb7992c22 Oauth 2 integriert 2025-11-27 17:55:35 +01:00
7d04f4c3b5 Ungekürztes Subject verwenden 2025-10-01 10:21:31 +02:00
d397c9ec95 EMailProfiler.Common: Version 3.1.2.0 2025-10-01 09:43:54 +02:00
d7c2c86a00 Ein leeres Subject führt offensichtlich zu unverarbeiteten E-Mails. Variable und deren Logging geprüft und abgesichert 2025-10-01 09:43:01 +02:00
db06af6a37 EMailprofile.Common: Version 3.1.1.0 2025-09-10 08:47:44 +02:00
1bcf91f7c8 EMailprofile.Common: Korrektur Fall ein normaler Anhang ist defekt. 2025-09-10 08:46:36 +02:00
d0e93841fe Test-Tool Aktualisierungen 2025-09-10 08:45:13 +02:00
6c47b9ddec EMailProfile.Common: Version 3.1.0.0 2025-09-05 11:49:41 +02:00
ec5c3999ab EmailProfile.Common: Korrektur, damit Email mit PDF-Datei und kaputten eingebetteten Anhängen abgelehnt und temp. Dateien gelöscht werden. 2025-09-05 11:47:53 +02:00
06cfc97ebd Verweis-Pfade zu unseren DLLS an die neue Struktur angepasst. 2025-09-04 09:46:56 +02:00
Developer01
c5715e7c89 TLS Anpassungen und Logging 2025-06-26 16:42:22 +02:00
Developer01
2ea8178aaa Merge 2025-06-24 14:50:50 +02:00
Developer01
f0d1520286 Form logging und methode wie im Service benutzen 2025-06-24 14:49:07 +02:00
86a11a0670 lokale Referenzen korrigiert 2025-05-30 10:44:06 +02:00
b68f94f35f EmailProfiler.Common: Liste der Anhänge einschränken, so dass nur erlaubte Dateitypen enthalten sind. 2025-02-13 11:20:23 +01:00
a73b8f5a16 EMailProfiler.Common: Die Config-Klasse MUSS Config heißen 2025-01-17 14:25:20 +01:00
c42440968f EMail Profiler Service: Version 3.0.5.0 2025-01-17 13:19:46 +01:00
73475a585e Email Profiler APP: Version 3.0.2.0 2025-01-17 13:18:31 +01:00
187c869560 EmailProfiler.Common: Version 3.0.10.0 2025-01-17 11:38:07 +01:00
acdbf643fb EmailProfiler.Common: Auswertung der neuen DB Spalte ALLOW_XML_RECEIPTS 2025-01-17 11:36:51 +01:00
5fd352dd1a EmailProfiler.Form: Version 3.0.1.0 2025-01-17 11:09:49 +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
169f8c0ec8 EmailProfiler.Common: Version 3.0.9.0 2025-01-16 09:46:26 +01:00
c3d20191b5 EMail Profiler: Test-Projekt kann jetzt EML-Dateien einlesen. / Der erste E-Mail-Anhang darf eine XML-Datei sein 2025-01-16 09:45:28 +01:00
371cace3ef EmailProfiler Form: Version 3.0.0.0 2025-01-09 10:21:04 +01:00
9dc6f7b43f EmailProfiler.Common: Version 3.0.8.0 2025-01-09 10:18:26 +01:00
33e2da02cb EMailProfiler APP: Version 3.0.4.0 2025-01-09 10:16:51 +01:00
ba999fa1d9 EMailProfiler: Config-Daten in zentraler Klasse. abfrage der GDPicture Lizenz über Config-Modul 2025-01-09 10:13:07 +01:00
6193019051 EMailProfiler.Common: Version 3.0.7.0 2024-11-15 13:17:13 +01:00
c170bf7cc4 EmailProfiler.Common: Flag setzen, wenn normales attachment defekt ist.
alte Logik entfernt bzw. auskommentiert
2024-11-15 13:16:27 +01:00
3be1605d93 Email profiler Service: Version 3.0.3.0 2024-11-13 13:25:34 +01:00
1cb9a7ac95 EmailProfiler.Common: Version 3.0.6.0 2024-11-13 13:25:01 +01:00
167b7e1210 temp. GDPicture Lizenz-Abfrage
ExtractAttachment-Logik
2024-11-13 10:58:48 +01:00
a4ac1b1b25 EmailProfiler Service: Version 3.0.2.0 2024-10-28 10:10:31 +01:00
522de443bb Emailprofile.Common: Version 3.0.5.0 2024-10-28 10:09:41 +01:00
6b0d247c8e EMailprofiler.Common: Auswertung ob Attachments valide sind, oder nicht.
Defekte Embedded Attachments führen zu einer Ablehnung, sonst Info an Absender
2024-10-28 10:09:05 +01:00
01eaf9922b Merge branch 'master' of http://git.dd:3000/AppStd/EmailProfiler 2024-10-25 09:13:58 +02:00
Developer01
c6776b408b MS Stage 2024-10-24 15:09:44 +02:00
Developer01
ce06cffd08 MS GD Picture 2024-10-24 15:07:16 +02:00
c91a7b82c7 EMailProfiler.Common: Neue Extract Attachments-Logik & InfoMail Logik 2024-09-25 16:08:51 +02:00
b18a6a3045 EMailProfile.Common: Version 3.0.4.0 2024-07-03 08:46:22 +02:00
1d2b49667e PNG als verbotene Dateiendung ergänzt 2024-07-03 08:45:33 +02:00
8a1a0eff99 EmailProfile.Common: Version 3.0.3.0 2024-06-28 08:37:21 +02:00
72e66df02b Ablehnungscode nach EMLP_HISTORY usw. schreiben 2024-06-21 13:10:08 +02:00
ce52218a5e V 3.0.3.0 graphic extension behavior (png, jpeg) 2024-05-17 14:25:29 +02:00
be743445e5 MS Common: Version 3.0.2 - GDPicture Licensing 2024-05-13 10:36:11 +02:00
51003c6461 EMail Profiler Service: Version 3.0.1.0 wg. GDPicture 2024-05-13 09:36:10 +02:00
15d21ca913 EMail Profiler Common: Version 3.0.1.0 2024-05-13 09:33:45 +02:00
8999c1beeb E-MailProfiler Common: Temp. Verzeichnis anlegen 2024-05-13 09:33:26 +02:00
861f012593 EMail Profiler: Version 2.15.0.0 2024-05-10 10:59:05 +02:00
cd8761c3fe EMailProfiler Service: Neuer Config Schalter InfoTemplateId 2024-05-10 10:58:22 +02:00
92b5a72537 MS attachmentsHandling 2024-05-08 15:21:30 +02:00
e0bb1d84e2 MS Common VS 3.0 2024-04-30 16:58:29 +02:00
f3a61bd7f5 MS 2024-04-29 13:27:14 +02:00
f6b8e78915 Common: Version 2.15.0.0 2024-04-24 14:49:49 +02:00
a97fa3dab4 Email Profiler Common: Reihenfolge der SQL Aufrufe korrigiert 2024-04-24 14:49:10 +02:00
7443e850f9 EMail Profiler Config: Version 2.14.0.0 2024-04-24 11:22:41 +02:00
a7bca36d58 EMail Profiler Service: Version 2.14.0.0 2024-04-24 11:21:38 +02:00
200630e0e8 EMail Profiler Common: Version 2.14.0.0 2024-04-24 11:20:45 +02:00
2898da380d EMailProfiler Common: Neue Ablehnungsmail-Logik 2024-04-24 11:19:41 +02:00
01da88aa54 Referenzen 2024-04-24 11:19:14 +02:00
79edfe385a EMail Profiler: Konfiguration erweitert (RejectionTemplateId) 2024-04-24 11:18:48 +02:00
0db24f53e9 Common: E-Mail Strings 2024-02-02 12:28:41 +01:00
bb11ff18e5 Common: Version 2.13 2024-02-02 11:07:29 +01:00
84b3177e29 Common: oHistoryID is not always numeric, but we need the Rejection Mail 2024-02-02 11:06:22 +01:00
Jonathan Jenne
c8145c9d9d Version 2.12.0.0 2023-11-21 16:34:52 +01: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
b4cf442c89 Version 2.11.4.0 2023-11-10 14:23:47 +01:00
Jonathan Jenne
3ab200b5b2 fix history entry when no attachments are found 2023-11-10 14:23:21 +01:00
Jonathan Jenne
d3249e91ac Version 2.11.3.0 2023-11-03 12:55:53 +01:00
Jonathan Jenne
02cc79916a Fix single quote in email subject 2023-11-03 12:55:44 +01:00
Jonathan Jenne
412b3de5ec Version 2.11.2.0 2023-10-27 09:55:49 +02:00
Jonathan Jenne
1b546b88ed Escape Subject when adding to history table 2023-10-27 09:53:33 +02:00
Jonathan Jenne
33586522dd Version 2.11.1.0 2023-10-11 14:02:56 +02:00
Jonathan Jenne
52d75c64cc Fix missing null check for wm fields 2023-10-11 14:01:56 +02:00
Jonathan Jenne
0c8aeb6e5a add PollType default value, fix insert command 2023-10-11 13:10:09 +02:00
Jonathan Jenne
ea366519c1 Fix Config 2023-10-11 13:08:26 +02:00
Jonathan Jenne
71577e4579 fix loadpollingprofiles 2023-10-10 11:29:54 +02:00
Jonathan Jenne
e3860795d0 Version 2.11.0.0 2023-10-09 14:55:30 +02:00
Jonathan Jenne
def648aa53 add EMAIL_ATTMT_INDEX column 2023-10-09 14:54:48 +02:00
Jonathan Jenne
d493cf1b5f Version 2.10.0.3 2023-10-05 15:12:40 +02:00
Jonathan Jenne
3801714e0a Enable Tls1.1 and Tls1.2 2023-10-05 15:12:00 +02:00
Jonathan Jenne
78581e382b Version 2.10.0.2 2023-09-22 09:53:20 +02:00
Jonathan Jenne
ac45956b8c Load config also from appdata 2023-09-22 09:52:49 +02:00
Jonathan Jenne
7cf738c946 Version 2.10.0.1 2023-09-22 09:43:49 +02:00
Jonathan Jenne
06f0179270 Fix SQL Designer, support encrypted db passwords 2023-09-22 09:42:56 +02:00
Jonathan Jenne
06a3d735c3 truncate error message from validation sql 2023-09-19 14:23:31 +02:00
Jonathan Jenne
1ca7a009d9 Fix Namespace 2023-09-19 13:15:42 +02:00
Jonathan Jenne
e811cd9c2a Version 2.10.0.0 2023-09-19 11:42:25 +02:00
Jonathan Jenne
8b5f6f0635 WIP Email Validation 2023-09-19 11:39:27 +02:00
Jonathan Jenne
e457b8586b Logout after profile done lol 2023-09-14 15:58:11 +02:00
Jonathan Jenne
513e0ced64 Version 2.7.0.0 2023-09-14 14:27:31 +02:00
Jonathan Jenne
900b0c9f26 Version 2.9.0.0 2023-09-14 14:23:10 +02:00
Jonathan Jenne
13c7816c16 Clean up 2023-09-14 14:21:36 +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
Jonathan Jenne
94d1aeeaa4 Version 2.6.1.0 2023-07-28 13:15:52 +02:00
Jonathan Jenne
33a363fdea convert attachment filename to slug version 2023-07-28 13:15:17 +02:00
Jonathan Jenne
38189b6bbe Version 2.6.0.0 2023-07-28 10:21:30 +02:00
Jonathan Jenne
3eebd74549 Update attachment filename to fix length and character errors in windream 2023-07-28 10:21:22 +02:00
Jonathan Jenne
aa5a268e14 Big update: MessageID replaced with Hash of MessageID 2023-07-03 16:35:24 +02:00
2b21650c53 MS Release Prüfung Volume voll 2023-05-12 14:10:22 +02:00
5e51e9e9f3 MS 2023-01-24 16:32:36 +01:00
613b0c0765 MS Merge Commit 2023-01-24 13:21:54 +01:00
62027c97bd ms 2023-01-24 13:18:57 +01:00
Jonathan Jenne
ac4ec74ff2 Update NLog to Version 5 2022-11-29 11:21:01 +01:00
Jonathan Jenne
50d2aba0e4 Version 3.7.5.1 2022-11-02 13:00:56 +01:00
Jonathan Jenne
4beff2f34d Fix subject with single quotes 2022-11-02 13:00:44 +01:00
Jonathan Jenne
9178a3784c SERV_EMAIL: Version 2.5.2.0 2022-11-02 09:10:14 +01:00
Jonathan Jenne
b294832a87 CONFIG_APP: Version 2.8.1 2022-11-02 09:09:36 +01:00
Jonathan Jenne
97d15632ab Update references to DDModules 2022-11-02 09:09:12 +01:00
Jonathan Jenne
ffde01499e Version 3.7.5.0 2022-11-02 09:03:14 +01:00
Jonathan Jenne
592e424243 quick fix subject containing single quotes 2022-11-01 14:53:07 +01:00
Jonathan Jenne
7e88092ded fix messageid again 2022-08-05 14:29:32 +02:00
Jonathan Jenne
255e7e1a79 EMLProfiler: Version 3.7.4 2022-08-05 12:37:02 +02:00
Jonathan Jenne
81a2831ab4 EMLProfiler: replace message id with guid when longer than 100 chars 2022-08-05 12:36:41 +02:00
Jonathan Jenne
413ac4ba52 EMLProfiler: Version 3.7.3 2022-08-05 11:34:03 +02:00
Jonathan Jenne
823386d304 fix wrong message id in history table 2022-08-05 11:33:13 +02:00
Jonathan Jenne
b2d9954ef8 EMLProfiler: Version 1.7.2 2022-08-04 13:40:35 +02:00
Jonathan Jenne
0744cdae03 EMLProfiler: Fix truncating subject 2022-08-04 13:40:08 +02:00
Jonathan Jenne
9677af986d EMLProfiler: Version 3.7.1 2022-08-04 11:26:22 +02:00
Jonathan Jenne
14637f1940 Merge branch 'master' of http://dd-vmp07-com04:3000/AppStd/EmailProfiler 2022-08-04 11:09:10 +02:00
f612041d3b Merge branch 'master' of http://dd-vmp07-com04:3000/AppStd/EmailProfiler 2022-08-04 11:08:28 +02:00
83a4d1f7c9 JJ 2022-08-04 11:07:36 +02:00
Jonathan Jenne
014b51b345 EMLProfiler: Version 3.6.3 2022-08-04 10:32:25 +02:00
Jonathan Jenne
4717f2d737 shorten subject to 100 chars when writing mail to disk, clean up, wip mail container 2022-08-04 10:30:32 +02:00
Jonathan Jenne
9013adbabd remove bin/obj files from git 2022-08-04 09:24:02 +02:00
0f94cab4f1 MS Release CleanFileName 2021-12-01 12:12:04 +01:00
ae5bc40f5f MS 2021-10-22 15:30:03 +02:00
fb6f2558f2 MS Limilabs etc 2021-10-22 15:24:49 +02:00
Jonathan Jenne
d3870b9337 delete more crap 2021-08-09 14:16:41 +02:00
Jonathan Jenne
49541eaf9b fix tempfile open forever lol 2021-08-09 14:16:19 +02:00
Jonathan Jenne
c2200ec1b4 merge 2021-08-09 13:47:34 +02:00
Jonathan Jenne
8f5ec70a2a maybe fix copy2hdd error 2021-08-09 13:45:15 +02:00
Jonathan Jenne
ea8f206873 fix path to messaging 2021-08-09 13:32:49 +02:00
Jonathan Jenne
152b5157b8 improve logging 2021-08-09 13:27:27 +02:00
Jonathan Jenne
c761aabc79 delete all build crap 2021-08-09 13:27:03 +02:00
f2825b9d09 ms 2021-07-14 11:58:13 +02:00
a1ccc6d909 MS 2021-07-14 09:50:29 +02:00
2936b1fcbd ms 2021-07-13 17:24:31 +02:00
2d8f5fe192 jj for ms 2021-04-16 11:36:18 +02:00
03a6d14214 MS Use without WM 2021-01-13 10:31:01 +01:00
471 changed files with 15216 additions and 1049950 deletions

63
.gitattributes vendored Normal file
View File

@@ -0,0 +1,63 @@
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain

267
.gitignore vendored
View File

@@ -1,7 +1,262 @@
################################################################################
# Diese .gitignore-Datei wurde von Microsoft(R) Visual Studio automatisch erstellt.
################################################################################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
/App/.vs/SERV_EMAIL/v15/Server/sqlite3
/.vs/DDEmailProfiler/v15/.suo
/App/.vs/SERV_EMAIL/v16/Server/sqlite3
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
*.cache
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
project.lock.json
project.fragment.lock.json
artifacts/
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
#*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# JetBrains Rider
.idea/
*.sln.iml
# CodeRush
.cr/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

Binary file not shown.

View File

@@ -1,3 +0,0 @@
{
"CurrentProjectSetting": null
}

View File

@@ -1,8 +0,0 @@
{
"ExpandedNodes": [
"",
"\\App"
],
"SelectedNode": "\\App\\SERV_EMAIL.sln",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,50 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<connectionStrings>
<add name="CONFIG_APP.My.MySettings.MyDatasetConnString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
providerName="System.Data.SqlClient" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<userSettings>
<CONFIG_APP.My.MySettings>
<setting name="MyConnectionString" serializeAs="String">
<value>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</value>
</setting>
<setting name="MyServer" serializeAs="String">
<value />
</setting>
<setting name="EmailTest_Receipiant" serializeAs="String">
<value />
</setting>
<setting name="MyTestHTML" serializeAs="String">
<value />
</setting>
</CONFIG_APP.My.MySettings>
</userSettings>
<applicationSettings>
<CONFIG_APP.My.MySettings>
<setting name="FB_DATABASE" serializeAs="String">
<value />
</setting>
<setting name="FB_DATASOURCE" serializeAs="String">
<value />
</setting>
<setting name="FB_USER" serializeAs="String">
<value>sysdba</value>
</setting>
<setting name="FB_PW" serializeAs="String">
<value>dd</value>
</setting>
</CONFIG_APP.My.MySettings>
</applicationSettings>
</configuration>

View File

@@ -1,4 +0,0 @@
Module ModuleSettings
Public LOGERRRORS_ONLY As Boolean = True
Public MyConnectionString As String
End Module

View File

@@ -1 +0,0 @@
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

View File

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--<autogenerated>
This code was generated by a tool.
Changes to this file may cause incorrect behavior and will be lost if
the code is regenerated.
</autogenerated>-->
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TableUISettings />
</DataSetUISetting>

Binary file not shown.

View File

@@ -1,50 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="CONFIG_APP.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<connectionStrings>
<add name="CONFIG_APP.My.MySettings.MyDatasetConnString" connectionString="Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd"
providerName="System.Data.SqlClient" />
</connectionStrings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<userSettings>
<CONFIG_APP.My.MySettings>
<setting name="MyConnectionString" serializeAs="String">
<value>Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</value>
</setting>
<setting name="MyServer" serializeAs="String">
<value />
</setting>
<setting name="EmailTest_Receipiant" serializeAs="String">
<value />
</setting>
<setting name="MyTestHTML" serializeAs="String">
<value />
</setting>
</CONFIG_APP.My.MySettings>
</userSettings>
<applicationSettings>
<CONFIG_APP.My.MySettings>
<setting name="FB_DATABASE" serializeAs="String">
<value />
</setting>
<setting name="FB_DATASOURCE" serializeAs="String">
<value />
</setting>
<setting name="FB_USER" serializeAs="String">
<value>sysdba</value>
</setting>
<setting name="FB_PW" serializeAs="String">
<value>dd</value>
</setting>
</CONFIG_APP.My.MySettings>
</applicationSettings>
</configuration>

View File

@@ -1,256 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
CONFIG_APP
</name>
</assembly>
<members>
<member name="T:CONFIG_APP.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.arrow_Down_16xMD">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.arrow_right">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.email_go">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.Encrypt">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.folder_Closed_16xLG">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.handdrawn_arrow_down">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.key_16xLG">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.refresh_16xLG">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="P:CONFIG_APP.My.Resources.Resources.save_16xMD">
<summary>
Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset">
<summary>
Represents a strongly typed in-memory cache of data.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTDataTable">
<summary>
Represents the strongly named DataTable class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTRow">
<summary>
Represents strongly named DataRow class.
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROFILESRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_PROCESSRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_STEPSRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_POLL_INDEXING_STEPSRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_HISTORYRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBEMLP_CONFIGRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:CONFIG_APP.MyDataset.TBDD_EMAIL_ACCOUNTRowChangeEvent">
<summary>
Row event argument class
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROCESSTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_STEPSTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_INDEXING_STEPSTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_HISTORYTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TBDD_EMAIL_ACCOUNTTableAdapter">
<summary>
Represents the connection and commands used to retrieve and save data.
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager">
<summary>
TableAdapterManager is used to coordinate TableAdapters in the dataset to enable Hierarchical Update scenarios
</summary>
</member>
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateUpdatedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow},System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Update rows in top-down order.
</summary>
</member>
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateInsertedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Insert rows in top-down order.
</summary>
</member>
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateDeletedRows(CONFIG_APP.MyDataset,System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Delete rows in bottom-up order.
</summary>
</member>
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.GetRealUpdatedRows(System.Data.DataRow[],System.Collections.Generic.List{System.Data.DataRow})">
<summary>
Remove inserted rows that become updated rows after calling TableAdapter.Update(inserted rows) first
</summary>
</member>
<member name="M:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateAll(CONFIG_APP.MyDataset)">
<summary>
Update all changes to the dataset.
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption">
<summary>
Update Order Option
</summary>
</member>
<member name="T:CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager.SelfReferenceComparer">
<summary>
Used to sort self-referenced table's rows
</summary>
</member>
</members>
</doc>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,878 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Sparkline.v18.1.Core</name>
</assembly>
<members>
<member name="T:DevExpress.Sparkline.ISparklineViewVisitor">
<summary>
<para>Interface implementing the <b>Visitor</b> pattern.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.LineSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.AreaSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.BarSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.BarSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.WinLossSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineView">
<summary>
<para>The <b>Bar</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the BarSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the BarSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A BarSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.HighlightNegativePoints">
<summary>
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
</para>
</summary>
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current BarSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.LineSparklineView">
<summary>
<para>The <b>Line</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the LineSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualEndPointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualLineWidth">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerColor">
<summary>
<para>Gets the actual color of a sparkline marker.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMaxPointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMinPointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualNegativePointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualStartPointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the LineSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A LineSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
<summary>
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
</para>
</summary>
<value><b>True</b> to apply anti-aliasing to the line view; <b>False</b> to disable anti-aliasing.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
<summary>
<para>Gets or sets the size of an end point's marker.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.HighlightNegativePoints">
<summary>
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
</para>
</summary>
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
<summary>
<para>Specifies the width of a line in a LineSparklineView.
</para>
</summary>
<value>An integer value specifying the line width (in pixels).
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
<summary>
<para>Gets or sets the color to draw line markers.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
<summary>
<para>Gets or sets the size of markers for data points in a line sparkline.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the maximum value among all data points.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the minimum value among all data points.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
<summary>
<para>Gets or sets the marker size of all data points that have negative values (less than 0).
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ScaleFactor">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
<summary>
<para>Sets size for all markers of a sparkline.
</para>
</summary>
<param name="markerSize">
An integer value specifying the new size for sparkline markers (in pixels).
</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
<summary>
<para>Gets or sets a value specifying the visibility of point markers on a sparkline.
</para>
</summary>
<value><b>true</b> to show markers for each data point; <b>false</b> to hide them.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
<summary>
<para>Gets or sets the size of a start point's marker.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current LineSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewType">
<summary>
<para>Lists the values used to specify the available view types of a sparkline.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Area">
<summary>
<para>Sparkline data points are represented as <b>area</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
<summary>
<para>Sparkline data points are represented as <b>bars</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
<summary>
<para>Sparkline data points are represented as a <b>line</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
<summary>
<para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
</para>
</summary>
</member>
<member name="T:DevExpress.Sparkline.SparklineRange">
<summary>
<para>Represents a range to be used in DevExpress Sparkline controls.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value, specifying the minimum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> property.
</param>
<param name="max">
A <see cref="T:System.Double"/> value, specifying the maximum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property.
</param>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
<summary>
<para>Initializes a new instance of the SparklineRange class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
<summary>
<para>Gets or sets a value indicating whether or not range limits should be calculated automatically.
</para>
</summary>
<value><b>true</b> to calculate range limits automatically; <b>false</b> to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property values.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
<summary>
<para>Gets or sets a value specifying the first limit of the range.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the first limit.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
<summary>
<para>Gets or sets a value specifying the second limit of the range.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the second limit.
</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
<summary>
<para>This event is hidden, because it is not appropriate for the SparklineRange class.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
<summary>
<para>Returns the textual representation of the SparklineRange.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the SparklineRange.
</returns>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewBase">
<summary>
<para>The base class for sparkline views.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
<summary>
<para>Gets the actual color of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
<summary>
<para>Gets the actual color of a sparkline end point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
<summary>
<para>Gets the actual color of a sparkline maximum point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
<summary>
<para>Gets the actual color of a sparkline minimum point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
<summary>
<para>Gets the actual color of sparkline negative points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
<summary>
<para>Gets the actual color of a sparkline start point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the SparklineViewBase object passed as the parameter.
</para>
</summary>
<param name="view">
A SparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
<summary>
<para>Gets or sets the color to draw a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
<summary>
<para>Creates a sparkline view of the specified type.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.
</param>
<returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
<summary>
<para>Gets or sets the color to draw the end point of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the end point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
</para>
</summary>
<value><b>true</b>, to highlight a point with the maximum value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
</para>
</summary>
<value><b>true</b>, to highlight a point with the minimum value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the start point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
<summary>
<para>Gets or sets the color to draw sparkline points that have negative values (less than 0).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.
</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
<summary>
<para>Occurs when any property of the SparklineViewBase object has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
<summary>
<para>Gets or sets the color to draw the start point of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
<summary>
<para>Returns a human-readable string that represents the SparklineViewBase object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents the SparklineViewBase object.
</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current SparklineViewBase object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
<summary>
<para>The <b>WinLoss</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the WinLossSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current WinLossSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineViewBase">
<summary>
<para>The base for <b>Bar</b> and <b>WinLoss</b> sparkline views.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the BarSparklineViewBase object passed as the parameter.
</para>
</summary>
<param name="view">
A BarSparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
<summary>
<para>Specifies the distance between two bars of a bar sparkline.
</para>
</summary>
<value>An integer value (in pixels).
</value>
</member>
<member name="T:DevExpress.Sparkline.AreaSparklineView">
<summary>
<para>The <b>Area</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the AreaSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
<summary>
<para>Specifies the opacity (<b>0</b>-<b>255</b>) of the area sparkline.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (transparent) to <b>255</b> (opaque).
</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the AreaSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A AreaSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current AreaSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
</configSections>
<system.diagnostics>
<sources>
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information" />
</switches>
<sharedListeners>
<add name="FileLog"
type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
initializeData="FileLogWriter"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
</configuration>

View File

@@ -1,114 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.EMLProfiler
</name>
</assembly>
<members>
<member name="T:DigitalData.EMLProfiler.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:DigitalData.EMLProfiler.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:DigitalData.EMLProfiler.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="M:DigitalData.EMLProfiler.clsEmailIMAP.WriteMessageToFile(System.Net.Mail.MailMessage,System.String)">
<summary>
Uses a private API from MailWriter to write a MailMessage to disk.
May break in future versions of .NET
</summary>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.#ctor(DigitalData.Modules.Logging.LogConfig)">
<summary>
Konstruktor für die windream-Klasse
</summary>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.Init">
<summary>
Initialisiert die statische Klasse (Login, Session starten, usw.)
</summary>
<returns>Liefert True wenn das Anmelden erfolgreich war, sonst False</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsObjects">
<summary>
Liefert alle Objekttypen des aktuellen Servers als windream-Objekte.
</summary>
<returns>Alle Objekttypen als WMObjects-Objekt</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypesAsStrings">
<summary>
Liefert alle Objekttypen des aktuellen Servers als Array aus Strings.
</summary>
<returns>Array mit allen Objekttypen als Strings</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetIndicesByObjecttype(System.String)">
<summary>
Liefert alle Indexe eines Objekttypen.
</summary>
<param name="name">Name des Objekttyps</param>
<returns>Array mit allen Objekttyp zugeordneten Indexen als String</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetObjecttypeByName(System.String)">
<summary>
Liefert einen Objekttyp als WMObject an Hand dessen Name.
</summary>
<param name="objekttypName">Name des Objekttyps</param>
<returns>Objekttyp als WMObject</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.ExistIndexInObjekttyp(System.String,System.String)">
<summary>
Überprüft ob der angegebene Index im Objekttyp existiert
</summary>
<param name="objekttyp">Name des zu durchsuchenden Objekttyps</param>
<param name="indexname">Name des zu suchenden Indexes</param>
<returns>Liefert True wenn der Index im Objekttyp existiert, sonst False</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.IsLoggedIn">
<summary>
Liefert True wenn die windream-Session angemeldet ist und False für den Fall, dass die Session nicht eingeloggt ist.
</summary>
<returns>Anmeldestatus als Boolean</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetCurrentServer">
<summary>
Liefert den Servernamen an dem windream aktuell angemeldet ist.
</summary>
<returns>Servername als String</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.GetTypeOfIndexAsIntByName(System.String)">
<summary>
Liefert den Typen eines Indexes als Integer.
</summary>
<param name="indexname">Name des zu überprüfenden Indexfeldes</param>
<returns>Liefert eine Zahl, die einen Typen beschreibt</returns>
<remarks></remarks>
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_Index.GetValueforIndex(System.String,System.String)">
Liefert den Wert eines Indexes als String
_indexname = Name des zu überprüfenden Indexfeldes
</member>
<member name="M:DigitalData.EMLProfiler.clsWindream_Index.GetValueforIndex_WMFile(WINDREAMLib.WMObject,System.String)">
Liefert den Wert eines Indexes als String
_indexname = Name des zu überprüfenden Indexfeldes
</member>
</members>
</doc>

View File

@@ -1,28 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</configSections>
<entityFramework>
<defaultConnectionFactory type="EntityFramework.Firebird.FbConnectionFactory, EntityFramework.Firebird" />
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
<provider invariantName="FirebirdSql.Data.FirebirdClient" type="EntityFramework.Firebird.FbProviderServices, EntityFramework.Firebird" />
</providers>
</entityFramework>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="FirebirdSql.Data.FirebirdClient" publicKeyToken="3750abcc3150b00c" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.3.0.0" newVersion="6.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.data>
<DbProviderFactories>
<remove invariant="FirebirdSql.Data.FirebirdClient" />
<add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient" description=".NET Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient" />
</DbProviderFactories>
</system.data></configuration>

View File

@@ -1,218 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.Database
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.Database.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.Database.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:DigitalData.Modules.Database.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="T:DigitalData.Modules.Database.Firebird">
<summary>
MODULE: Firebird
VERSION: 0.0.0.4
DATE: 18.12.2018
DESCRIPTION:
DEPENDENCIES: NLog, >= 4.5.10
EntityFramework.Firebird, >= 6.4.0
FirebirdSql.Data.FirebirdClient, >= 6.4.0
PARAMETERS: LogConfig, DigitalData.Modules.Logging.LogConfig
The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class
DataSource, String
The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03
Database, String
The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB`
User, String
The user name to connect as
Password, String
The user's password
PROPERTIES: ConnectionEstablished, Boolean
If the last opened connection was successful
ConnectionFailed, Boolean
If the last opened connection failed
ConnectionString, String
The used connectionstring
EXAMPLES:
REMARKS: If the connection fails due to "wrong username or password", the cause might be that the server harddrive is full..
</summary>
</member>
<member name="M:DigitalData.Modules.Database.Firebird.#ctor(DigitalData.Modules.Logging.LogConfig,System.String,System.String,System.String,System.String)">
<summary>
</summary>
<param name="LogConfig">The LogFactory containing the current log config. Used to instanciate the class logger for this and any dependent class</param>
<param name="Datasource">The server where the database lives, for example 127.0.0.1 or dd-vmx09-vm03</param>
<param name="Database">The location of the Database in the format `127.0.0.1:E:\Path\To\Database.FDB`</param>
<param name="User">The user name to connect as</param>
<param name="Password">The user's password</param>
<exception cref="T:DigitalData.Modules.Database.Exceptions.DatabaseException"></exception>
</member>
<member name="M:DigitalData.Modules.Database.Firebird.GetConnectionString(System.String,System.String,System.String,System.String)">
<summary>
Builds a connectionstring from the provided arguments.
</summary>
<param name="DataSource">The database server where to connect to</param>
<param name="Database">The datasource, eg. the path of the FDB-file</param>
<param name="User">The user used to connect to the database</param>
<param name="Password">The password of the connecting user</param>
<returns>A connectionstring</returns>
</member>
<member name="M:DigitalData.Modules.Database.Firebird.ExecuteNonQueryWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
<summary>
Executes a non-query command.
</summary>
<param name="SqlCommand">The command to execute</param>
<param name="Connection">The Firebird connection to use</param>
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
</member>
<member name="M:DigitalData.Modules.Database.Firebird.ExecuteNonQuery(System.String)">
<summary>
Executes a non-query command.
</summary>
<param name="SqlCommand">The command to execute</param>
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
</member>
<member name="M:DigitalData.Modules.Database.Firebird.GetScalarValueWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
<summary>
Executes a sql query resulting in a scalar value.
</summary>
<param name="SqlQuery">The query to execute</param>
<param name="Connection">The Firebird connection to use</param>
<returns>The scalar value if the command was executed successfully. Nothing otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Database.Firebird.GetScalarValue(System.String)">
<summary>
Executes a sql query resulting in a scalar value.
</summary>
<param name="SqlQuery">The query to execute</param>
<returns>The scalar value if the command was executed successfully. Nothing otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Database.Firebird.GetDatatableWithConnection(System.String,FirebirdSql.Data.FirebirdClient.FbConnection,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
<summary>
Executes a sql query resulting in a table of values.
</summary>
<param name="SqlQuery">The query to execute</param>
<param name="Connection">The Firebird connection to use</param>
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Database.Firebird.GetDatatable(System.String,DigitalData.Modules.Database.Firebird.TransactionMode,FirebirdSql.Data.FirebirdClient.FbTransaction)">
<summary>
Executes a sql query resulting in a table of values.
</summary>
<param name="SqlQuery">The query to execute</param>
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Database.ODBC.ExecuteNonQueryWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
<summary>
Executes a non-query command.
</summary>
<param name="SqlQuery">The command to execute</param>
<param name="Connection">The Firebird connection to use</param>
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
</member>
<member name="M:DigitalData.Modules.Database.ODBC.ExecuteNonQuery(System.String)">
<summary>
Executes a non-query command.
</summary>
<param name="SqlCommand">The command to execute</param>
<returns>True, if command was executed sucessfully. Otherwise false.</returns>
</member>
<member name="M:DigitalData.Modules.Database.ODBC.GetScalarValueWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
<summary>
Executes a sql query resulting in a scalar value.
</summary>
<param name="SqlQuery">The query to execute</param>
<param name="Connection">The Firebird connection to use</param>
<returns>The scalar value if the command was executed successfully. Nothing otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Database.ODBC.GetScalarValue(System.String)">
<summary>
Executes a sql query resulting in a table of values.
</summary>
<param name="SqlQuery">The query to execute</param>
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Database.ODBC.GetDatatableWithConnection(System.String,System.Data.Odbc.OdbcConnection)">
<summary>
Executes a sql query resulting in a table of values.
</summary>
<param name="SqlQuery">The query to execute</param>
<param name="Connection">The Firebird connection to use</param>
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Database.ODBC.GetDatatable(System.String)">
<summary>
Executes a sql query resulting in a table of values.
</summary>
<param name="SqlQuery">The query to execute</param>
<returns>A datatable containing the results if the command was executed successfully. Nothing otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Database.Oracle.GetDatatable(System.String)">
<summary>
Returns a datatable for a sql-statement
</summary>
<param name="sqlcommand">sqlcommand for datatable (select XYZ from TableORView)</param>
<returns>Returns a datatable</returns>
</member>
<member name="M:DigitalData.Modules.Database.Oracle.NewExecutenonQuery(System.String)">
<summary>
Executes the passed sql-statement
</summary>
<param name="executeStatement">the sql statement</param>
<returns>Returns true if properly executed, else false</returns>
</member>
<member name="M:DigitalData.Modules.Database.Oracle.NewExecuteScalar(System.String)">
<summary>
Executes the passed sql-statement as Scalar
</summary>
<param name="executeStatement">the sql statement</param>
<returns>Returns the scalarvalue</returns>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.GetDatatable(System.String,System.Int32)">
<summary>
Returns a datatable for a sql-statement
</summary>
<param name="SqlCommand">sqlcommand for datatable (select XYZ from TableORView)</param>
<returns>Returns a datatable</returns>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.NewExecuteNonQueryAsync(System.String,System.Int32)">
<summary>
Executes the passed sql-statement in asyncmode
</summary>
<param name="SqlCommand">the sql statement</param>
<param name="commandtimeout">Optional Timeout</param>
<remarks></remarks>
</member>
</members>
</doc>

View File

@@ -1,177 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.Logging
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.Logging.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.Logging.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:DigitalData.Modules.Logging.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="T:DigitalData.Modules.Logging.LogConfig">
<module>LogConfig</module>
<version>0.0.1.0</version>
<date>02.10.2018</date>
<summary>
Module that writes file-logs to different locations:
local application data, the current directory or a custom path.
Files and directories will be automatically created.
</summary>
<dependencies>
NLog, >= 4.5.8
</dependencies>
<example>
Imports DigitalData.Modules.Logging
Class FooProgram
Private Logger as Logger
Private LogConfig as LogConfig
Public Sub New()
LogConfig = new LogConfig(args)
Logger = LogConfig.GetLogger()
End Sub
Public Sub Bar()
Logger.Info("Baz")
End Sub
End Class
Class FooLib
Private Logger as NLog.Logger
Public Sub New(LogConfig as LogConfig)
Logger = LogConfig.GetLogger()
End Sub
Public Sub Bar()
Logger.Info("Baz")
End Sub
End Class
</example>
<remarks>
If logpath can not be written to, falls back to temp folder as defined in:
https://docs.microsoft.com/de-de/dotnet/api/system.io.path.gettemppath?view=netframework-4.7.2
If used in a service, LogPath must be set to CustomPath, otherwise the Log will be written to System32!
For NLog Troubleshooting, set the following Environment variables to write the NLog internal Log:
- NLOG_INTERNAL_LOG_LEVEL: Debug
- NLOG_INTERNAL_LOG_FILE: ex. C:\Temp\Nlog_Internal.log
</remarks>
</member>
<member name="P:DigitalData.Modules.Logging.LogConfig.LogFactory">
<summary>
Returns the NLog.LogFactory object that is used to create Loggers
</summary>
<returns>LogFactory object</returns>
</member>
<member name="P:DigitalData.Modules.Logging.LogConfig.LogFile">
<summary>
Returns the path to the current default logfile
</summary>
<returns>Filepath to the logfile</returns>
</member>
<member name="P:DigitalData.Modules.Logging.LogConfig.LogDirectory">
<summary>
Returns the path to the current log directory
</summary>
<returns>Directory path to the log directory</returns>
</member>
<member name="P:DigitalData.Modules.Logging.LogConfig.Debug">
<summary>
Determines if a debug log will be written
</summary>
<returns>True, if debug log will be written. False otherwise.</returns>
</member>
<member name="P:DigitalData.Modules.Logging.LogConfig.Logs">
<summary>
Returns Logs in Memory as List(Of String) if Debug is enabled
Returns an empty list if debug is disabled
</summary>
<returns>A list of log messages</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.#ctor(DigitalData.Modules.Logging.LogConfig.PathType,System.String,System.String,System.String,System.String)">
<summary>
Initializes a new LogConfig object with a logpath and optinally a filename-suffix.
</summary>
<param name="LogPath">The basepath to write logs to. Can be AppData, CurrentDirectory or CustomPath.</param>
<param name="CustomLogPath">If `logPath` is set to custom, this defines the custom logPath.</param>
<param name="Suffix">If set to anything other than Nothing, extends the logfile name with this suffix.</param>
<param name="CompanyName">CompanyName is used to construct log-path in when LogPath is set to PathType:AppData</param>
<param name="ProductName">ProductName is used to construct log-path in when LogPath is set to PathType:AppData</param>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLogger">
<summary>
Returns the Logger for the calling class
</summary>
<returns>An object of Logging.Logger</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetLogger(System.String)">
<summary>
Returns the Logger for a class specified by `ClassName`
</summary>
<param name="ClassName">The name of the class the logger belongs to</param>
<returns>An object of Logging.Logger</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.ClearLogs">
<summary>
Clears the internal log
</summary>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetClassFullName">
<summary>
Gets the fully qualified name of the class invoking the calling method,
including the namespace but Not the assembly.
</summary>
<returns>The fully qualified class name</returns>
<remarks>This method is very resource-intensive!</remarks>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetConfig(System.String,System.String)">
<summary>
Returns the initial log configuration
</summary>
<param name="productName">The chosen productname</param>
<param name="logFileSuffix">The chosen suffix</param>
<returns>A NLog.LoggingConfiguration object</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.AddDefaultRules(NLog.Config.LoggingConfiguration@)">
<summary>
Adds the default rules
</summary>
<param name="config">A NLog.LoggingConfiguration object</param>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.GetCurrentLogFilePath">
<summary>
Returns the full path of the current default log file.
</summary>
<returns>Full path of the current default log file</returns>
</member>
<member name="M:DigitalData.Modules.Logging.LogConfig.ReloadConfig(System.Boolean)">
<summary>
Reconfigures and re-adds all loggers, optionally adding the debug rule.
</summary>
<param name="Debug">Adds the Debug rule if true.</param>
</member>
<member name="M:DigitalData.Modules.Logging.Logger.NewBlock(System.String)">
<summary>
Prints a preformatted Block including a block identifier
</summary>
<param name="blockId">A unique Identifier for this block, eg. DocId, FullPath, ..</param>
</member>
</members>
</doc>

View File

@@ -1,63 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.Messaging
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.Messaging.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.Messaging.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:DigitalData.Modules.Messaging.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="M:DigitalData.Modules.Messaging.Email.TestIMAPLogin(System.String,System.Int32,System.String,System.String,System.String)">
<summary>
Tests connection to a given IMAP Server by connecting and doing a simple message query.
</summary>
<param name="Server">IP-Address or Domainname of Server</param>
<param name="Port">IMAP-Port</param>
<param name="Username">IMAP-Username</param>
<param name="Password">IMAP-Password</param>
<param name="Folder">The folder to fetch messages from. Defaults to `Inbox`</param>
<returns>True if connection and query were successful. False otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Messaging.Email.FetchIMAPMessages(System.String,System.Int32,System.String,System.String,System.String)">
<summary>
Connects to an IMAP Server with the given credentials and
fetches emails from the given folder.
Results can be filtered with `SearchCondition`
</summary>
<param name="Server">IP-Address or Domainname of Server</param>
<param name="Port">IMAP-Port</param>
<param name="Username">IMAP-Username</param>
<param name="Password">IMAP-Password</param>
<param name="Folder">The folder to fetch messages from</param>
<param name="SearchCondition">Filter the search command. Defaults to `All`</param>
<returns>A list of Independentsoft.Email.Mime.Message objects</returns>
</member>
<member name="M:DigitalData.Modules.Messaging.Email.WriteMessageToFile(System.Net.Mail.MailMessage,System.String)">
<summary>
Uses a private API from MailWriter to write a MailMessage to disk.
May break in future versions of .NET
</summary>
</member>
<member name="T:DigitalData.Modules.Messaging.EventBus">
<summary>
A Simple EventBus for .NET
https://stackoverflow.com/questions/368265/a-simple-event-bus-for-net
</summary>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +0,0 @@
2019-04-09 10:00:55|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
2019-04-09 10:00:55|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
2019-04-09 10:00:55|frmMain|DEBUG >> SQL-Server ConnString is [Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]

View File

@@ -1,16 +0,0 @@
2019-04-09 10:01:13|clsEmailIMAP|ERROR >> Beim Datenbankaufruf ist ein nicht behebbarer Fehler aufgetreten
bei System.Net.Dns.GetAddrInfo(String name)
bei System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
bei System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
bei System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port)
bei Independentsoft.Email.Imap.ImapClient.?()
bei Independentsoft.Email.Imap.ImapClient.Connect()
bei DigitalData.EMLProfiler.clsEmailIMAP.TEST_IMAP_COLLECT(String INBOXNAME, String MYMAIL_SERVER, Int32 MYMAIL_PORT, String MYMAIL_USER, String MYMAIL_USER_PW) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 59.
2019-04-09 10:01:27|clsEmailIMAP|WARN >> bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
bei DigitalData.EMLProfiler.clsEmailIMAP.TEST_IMAP_COLLECT(String INBOXNAME, String MYMAIL_SERVER, Int32 MYMAIL_PORT, String MYMAIL_USER, String MYMAIL_USER_PW) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 62.
2019-04-09 10:01:27|clsEmailIMAP|WARN >> [AUTHENTICATIONFAILED] Authentication failed.
2019-04-09 10:01:27|clsEmailIMAP|ERROR >> [AUTHENTICATIONFAILED] Authentication failed.
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
bei DigitalData.EMLProfiler.clsEmailIMAP.TEST_IMAP_COLLECT(String INBOXNAME, String MYMAIL_SERVER, Int32 MYMAIL_PORT, String MYMAIL_USER, String MYMAIL_USER_PW) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 62.

View File

@@ -1,8 +0,0 @@
2019-04-09 10:01:11|clsEmailIMAP|INFO >> Working on TEST_IMAP_COLLECT.....
2019-04-09 10:01:11|clsEmailIMAP|INFO >> Unexpected error in TEST_IMAP_COLLECT - User: [marvin@fam-kamm.de] PW: [marvinckamm!]
2019-04-09 10:01:19|clsEmailIMAP|INFO >> Working on TEST_IMAP_COLLECT.....
2019-04-09 10:01:27|clsEmailIMAP|INFO >> Unexpected error in oImapClient.Login - User: [marlonschreiber@arcor.de] PW: [!Pucus1976=]
2019-04-09 10:01:27|clsEmailIMAP|WARN >> bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
bei DigitalData.EMLProfiler.clsEmailIMAP.TEST_IMAP_COLLECT(String INBOXNAME, String MYMAIL_SERVER, Int32 MYMAIL_PORT, String MYMAIL_USER, String MYMAIL_USER_PW) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 62.
2019-04-09 10:01:27|clsEmailIMAP|WARN >> [AUTHENTICATIONFAILED] Authentication failed.

View File

@@ -1,8 +0,0 @@
2019-05-10 13:13:06|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2019-05-10 13:13:07|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-05-10 13:13:08|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-05-10 13:13:08|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
2019-05-10 13:13:08|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
2019-05-10 13:13:08|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
2019-05-10 13:13:08|frmMain|DEBUG >> SQL-Server ConnString is [Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]
2019-05-10 13:13:08|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBEMLP_CONFIG

View File

@@ -1,10 +0,0 @@
2019-05-10 13:13:38|clsEmail|WARN >> clsEmail.Client.Connect1: Der angegebene Host ist unbekannt
2019-05-10 13:13:43|clsEmail|WARN >> clsEmail.Client.Connect: Der angegebene Host ist unbekannt
2019-05-10 13:13:43|clsEmail|WARN >> clsEmail.Client.Send: You are not connected to the server.
2019-05-10 13:13:43|clsEmail|ERROR >> You are not connected to the server.
bei Independentsoft.Email.Smtp.SmtpClient.?(String ?, String ?)
bei Independentsoft.Email.Smtp.SmtpClient.Disconnect()
bei DigitalData.EMLProfiler.clsEmail.Email_Send_Independentsoft(String mailSubject, String mailBody, String mailto, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String attment) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.vb:Zeile 255.
2019-05-10 13:13:46|Email|ERROR >> Fehler beim Senden von Mail.
bei System.Net.Mail.SmtpClient.Send(MailMessage message)
bei DigitalData.Modules.Messaging.Email.NewEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Message\Email.vb:Zeile 333.

View File

@@ -1,11 +0,0 @@
2019-05-10 13:13:38|clsEmail|WARN >> clsEmail.Client.Connect1: Der angegebene Host ist unbekannt
2019-05-10 13:13:43|clsEmail|INFO >> Authentification via SSL.
2019-05-10 13:13:43|clsEmail|WARN >> clsEmail.Client.Connect: Der angegebene Host ist unbekannt
2019-05-10 13:13:43|clsEmail|WARN >> clsEmail.Client.Send: You are not connected to the server.
2019-05-10 13:13:46|Email|INFO >> Unexpected error in Sending smtp-Mail:
2019-05-10 13:13:46|Email|INFO >> myClient.Host: webmail.syncreon.local
2019-05-10 13:13:46|Email|INFO >> myClient.Port: 25
2019-05-10 13:13:46|Email|INFO >> myClient.EnableSsl: True
2019-05-10 13:13:46|Email|INFO >> myMesssage.Subject: Testmail SSMail
2019-05-10 13:13:46|Email|INFO >> myMesssage.Body: This is the body (text will be replaced within profile)
2019-05-10 13:13:46|Email|INFO >> myMesssage.From: Postfach.Autoreceive.Logit@logit.syncreon.com

View File

@@ -1,8 +0,0 @@
2019-05-15 09:33:14|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2019-05-15 09:33:15|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-05-15 09:33:16|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-05-15 09:33:16|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
2019-05-15 09:33:16|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
2019-05-15 09:33:16|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
2019-05-15 09:33:16|frmMain|DEBUG >> SQL-Server ConnString is [Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]
2019-05-15 09:33:16|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBEMLP_CONFIG

View File

@@ -1,8 +0,0 @@
2019-09-18 08:50:16|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2019-09-18 08:50:17|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-09-18 08:50:18|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-09-18 08:50:18|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
2019-09-18 08:50:18|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
2019-09-18 08:50:18|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
2019-09-18 08:50:18|frmMain|DEBUG >> SQL-Server ConnString is [Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]
2019-09-18 08:50:18|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBEMLP_CONFIG

View File

@@ -1,5 +0,0 @@
2019-09-18 08:52:43|clsEmailIMAP|ERROR >> Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat 217.110.227.196:25
bei System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
bei S22.Imap.ImapClient.Connect(String hostname, Int32 port, Boolean ssl, RemoteCertificateValidationCallback validate)
bei S22.Imap.ImapClient..ctor(String hostname, Int32 port, String username, String password, AuthMethod method, Boolean ssl, RemoteCertificateValidationCallback validate)
bei DigitalData.EMLProfiler.clsEmailIMAP.FetchIMAPMessages(String Server, Int32 Port, String Username, String Password, String Inbox, Boolean IsTest) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 57.

View File

@@ -1,16 +0,0 @@
2019-09-20 14:23:58|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2019-09-20 14:23:59|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-09-20 14:24:00|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-09-20 14:24:00|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
2019-09-20 14:24:00|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
2019-09-20 14:24:00|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
2019-09-20 14:24:00|frmMain|DEBUG >> SQL-Server ConnString is [Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]
2019-09-20 14:24:00|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBEMLP_CONFIG
2019-09-20 14:24:43|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2019-09-20 14:24:43|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-09-20 14:24:43|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
2019-09-20 14:24:43|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
2019-09-20 14:24:43|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
2019-09-20 14:24:43|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
2019-09-20 14:24:43|frmMain|DEBUG >> SQL-Server ConnString is [Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]
2019-09-20 14:24:43|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBEMLP_CONFIG

View File

@@ -1,34 +0,0 @@
2019-09-20 14:24:10|clsEmailIMAP|ERROR >> Fehler bei Handshake wegen eines unerwarteten Paketformats.
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
bei System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
bei System.Net.Security.SslStream.AuthenticateAsClient(String targetHost)
bei Independentsoft.Email.Imap.ImapClient.?()
bei Independentsoft.Email.Imap.ImapClient.Connect()
bei DigitalData.EMLProfiler.clsEmailIMAP.FetchIMAPMessagesIsoft(String Server, Int32 Port, String Username, String Password, String Inbox, Boolean IsTest, Boolean DeleteinTest, String MoveMailTo, String IsoftLog) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 111.
2019-09-20 14:24:14|clsEmailIMAP|ERROR >> Der Prozess kann nicht auf die Datei "E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\IsoftLog.txt" zugreifen, da sie von einem anderen Prozess verwendet wird.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
bei System.IO.FileStream..ctor(String path, FileMode mode)
bei Independentsoft.Email.Logger.Open()
bei Independentsoft.Email.Imap.ImapClient.?()
bei Independentsoft.Email.Imap.ImapClient.Connect()
bei DigitalData.EMLProfiler.clsEmailIMAP.FetchIMAPMessagesIsoft(String Server, Int32 Port, String Username, String Password, String Inbox, Boolean IsTest, Boolean DeleteinTest, String MoveMailTo, String IsoftLog) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 111.
2019-09-20 14:24:52|clsEmailIMAP|ERROR >> [AUTHENTICATIONFAILED] Authentication failed.
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
bei DigitalData.EMLProfiler.clsEmailIMAP.FetchIMAPMessagesIsoft(String Server, Int32 Port, String Username, String Password, String Inbox, Boolean IsTest, Boolean DeleteinTest, String MoveMailTo, String IsoftLog) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 113.
2019-09-20 14:24:56|clsEmailIMAP|ERROR >> Der Prozess kann nicht auf die Datei "E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\IsoftLog.txt" zugreifen, da sie von einem anderen Prozess verwendet wird.
bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
bei System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
bei System.IO.FileStream..ctor(String path, FileMode mode)
bei Independentsoft.Email.Logger.Open()
bei Independentsoft.Email.Imap.ImapClient.?()
bei Independentsoft.Email.Imap.ImapClient.Connect()
bei DigitalData.EMLProfiler.clsEmailIMAP.FetchIMAPMessagesIsoft(String Server, Int32 Port, String Username, String Password, String Inbox, Boolean IsTest, Boolean DeleteinTest, String MoveMailTo, String IsoftLog) in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 111.

View File

@@ -1 +0,0 @@
2019-09-20 14:25:16|clsEmailIMAP|INFO >> Working on email: UniqueID: 9127 - Subject:Orangenpapier - Date 10.01.2019 13:41:21

View File

@@ -1,2 +0,0 @@
2020-02-27 12:26:31|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2020-02-27 12:26:32|clsWindream_allgemein|DEBUG >> sDD-VMP01-APS01

View File

@@ -1 +0,0 @@
2020-02-27 12:26:32|clsWindream_allgemein|WARN >> Es trat ein Fehler bei der Initialisierung der Klasse windream auf. Bitte prüfen Sie ob der windream-Server aktiv ist und alle Dienste gestartet sind

View File

@@ -1 +0,0 @@
2020-02-27 12:26:32|clsWindream_allgemein|WARN >> Es trat ein Fehler bei der Initialisierung der Klasse windream auf. Bitte prüfen Sie ob der windream-Server aktiv ist und alle Dienste gestartet sind

View File

@@ -1,317 +0,0 @@
2020-04-30 11:22:45|clsEmailIMAP|DEBUG >> A006 UID FETCH 9127 RFC822
2020-04-30 11:49:05|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(MESSAGE_ID) = lower('<000e01d4a8e1$ca768560$5f639020$@gmx.de>')
2020-04-30 11:50:49|clsEmailIMAP|DEBUG >> Working on email: UniqueID [11721] - Subject[Ihre Gedenkseite auf Gedenkseiten.de] - Date [28.05.2019 14:35:30]
2020-04-30 11:50:51|clsEmailIMAP|DEBUG >> A007 UID FETCH 11721 RFC822
2020-04-30 11:50:56|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<20190528123530.C99AA2416024C@h2585045.stratoserver.net>')
2020-04-30 11:51:17|clsEmailIMAP|DEBUG >> A008 UID STORE 11721 +FLAGS (\SEEN)
2020-04-30 11:51:18|clsEmailIMAP|DEBUG >> A008 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:23|clsEmailIMAP|DEBUG >> Working on email: UniqueID [13093] - Subject[ADticket - Mein Ticketportal - Ihre Bestellung 45344949] - Date [19.08.2019 15:10:01]
2020-04-30 11:51:27|clsEmailIMAP|DEBUG >> A009 UID FETCH 13093 RFC822
2020-04-30 11:51:27|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<RnT2XrHqYjEhoyHpewA1No0xK3EIQYqWGc7T5mWeY@core1.reservix.systems>')
2020-04-30 11:51:28|clsEmailIMAP|DEBUG >> A010 UID STORE 13093 +FLAGS (\SEEN)
2020-04-30 11:51:29|clsEmailIMAP|DEBUG >> A010 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:30|clsEmailIMAP|DEBUG >> Working on email: UniqueID [13803] - Subject[Ihre Prosite Rechnung Prosite-5000172862-1019] - Date [01.10.2019 18:39:17]
2020-04-30 11:51:30|clsEmailIMAP|DEBUG >> A011 UID FETCH 13803 RFC822
2020-04-30 11:51:34|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<5d9381359394446d9fbd1600c0a8c002@coreadmin.speedbone.de>')
2020-04-30 11:51:36|clsEmailIMAP|DEBUG >> A012 UID STORE 13803 +FLAGS (\SEEN)
2020-04-30 11:51:37|clsEmailIMAP|DEBUG >> A012 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:39|clsEmailIMAP|DEBUG >> Working on email: UniqueID [14335] - Subject[AW: Ausverkaufter Artikel 851400 - Brisket] - Date [08.11.2019 13:27:09]
2020-04-30 11:51:39|clsEmailIMAP|DEBUG >> A013 UID FETCH 14335 RFC822
2020-04-30 11:51:39|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<1bde1d201e384e548e9c33ee1eb81af3@MX01.albersdus.local>')
2020-04-30 11:51:40|clsEmailIMAP|DEBUG >> A014 UID STORE 14335 +FLAGS (\SEEN)
2020-04-30 11:51:40|clsEmailIMAP|DEBUG >> A014 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:41|clsEmailIMAP|DEBUG >> Working on email: UniqueID [15203] - Subject[Wg: Jo szorakozast!] - Date [04.01.2020 20:30:08]
2020-04-30 11:51:41|clsEmailIMAP|DEBUG >> A015 UID FETCH 15203 RFC822
2020-04-30 11:51:41|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<trinity-a38ab46d-ae4a-4406-830e-e782de277e15-1578166207600@msvc-mesg-gmx021>')
2020-04-30 11:51:42|clsEmailIMAP|DEBUG >> A016 UID STORE 15203 +FLAGS (\SEEN)
2020-04-30 11:51:42|clsEmailIMAP|DEBUG >> A016 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:43|clsEmailIMAP|DEBUG >> Working on email: UniqueID [15773] - Subject[Ihre Ticketbestellung (DTS-HT)] - Date [10.02.2020 11:33:01]
2020-04-30 11:51:43|clsEmailIMAP|DEBUG >> A017 UID FETCH 15773 RFC822
2020-04-30 11:51:43|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<1581330782.48GMgK75hwzGmTX@mail.derticketservice.de>')
2020-04-30 11:51:45|clsEmailIMAP|DEBUG >> A018 UID STORE 15773 +FLAGS (\SEEN)
2020-04-30 11:51:46|clsEmailIMAP|DEBUG >> A018 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:46|clsEmailIMAP|DEBUG >> Working on email: UniqueID [15958] - Subject[Vielen Dank für Ihre Newsletter-Anmeldung] - Date [21.02.2020 17:05:38]
2020-04-30 11:51:46|clsEmailIMAP|DEBUG >> A019 UID FETCH 15958 RFC822
2020-04-30 11:51:46|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<20200221160538.28933140AFF@heiso.aix-cloud.de>')
2020-04-30 11:51:48|clsEmailIMAP|DEBUG >> A020 UID STORE 15958 +FLAGS (\SEEN)
2020-04-30 11:51:48|clsEmailIMAP|DEBUG >> A020 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:49|clsEmailIMAP|DEBUG >> Working on email: UniqueID [15961] - Subject[Vielen Dank für Ihre Newsletter Anmeldung] - Date [21.02.2020 21:06:12]
2020-04-30 11:51:49|clsEmailIMAP|DEBUG >> A021 UID FETCH 15961 RFC822
2020-04-30 11:51:49|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<718e1ec32ce770e3d0609633b.1928942146.20200221200607.ad4ff32923.d6eb0e23@mail211.suw12.mcsv.net>')
2020-04-30 11:51:50|clsEmailIMAP|DEBUG >> A022 UID STORE 15961 +FLAGS (\SEEN)
2020-04-30 11:51:50|clsEmailIMAP|DEBUG >> A022 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:51|clsEmailIMAP|DEBUG >> Working on email: UniqueID [16068] - Subject[Ticket #153391: Blacklist] - Date [28.02.2020 13:06:03]
2020-04-30 11:51:51|clsEmailIMAP|DEBUG >> A023 UID FETCH 16068 RFC822
2020-04-30 11:51:51|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<5e59022b1e484b959d714d0bc0a8c002@coreadmin.speedbone.de>')
2020-04-30 11:51:52|clsEmailIMAP|DEBUG >> A024 UID STORE 16068 +FLAGS (\SEEN)
2020-04-30 11:51:52|clsEmailIMAP|DEBUG >> A024 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:54|clsEmailIMAP|DEBUG >> Working on email: UniqueID [16091] - Subject[Ihre Rücksendungsübersicht] - Date [29.02.2020 16:31:22]
2020-04-30 11:51:54|clsEmailIMAP|DEBUG >> A025 UID FETCH 16091 RFC822
2020-04-30 11:51:54|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<010201709192d029-0f3eb811-bf1f-4f46-8903-9b8a89d06ae6-000000@eu-west-1.amazonses.com>')
2020-04-30 11:51:56|clsEmailIMAP|DEBUG >> A026 UID STORE 16091 +FLAGS (\SEEN)
2020-04-30 11:51:56|clsEmailIMAP|DEBUG >> A026 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:51:57|clsEmailIMAP|DEBUG >> Working on email: UniqueID [16093] - Subject[Re: MOB Skateboards Webshop Kontaktformular] - Date [29.02.2020 16:52:33]
2020-04-30 11:51:57|clsEmailIMAP|DEBUG >> A027 UID FETCH 16093 RFC822
2020-04-30 11:51:57|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<45CA24CE-6090-4ADE-883D-412276B82D39@mosaic-sales.com>')
2020-04-30 11:51:58|clsEmailIMAP|DEBUG >> A028 UID STORE 16093 +FLAGS (\SEEN)
2020-04-30 11:51:58|clsEmailIMAP|DEBUG >> A028 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:00|clsEmailIMAP|DEBUG >> Working on email: UniqueID [16135] - Subject[Mein ELSTER: Aktivierung Ihres Benutzerkontos] - Date [01.01.0001 00:00:00]
2020-04-30 11:52:00|clsEmailIMAP|DEBUG >> A029 UID FETCH 16135 RFC822
2020-04-30 11:52:00|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<1082422146.1430499.1583163080931@ecmprd01.cs1.elster.de>')
2020-04-30 11:52:01|clsEmailIMAP|DEBUG >> A030 UID STORE 16135 +FLAGS (\SEEN)
2020-04-30 11:52:01|clsEmailIMAP|DEBUG >> A030 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:02|clsEmailIMAP|DEBUG >> Working on email: UniqueID [16296] - Subject[AW: Ferien 2020 in Suedwestfrankreich -- BITTE BEACHTEN] - Date [09.03.2020 12:53:49]
2020-04-30 11:52:02|clsEmailIMAP|DEBUG >> A031 UID FETCH 16296 RFC822
2020-04-30 11:52:02|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<002001d5f609$65cc8b20$3165a160$@web.de>')
2020-04-30 11:52:04|clsEmailIMAP|DEBUG >> A032 UID STORE 16296 +FLAGS (\SEEN)
2020-04-30 11:52:04|clsEmailIMAP|DEBUG >> A032 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:05|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17007] - Subject[Dinge zum Ausprobieren mit deinem Echo] - Date [17.04.2020 07:15:13]
2020-04-30 11:52:05|clsEmailIMAP|DEBUG >> A033 UID FETCH 17007 RFC822
2020-04-30 11:52:05|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<01020171868ff504-8246a8c8-8d08-4485-a796-787a9b2f0aed-000000@eu-west-1.amazonses.com>')
2020-04-30 11:52:06|clsEmailIMAP|DEBUG >> A034 UID STORE 17007 +FLAGS (\SEEN)
2020-04-30 11:52:07|clsEmailIMAP|DEBUG >> A034 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:07|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17018] - Subject[Re: Musikwunsch] - Date [17.04.2020 14:21:10]
2020-04-30 11:52:07|clsEmailIMAP|DEBUG >> A035 UID FETCH 17018 RFC822
2020-04-30 11:52:08|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<439392B1-CA1B-4DBD-A4D7-ADE45FE78775@say-say.de>')
2020-04-30 11:52:09|clsEmailIMAP|DEBUG >> A036 UID STORE 17018 +FLAGS (\SEEN)
2020-04-30 11:52:09|clsEmailIMAP|DEBUG >> A036 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:11|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17024] - Subject[Re: Musikwunsch] - Date [17.04.2020 19:44:17]
2020-04-30 11:52:11|clsEmailIMAP|DEBUG >> A037 UID FETCH 17024 RFC822
2020-04-30 11:52:11|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<8B1648BD-3F15-4D3C-88CB-F50A562389FD@say-say.de>')
2020-04-30 11:52:19|clsEmailIMAP|DEBUG >> A038 UID STORE 17024 +FLAGS (\SEEN)
2020-04-30 11:52:19|clsEmailIMAP|DEBUG >> A038 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:23|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17027] - Subject[[your-subject]] - Date [18.04.2020 00:19:47]
2020-04-30 11:52:23|clsEmailIMAP|DEBUG >> A039 UID FETCH 17027 RFC822
2020-04-30 11:52:24|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<8A87B5EE165B47FCAF404BDEA55F52A7@Marian>')
2020-04-30 11:52:24|clsEmailIMAP|DEBUG >> A040 UID STORE 17027 +FLAGS (\SEEN)
2020-04-30 11:52:24|clsEmailIMAP|DEBUG >> A040 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:25|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17036] - Subject[FW: Elternbrief] - Date [18.04.2020 17:36:09]
2020-04-30 11:52:25|clsEmailIMAP|DEBUG >> A041 UID FETCH 17036 RFC822
2020-04-30 11:52:25|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<2D3B0BDF-0A04-4130-9F26-1F2F0036A8F0@gmx.de>')
2020-04-30 11:52:25|clsEmailIMAP|DEBUG >> A042 UID STORE 17036 +FLAGS (\SEEN)
2020-04-30 11:52:25|clsEmailIMAP|DEBUG >> A042 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:26|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17049] - Subject[Diane Manz] - Date [19.04.2020 14:39:19]
2020-04-30 11:52:26|clsEmailIMAP|DEBUG >> A043 UID FETCH 17049 RFC822
2020-04-30 11:52:26|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<7DD7BFD2-B50A-48F5-8E76-6733CE65BD2B@gmx.de>')
2020-04-30 11:52:26|clsEmailIMAP|DEBUG >> A044 UID STORE 17049 +FLAGS (\SEEN)
2020-04-30 11:52:26|clsEmailIMAP|DEBUG >> A044 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:27|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17155] - Subject[Re: Musikwunsch] - Date [24.04.2020 19:33:32]
2020-04-30 11:52:27|clsEmailIMAP|DEBUG >> A045 UID FETCH 17155 RFC822
2020-04-30 11:52:27|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<314D0A71-9CC6-4E41-A1C6-9C1AB4C04723@say-say.de>')
2020-04-30 11:52:27|clsEmailIMAP|DEBUG >> A046 UID STORE 17155 +FLAGS (\SEEN)
2020-04-30 11:52:27|clsEmailIMAP|DEBUG >> A046 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:28|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17190] - Subject[Kerstin Lefèvre] - Date [26.04.2020 10:39:41]
2020-04-30 11:52:28|clsEmailIMAP|DEBUG >> A047 UID FETCH 17190 RFC822
2020-04-30 11:52:29|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<5918F910-6BC3-45F5-BA65-8392453B1292@tsv-allendorf-lahn.net>')
2020-04-30 11:52:29|clsEmailIMAP|DEBUG >> A048 UID STORE 17190 +FLAGS (\SEEN)
2020-04-30 11:52:29|clsEmailIMAP|DEBUG >> A048 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:30|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17194] - Subject[Nachricht von Frau Zörb] - Date [26.04.2020 13:26:25]
2020-04-30 11:52:30|clsEmailIMAP|DEBUG >> A049 UID FETCH 17194 RFC822
2020-04-30 11:52:31|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<58AD72C6-AF37-45F9-9A68-E2C93F94BE37@gmx.de>')
2020-04-30 11:52:31|clsEmailIMAP|DEBUG >> A050 UID STORE 17194 +FLAGS (\SEEN)
2020-04-30 11:52:31|clsEmailIMAP|DEBUG >> A050 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:32|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17201] - Subject[Link High Intensitiy] - Date [26.04.2020 18:51:40]
2020-04-30 11:52:32|clsEmailIMAP|DEBUG >> A051 UID FETCH 17201 RFC822
2020-04-30 11:52:32|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<84F7D610-C176-46D7-80B1-662BAD60BC9C@tsv-allendorf-lahn.net>')
2020-04-30 11:52:32|clsEmailIMAP|DEBUG >> A052 UID STORE 17201 +FLAGS (\SEEN)
2020-04-30 11:52:32|clsEmailIMAP|DEBUG >> A052 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:33|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17202] - Subject[[your-subject]] - Date [26.04.2020 21:23:03]
2020-04-30 11:52:33|clsEmailIMAP|DEBUG >> A053 UID FETCH 17202 RFC822
2020-04-30 11:52:33|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<3A53695CBFA5406FA78CFCB9BBFFBA8B@Marian>')
2020-04-30 11:52:33|clsEmailIMAP|DEBUG >> A054 UID STORE 17202 +FLAGS (\SEEN)
2020-04-30 11:52:33|clsEmailIMAP|DEBUG >> A054 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:38|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17244] - Subject[Kerstin Lefèvre] - Date [28.04.2020 17:24:21]
2020-04-30 11:52:38|clsEmailIMAP|DEBUG >> A055 UID FETCH 17244 RFC822
2020-04-30 11:52:38|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<F7273818-B4ED-4474-9F9E-C12DC0DC0E40@tsv-allendorf-lahn.net>')
2020-04-30 11:52:38|clsEmailIMAP|DEBUG >> A056 UID STORE 17244 +FLAGS (\SEEN)
2020-04-30 11:52:38|clsEmailIMAP|DEBUG >> A056 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:39|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17262] - Subject[Link Zumba, 19.00 Uhr] - Date [29.04.2020 17:13:58]
2020-04-30 11:52:39|clsEmailIMAP|DEBUG >> A057 UID FETCH 17262 RFC822
2020-04-30 11:52:39|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<2E8B7FA7-CFE7-47DE-99F0-A41CD21E28C6@tsv-allendorf-lahn.net>')
2020-04-30 11:52:39|clsEmailIMAP|DEBUG >> A058 UID STORE 17262 +FLAGS (\SEEN)
2020-04-30 11:52:39|clsEmailIMAP|DEBUG >> A058 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:41|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17264] - Subject[Fashion in deinen Lieblingsfarben!] - Date [29.04.2020 18:08:06]
2020-04-30 11:52:41|clsEmailIMAP|DEBUG >> A059 UID FETCH 17264 RFC822
2020-04-30 11:52:41|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<f9d60d2b-8f4f-4879-8ca8-39a24bdc7952@atl1s07mta1869.xt.local>')
2020-04-30 11:52:41|clsEmailIMAP|DEBUG >> A060 UID STORE 17264 +FLAGS (\SEEN)
2020-04-30 11:52:41|clsEmailIMAP|DEBUG >> A060 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:42|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17265] - Subject[Casino news] - Date [29.04.2020 20:47:41]
2020-04-30 11:52:42|clsEmailIMAP|DEBUG >> A061 UID FETCH 17265 RFC822
2020-04-30 11:52:42|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<CADWRutB-Dtzy7LQ0OwYu5foZG6diAsAAX-Mq-uvYaxYgwnMRLg@mail.gmail.com>')
2020-04-30 11:52:42|clsEmailIMAP|DEBUG >> A062 UID STORE 17265 +FLAGS (\SEEN)
2020-04-30 11:52:42|clsEmailIMAP|DEBUG >> A062 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:44|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17267] - Subject[Diese Hosen rocken?? Schau dir unsere GPx-Serie an!] - Date [30.04.2020 06:04:42]
2020-04-30 11:52:44|clsEmailIMAP|DEBUG >> A063 UID FETCH 17267 RFC822
2020-04-30 11:52:45|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<c0315e72df381b5497ddfc158.c8ac1e0d53.20200430040432.c973694813.2927cbb6@mail4.suw17.mcsv.net>')
2020-04-30 11:52:45|clsEmailIMAP|DEBUG >> A064 UID STORE 17267 +FLAGS (\SEEN)
2020-04-30 11:52:45|clsEmailIMAP|DEBUG >> A064 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:47|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17268] - Subject[Marc O´Polo, UGG, True Prodigy uvm.] - Date [30.04.2020 07:07:16]
2020-04-30 11:52:47|clsEmailIMAP|DEBUG >> A065 UID FETCH 17268 RFC822
2020-04-30 11:52:48|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<2845cb71-90ee-40b7-a4c9-5544183a9671@atl1s07mta863.xt.local>')
2020-04-30 11:52:48|clsEmailIMAP|DEBUG >> A066 UID STORE 17268 +FLAGS (\SEEN)
2020-04-30 11:52:48|clsEmailIMAP|DEBUG >> A066 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:49|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17269] - Subject[BestSecret SALE] - Date [30.04.2020 07:09:41]
2020-04-30 11:52:49|clsEmailIMAP|DEBUG >> A067 UID FETCH 17269 RFC822
2020-04-30 11:52:50|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<0af625f4-f3e3-4454-bc56-ecf0c4526e21@ind1s01mta1076.xt.local>')
2020-04-30 11:52:50|clsEmailIMAP|DEBUG >> A068 UID STORE 17269 +FLAGS (\SEEN)
2020-04-30 11:52:50|clsEmailIMAP|DEBUG >> A068 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:51|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17270] - Subject[Einzigartig wie nie. Sehr, sehr profitabel.] - Date [30.04.2020 07:56:04]
2020-04-30 11:52:51|clsEmailIMAP|DEBUG >> A069 UID FETCH 17270 RFC822
2020-04-30 11:52:51|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('4c4f53f51151ae97ec453dc89e716c07@icarus10.com')
2020-04-30 11:52:51|clsEmailIMAP|DEBUG >> A070 UID STORE 17270 +FLAGS (\SEEN)
2020-04-30 11:52:51|clsEmailIMAP|DEBUG >> A070 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:52|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17271] - Subject[SC24.com AG] - Date [30.04.2020 08:32:25]
2020-04-30 11:52:52|clsEmailIMAP|DEBUG >> A071 UID FETCH 17271 RFC822
2020-04-30 11:52:52|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<0.1.1D.AB5.1D61EB91CE3FA0A.0@pmta40182.emarsys.net>')
2020-04-30 11:52:52|clsEmailIMAP|DEBUG >> A072 UID STORE 17271 +FLAGS (\SEEN)
2020-04-30 11:52:52|clsEmailIMAP|DEBUG >> A072 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:53|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17272] - Subject[Link Beine intensiv 11.00 Uhr] - Date [30.04.2020 09:23:31]
2020-04-30 11:52:53|clsEmailIMAP|DEBUG >> A073 UID FETCH 17272 RFC822
2020-04-30 11:52:53|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<30611C7A-6C20-42E8-AF04-BB1D4988CC0E@tsv-allendorf-lahn.net>')
2020-04-30 11:52:53|clsEmailIMAP|DEBUG >> A074 UID STORE 17272 +FLAGS (\SEEN)
2020-04-30 11:52:54|clsEmailIMAP|DEBUG >> A074 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:54|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17273] - Subject[Dan Gerlitz] - Date [30.04.2020 07:09:18]
2020-04-30 11:52:54|clsEmailIMAP|DEBUG >> A075 UID FETCH 17273 RFC822
2020-04-30 11:52:54|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<ecb7e928376be260de74b3ddf23d2122@hobbyticket.com>')
2020-04-30 11:52:54|clsEmailIMAP|DEBUG >> A076 UID STORE 17273 +FLAGS (\SEEN)
2020-04-30 11:52:55|clsEmailIMAP|DEBUG >> A076 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:56|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17274] - Subject[Handelsblatt Online Eilmeldung] - Date [01.01.0001 00:00:00]
2020-04-30 11:52:56|clsEmailIMAP|DEBUG >> A077 UID FETCH 17274 RFC822
2020-04-30 11:52:57|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<hdh3vfe5bp5vcg25o25cg5jql5wxo6puknfgkvwa7og3cqrb4cta@mailservice.handelsblatt.com>')
2020-04-30 11:52:57|clsEmailIMAP|DEBUG >> A078 UID STORE 17274 +FLAGS (\SEEN)
2020-04-30 11:52:57|clsEmailIMAP|DEBUG >> A078 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:52:58|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17275] - Subject[BestSecret NEW] - Date [30.04.2020 11:14:32]
2020-04-30 11:52:58|clsEmailIMAP|DEBUG >> A079 UID FETCH 17275 RFC822
2020-04-30 11:52:59|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<c6b2f834-991e-434f-a064-e5241d53626c@ind1s01mta651.xt.local>')
2020-04-30 11:52:59|clsEmailIMAP|DEBUG >> A080 UID STORE 17275 +FLAGS (\SEEN)
2020-04-30 11:52:59|clsEmailIMAP|DEBUG >> A080 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:53:00|clsEmailIMAP|DEBUG >> Working on email: UniqueID [17276] - Subject[?? Entspannte Sommermode ??] - Date [30.04.2020 11:04:01]
2020-04-30 11:53:00|clsEmailIMAP|DEBUG >> A081 UID FETCH 17276 RFC822
2020-04-30 11:53:00|clsDatabase|DEBUG >> ReturnDatatable Command: SELECT * FROM TBEMLP_HISTORY WHERE lower(EMAIL_MSGID) = lower('<7f8294d2-854d-4275-a44b-aa701706f07b@atl1s07mta864.xt.local>')
2020-04-30 11:53:00|clsEmailIMAP|DEBUG >> A082 UID STORE 17276 +FLAGS (\SEEN)
2020-04-30 11:53:00|clsEmailIMAP|DEBUG >> A082 OK Store completed (0.001 + 0.000 secs).
2020-04-30 11:53:00|clsEmailIMAP|DEBUG >> A083 EXPUNGE
2020-04-30 11:53:00|clsEmailIMAP|DEBUG >> A083 OK Expunge completed (0.001 + 0.000 secs).
2020-04-30 11:53:00|clsEmailIMAP|DEBUG >> A084 LOGOUT
2020-04-30 11:53:01|clsEmailIMAP|DEBUG >> * BYE Logging out
A084 OK Logout completed (0.001 + 0.000 secs).
2020-04-30 11:55:15|clsEmailIMAP|DEBUG >> IMAP COLLECT Independentsoft finished!

View File

@@ -1,2 +0,0 @@
2020-04-30 11:49:05|clsDatabase|WARN >> Unexpected Error in Return_Datatable: Ungültiger Spaltenname "MESSAGE_ID".
2020-04-30 11:49:05|clsDatabase|WARN >> SQL: SELECT * FROM TBEMLP_HISTORY WHERE lower(MESSAGE_ID) = lower('<000e01d4a8e1$ca768560$5f639020$@gmx.de>')

View File

@@ -1,50 +0,0 @@
2020-04-30 10:52:18|clsEmailIMAP|WARN >> Error while oClient.Connec(): Fehler bei Handshake wegen eines unerwarteten Paketformats.
2020-04-30 10:52:30|clsEmailIMAP|WARN >> Error while oClient.Connec(): Der Prozess kann nicht auf die Datei "E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\IsoftLog.txt" zugreifen, da sie von einem anderen Prozess verwendet wird.
2020-04-30 10:52:38|clsEmailIMAP|WARN >> Error while oClient.Connec(): Der Prozess kann nicht auf die Datei "E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\IsoftLog.txt" zugreifen, da sie von einem anderen Prozess verwendet wird.
2020-04-30 10:53:56|clsEmailIMAP|INFO >> Working on email: UniqueID [9127] - Subject[Orangenpapier] - Date [10.01.2019 13:41:21]
2020-04-30 11:00:46|clsEmailIMAP|INFO >> Working on email: UniqueID [9127] - Subject[Orangenpapier] - Date [10.01.2019 13:41:21]
2020-04-30 11:20:43|clsEmailIMAP|INFO >> Working on email: UniqueID [9127] - Subject[Orangenpapier] - Date [10.01.2019 13:41:21]
2020-04-30 11:22:18|clsEmailIMAP|INFO >> Working on email: UniqueID [9127] - Subject[Orangenpapier] - Date [10.01.2019 13:41:21]
2020-04-30 11:49:05|clsDatabase|WARN >> Unexpected Error in Return_Datatable: Ungültiger Spaltenname "MESSAGE_ID".
2020-04-30 11:49:05|clsDatabase|WARN >> SQL: SELECT * FROM TBEMLP_HISTORY WHERE lower(MESSAGE_ID) = lower('<000e01d4a8e1$ca768560$5f639020$@gmx.de>')
2020-04-30 11:50:49|clsEmailIMAP|INFO >> Working on email: UniqueID [11721] - Subject[Ihre Gedenkseite auf Gedenkseiten.de] - Date [28.05.2019 14:35:30]
2020-04-30 11:51:23|clsEmailIMAP|INFO >> Working on email: UniqueID [13093] - Subject[ADticket - Mein Ticketportal - Ihre Bestellung 45344949] - Date [19.08.2019 15:10:01]
2020-04-30 11:51:30|clsEmailIMAP|INFO >> Working on email: UniqueID [13803] - Subject[Ihre Prosite Rechnung Prosite-5000172862-1019] - Date [01.10.2019 18:39:17]
2020-04-30 11:51:39|clsEmailIMAP|INFO >> Working on email: UniqueID [14335] - Subject[AW: Ausverkaufter Artikel 851400 - Brisket] - Date [08.11.2019 13:27:09]
2020-04-30 11:51:41|clsEmailIMAP|INFO >> Working on email: UniqueID [15203] - Subject[Wg: Jo szorakozast!] - Date [04.01.2020 20:30:08]
2020-04-30 11:51:43|clsEmailIMAP|INFO >> Working on email: UniqueID [15773] - Subject[Ihre Ticketbestellung (DTS-HT)] - Date [10.02.2020 11:33:01]
2020-04-30 11:51:46|clsEmailIMAP|INFO >> Working on email: UniqueID [15958] - Subject[Vielen Dank für Ihre Newsletter-Anmeldung] - Date [21.02.2020 17:05:38]
2020-04-30 11:51:49|clsEmailIMAP|INFO >> Working on email: UniqueID [15961] - Subject[Vielen Dank für Ihre Newsletter Anmeldung] - Date [21.02.2020 21:06:12]
2020-04-30 11:51:51|clsEmailIMAP|INFO >> Working on email: UniqueID [16068] - Subject[Ticket #153391: Blacklist] - Date [28.02.2020 13:06:03]
2020-04-30 11:51:54|clsEmailIMAP|INFO >> Working on email: UniqueID [16091] - Subject[Ihre Rücksendungsübersicht] - Date [29.02.2020 16:31:22]
2020-04-30 11:51:57|clsEmailIMAP|INFO >> Working on email: UniqueID [16093] - Subject[Re: MOB Skateboards Webshop Kontaktformular] - Date [29.02.2020 16:52:33]
2020-04-30 11:52:00|clsEmailIMAP|INFO >> Working on email: UniqueID [16135] - Subject[Mein ELSTER: Aktivierung Ihres Benutzerkontos] - Date [01.01.0001 00:00:00]
2020-04-30 11:52:02|clsEmailIMAP|INFO >> Working on email: UniqueID [16296] - Subject[AW: Ferien 2020 in Suedwestfrankreich -- BITTE BEACHTEN] - Date [09.03.2020 12:53:49]
2020-04-30 11:52:05|clsEmailIMAP|INFO >> Working on email: UniqueID [17007] - Subject[Dinge zum Ausprobieren mit deinem Echo] - Date [17.04.2020 07:15:13]
2020-04-30 11:52:07|clsEmailIMAP|INFO >> Working on email: UniqueID [17018] - Subject[Re: Musikwunsch] - Date [17.04.2020 14:21:10]
2020-04-30 11:52:11|clsEmailIMAP|INFO >> Working on email: UniqueID [17024] - Subject[Re: Musikwunsch] - Date [17.04.2020 19:44:17]
2020-04-30 11:52:23|clsEmailIMAP|INFO >> Working on email: UniqueID [17027] - Subject[[your-subject]] - Date [18.04.2020 00:19:47]
2020-04-30 11:52:25|clsEmailIMAP|INFO >> Working on email: UniqueID [17036] - Subject[FW: Elternbrief] - Date [18.04.2020 17:36:09]
2020-04-30 11:52:26|clsEmailIMAP|INFO >> Working on email: UniqueID [17049] - Subject[Diane Manz] - Date [19.04.2020 14:39:19]
2020-04-30 11:52:27|clsEmailIMAP|INFO >> Working on email: UniqueID [17155] - Subject[Re: Musikwunsch] - Date [24.04.2020 19:33:32]
2020-04-30 11:52:28|clsEmailIMAP|INFO >> Working on email: UniqueID [17190] - Subject[Kerstin Lefèvre] - Date [26.04.2020 10:39:41]
2020-04-30 11:52:30|clsEmailIMAP|INFO >> Working on email: UniqueID [17194] - Subject[Nachricht von Frau Zörb] - Date [26.04.2020 13:26:25]
2020-04-30 11:52:32|clsEmailIMAP|INFO >> Working on email: UniqueID [17201] - Subject[Link High Intensitiy] - Date [26.04.2020 18:51:40]
2020-04-30 11:52:33|clsEmailIMAP|INFO >> Working on email: UniqueID [17202] - Subject[[your-subject]] - Date [26.04.2020 21:23:03]
2020-04-30 11:52:38|clsEmailIMAP|INFO >> Working on email: UniqueID [17244] - Subject[Kerstin Lefèvre] - Date [28.04.2020 17:24:21]
2020-04-30 11:52:39|clsEmailIMAP|INFO >> Working on email: UniqueID [17262] - Subject[Link Zumba, 19.00 Uhr] - Date [29.04.2020 17:13:58]
2020-04-30 11:52:41|clsEmailIMAP|INFO >> Working on email: UniqueID [17264] - Subject[Fashion in deinen Lieblingsfarben!] - Date [29.04.2020 18:08:06]
2020-04-30 11:52:42|clsEmailIMAP|INFO >> Working on email: UniqueID [17265] - Subject[Casino news] - Date [29.04.2020 20:47:41]
2020-04-30 11:52:44|clsEmailIMAP|INFO >> Working on email: UniqueID [17267] - Subject[Diese Hosen rocken?? Schau dir unsere GPx-Serie an!] - Date [30.04.2020 06:04:42]
2020-04-30 11:52:47|clsEmailIMAP|INFO >> Working on email: UniqueID [17268] - Subject[Marc O´Polo, UGG, True Prodigy uvm.] - Date [30.04.2020 07:07:16]
2020-04-30 11:52:49|clsEmailIMAP|INFO >> Working on email: UniqueID [17269] - Subject[BestSecret SALE] - Date [30.04.2020 07:09:41]
2020-04-30 11:52:51|clsEmailIMAP|INFO >> Working on email: UniqueID [17270] - Subject[Einzigartig wie nie. Sehr, sehr profitabel.] - Date [30.04.2020 07:56:04]
2020-04-30 11:52:52|clsEmailIMAP|INFO >> Working on email: UniqueID [17271] - Subject[SC24.com AG] - Date [30.04.2020 08:32:25]
2020-04-30 11:52:53|clsEmailIMAP|INFO >> Working on email: UniqueID [17272] - Subject[Link Beine intensiv 11.00 Uhr] - Date [30.04.2020 09:23:31]
2020-04-30 11:52:54|clsEmailIMAP|INFO >> Working on email: UniqueID [17273] - Subject[Dan Gerlitz] - Date [30.04.2020 07:09:18]
2020-04-30 11:52:56|clsEmailIMAP|INFO >> Working on email: UniqueID [17274] - Subject[Handelsblatt Online Eilmeldung] - Date [01.01.0001 00:00:00]
2020-04-30 11:52:58|clsEmailIMAP|INFO >> Working on email: UniqueID [17275] - Subject[BestSecret NEW] - Date [30.04.2020 11:14:32]
2020-04-30 11:52:59|clsEmailIMAP|INFO >> Working on email: UniqueID [17276] - Subject[?? Entspannte Sommermode ??] - Date [30.04.2020 11:04:01]
2020-04-30 11:55:10|clsEmailIMAP|INFO >> ###############################################
2020-04-30 11:55:10|clsEmailIMAP|INFO >> Found [38] regular messages to work on!
2020-04-30 11:55:15|clsEmailIMAP|INFO >> ###############################################

View File

@@ -1,9 +0,0 @@
2020-04-30 10:44:11|frmMain|DEBUG >> SQL-Server ConnString is [Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]
2020-04-30 10:44:11|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBEMLP_CONFIG
2020-04-30 10:44:11|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBDD_BASECONFIG
2020-04-30 10:44:11|clsDatabase|DEBUG >> Database initialized
2020-04-30 10:44:11|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBEMLP_CONFIG
2020-04-30 10:44:11|clsDatabase|DEBUG >> ReturnDatatable Command: select * from TBDD_BASECONFIG
2020-04-30 10:44:11|clsDatabase|DEBUG >> Database initialized
2020-04-30 10:44:11|frmMain|DEBUG >> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2020-04-30 10:44:11|clsWindream_allgemein|DEBUG >> sDD-VMP01-APS01

View File

@@ -1,16 +0,0 @@
2020-06-26 15:04:56.3023|frmMain|DEBUG >> InitDatabase(frmMain.vb:160) -> SQL-Server ConnString is [Data Source=SDD-VMP04-SQL17\DD_DEVELOP01;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd]
2020-06-26 15:04:56.4878|clsDatabase|DEBUG >> Return_Datatable(clsDatabase.vb:59) -> ReturnDatatable Command: select * from TBEMLP_CONFIG
2020-06-26 15:04:56.5138|clsDatabase|DEBUG >> Return_Datatable(clsDatabase.vb:59) -> ReturnDatatable Command: select * from TBDD_BASECONFIG
2020-06-26 15:04:56.5138|clsDatabase|DEBUG >> Init(clsDatabase.vb:38) -> Database initialized
2020-06-26 15:04:56.5138|clsDatabase|DEBUG >> Return_Datatable(clsDatabase.vb:59) -> ReturnDatatable Command: select * from TBEMLP_CONFIG
2020-06-26 15:04:56.5218|clsDatabase|DEBUG >> Return_Datatable(clsDatabase.vb:59) -> ReturnDatatable Command: select * from TBDD_BASECONFIG
2020-06-26 15:04:56.5218|clsDatabase|DEBUG >> Init(clsDatabase.vb:38) -> Database initialized
2020-06-26 15:04:56.5218|frmMain|DEBUG >> frmMain_Load(frmMain.vb:41) -> AppConfig is located at: [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.Config]
2020-06-26 15:04:56.9788|clsWindream_allgemein|DEBUG >> GetCurrentServer(clsWindream_allgemein.vb:317) -> sDD-VMP01-APS01
2020-06-26 15:04:57.4947|clsWindream_allgemein|DEBUG >> GetCurrentServer(clsWindream_allgemein.vb:317) -> sDD-VMP01-APS01
2020-06-26 15:04:57.4947|clsWindream_allgemein|DEBUG >> Init(clsWindream_allgemein.vb:97) -> windream-Server: 'sDD-VMP01-APS01'
2020-06-26 15:04:57.4947|clsWindream_allgemein|DEBUG >> Init(clsWindream_allgemein.vb:98) -> windream-UserName: 'DD-GAN.LOCAL.DIGITALDATA.WORKS\SchreiberM'
2020-06-26 15:04:57.5367|clsWindream_allgemein|DEBUG >> Init(clsWindream_allgemein.vb:132) -> Alles OK - Erfolgreich angemeldet und Session aufgebaut
2020-06-26 15:04:57.5407|clsDatabase|DEBUG >> Return_Datatable(clsDatabase.vb:59) -> ReturnDatatable Command: select * from TBEMLP_CONFIG
2020-06-26 15:04:57.5407|clsDatabase|DEBUG >> Return_Datatable(clsDatabase.vb:59) -> ReturnDatatable Command: select * from TBDD_BASECONFIG
2020-06-26 15:04:57.5407|clsDatabase|DEBUG >> Init(clsDatabase.vb:38) -> Database initialized

View File

@@ -1,190 +0,0 @@
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS AUTH=PLAIN] Ready
A001 LOGIN "marlonschreiber@arcor.de" "!35398Mnklv="
A001 OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SNIPPET=FUZZY PREVIEW=FUZZY STATUS=SIZE LITERAL+ NOTIFY SPECIAL-USE QUOTA] Logged in
A002 SELECT Inbox
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft $Forwarded Junk NonJunk)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft $Forwarded Junk NonJunk \*)] Flags permitted.
* 39 EXISTS
* 0 RECENT
* OK [UNSEEN 9] First unseen.
* OK [UIDVALIDITY 1498564748] UIDs valid
* OK [UIDNEXT 17277] Predicted next UID
* OK [HIGHESTMODSEQ 37315] Highest
A002 OK [READ-WRITE] Select completed (0.003 + 0.000 + 0.002 secs).
A003 UID SEARCH ALL
* SEARCH 9127 11721 13093 13803 14335 15203 15773 15958 15961 16068 16091 16093 16135 16296 17007 17018 17024 17027 17036 17049 17155 17190 17194 17201 17202 17244 17262 17264 17265 17267 17268 17269 17270 17271 17272 17273 17274 17275 17276
A003 OK Search completed (0.001 + 0.000 secs).
A004 UID SEARCH ALL
* SEARCH 9127 11721 13093 13803 14335 15203 15773 15958 15961 16068 16091 16093 16135 16296 17007 17018 17024 17027 17036 17049 17155 17190 17194 17201 17202 17244 17262 17264 17265 17267 17268 17269 17270 17271 17272 17273 17274 17275 17276
A004 OK Search completed (0.001 + 0.000 secs).
A005 UID FETCH 9127:17276 ENVELOPE
* 1 FETCH (UID 9127 ENVELOPE ("Thu, 10 Jan 2019 13:41:21 +0100" "Orangenpapier" (("Gernot Schreiber" NIL "gernotschreiber" "gmx.de")) (("Gernot Schreiber" NIL "gernotschreiber" "gmx.de")) ((NIL NIL "gernotschreiber" "gmx.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<000e01d4a8e1$ca768560$5f639020$@gmx.de>"))
* 2 FETCH (UID 11721 ENVELOPE ("Tue, 28 May 2019 14:35:30 +0200" "Ihre Gedenkseite auf Gedenkseiten.de" (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<20190528123530.C99AA2416024C@h2585045.stratoserver.net>"))
* 3 FETCH (UID 13093 ENVELOPE ("Mon, 19 Aug 2019 15:10:01 +0200" "ADticket - Mein Ticketportal - Ihre Bestellung 45344949" (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<RnT2XrHqYjEhoyHpewA1No0xK3EIQYqWGc7T5mWeY@core1.reservix.systems>"))
* 4 FETCH (UID 13803 ENVELOPE ("Tue, 01 Oct 2019 18:39:17 +0200" "Ihre Prosite Rechnung Prosite-5000172862-1019" (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<5d9381359394446d9fbd1600c0a8c002@coreadmin.speedbone.de>"))
* 5 FETCH (UID 14335 ENVELOPE ("Fri, 8 Nov 2019 12:27:09 +0000" "AW: Ausverkaufter Artikel 851400 - Brisket" (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1bde1d201e384e548e9c33ee1eb81af3@MX01.albersdus.local>"))
* 6 FETCH (UID 15203 ENVELOPE ("Sat, 4 Jan 2020 20:30:08 +0100" "Wg: Jo szorakozast!" (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Marlon" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<trinity-a38ab46d-ae4a-4406-830e-e782de277e15-1578166207600@msvc-mesg-gmx021>"))
* 7 FETCH (UID 15773 ENVELOPE ("10 Feb 2020 11:33:01 +0100" "Ihre Ticketbestellung (DTS-HT)" (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1581330782.48GMgK75hwzGmTX@mail.derticketservice.de>"))
* 8 FETCH (UID 15958 ENVELOPE ("Fri, 21 Feb 2020 17:05:38 +0100" "=?utf-8?Q?Vielen=20Dank=20f=C3=BCr=20Ihre=20Newsletter-Anmeldung?=" (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<20200221160538.28933140AFF@heiso.aix-cloud.de>"))
* 9 FETCH (UID 15961 ENVELOPE ("Fri, 21 Feb 2020 20:06:12 +0000" "=?utf-8?Q?Vielen=20Dank=20f=C3=BCr=20Ihre=20Newsletter=20Anmeldung?=" (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<718e1ec32ce770e3d0609633b.1928942146.20200221200607.ad4ff32923.d6eb0e23@mail211.suw12.mcsv.net>"))
* 10 FETCH (UID 16068 ENVELOPE ("Fri, 28 Feb 2020 13:06:03 +0100" "Ticket #153391: Blacklist" (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<5e59022b1e484b959d714d0bc0a8c002@coreadmin.speedbone.de>"))
* 11 FETCH (UID 16091 ENVELOPE ("Sat, 29 Feb 2020 15:31:22 +0000" "=?UTF-8?B?SWhyZSBSw7xja3NlbmR1bmdzw7xiZXJzaWNodA==?=" (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<010201709192d029-0f3eb811-bf1f-4f46-8903-9b8a89d06ae6-000000@eu-west-1.amazonses.com>"))
* 12 FETCH (UID 16093 ENVELOPE ("Sat, 29 Feb 2020 16:52:33 +0100" "Re: MOB Skateboards Webshop Kontaktformular" (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) ((NIL NIL "marlonschreiber" "arcor.de")) (("Tim Willumat I MOSAIC" NIL "twillumat" "mosaic-sales.com")("MOB Skateboards Webshop" NIL "info" "mosaic-sales.com")) NIL "<C4F8943B-5FD0-4225-9211-78ABAED4D275@mosaic-sales.com>" "<45CA24CE-6090-4ADE-883D-412276B82D39@mosaic-sales.com>"))
* 13 FETCH (UID 16135 ENVELOPE ("Mon, 2 Mar 2020 16:31:20 +0100 (CET)" "Mein ELSTER: Aktivierung Ihres Benutzerkontos" ((NIL NIL "portal" "elster.de")) ((NIL NIL "portal" "elster.de")) ((NIL NIL "portal" "elster.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1082422146.1430499.1583163080931@ecmprd01.cs1.elster.de>"))
* 14 FETCH (UID 16296 ENVELOPE ("Mon, 9 Mar 2020 12:53:49 +0100" "AW: Ferien 2020 in Suedwestfrankreich -- BITTE BEACHTEN" (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("'Jan-Philipp Rudolph'" NIL "rudolph.jp" "gmail.com")("'Kirstin Schreiber'" NIL "kirstin_schreiber" "hotmail.com")) (("'Julian Schwenkglenks'" NIL "julian-schwenkglenks" "gmx.de")("'Marlon Schreiber'" NIL "marlonschreiber" "arcor.de")(NIL NIL "wiebke.schreiber" "web.de")("=?utf-8?Q?'Herr_Schreiber_G=C3=B6tz'?=" NIL "gotzschreiber" "aol.com")(NIL NIL "nowid" "gmx.net")(NIL NIL "christian.haverkamp" "web.de")(NIL NIL "zimmermannch" "arcor.de")(NIL NIL "arno_schwenkglenks" "web.de")) NIL "<7C141B45-DDE0-46D0-898E-D7126A55CDB3@gmail.com>" "<002001d5f609$65cc8b20$3165a160$@web.de>"))
* 15 FETCH (UID 17007 ENVELOPE ("Fri, 17 Apr 2020 05:15:13 +0000" "Dinge zum Ausprobieren mit deinem Echo" (("Amazon Alexa" NIL "promotion5" "amazon.de")) (("Amazon Alexa" NIL "promotion5" "amazon.de")) (("Amazon Alexa" NIL "promotion5" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<01020171868ff504-8246a8c8-8d08-4485-a796-787a9b2f0aed-000000@eu-west-1.amazonses.com>"))
* 16 FETCH (UID 17018 ENVELOPE ("Fri, 17 Apr 2020 14:21:10 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<ed15a3f4-c964-4d77-8621-b259695d1dda@arcor.de>" "<439392B1-CA1B-4DBD-A4D7-ADE45FE78775@say-say.de>"))
* 17 FETCH (UID 17024 ENVELOPE ("Fri, 17 Apr 2020 19:44:17 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<02a65c12-2614-4b3c-a185-b31060e2622e@arcor.de>" "<8B1648BD-3F15-4D3C-88CB-F50A562389FD@say-say.de>"))
* 18 FETCH (UID 17027 ENVELOPE ("Sat, 18 Apr 2020 00:19:47 +0200" {69}
Re: Ramex - okiennice z drewna, okucia do okiennic - "[your-subject]" (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<1642ceb3dc0b0646a5f56228d250c735@www.klappladen-polen.com>" "<8A87B5EE165B47FCAF404BDEA55F52A7@Marian>"))
* 19 FETCH (UID 17036 ENVELOPE ("Sat, 18 Apr 2020 17:36:09 +0200" "FW: Elternbrief" (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Kneer, Gabriele" NIL "g.kneer" "vereinigte-hagel.de")) NIL NIL "<002501d61589$83727eb0$8a577c10$@gmx.de>" "<2D3B0BDF-0A04-4130-9F26-1F2F0036A8F0@gmx.de>"))
* 20 FETCH (UID 17049 ENVELOPE ("Sun, 19 Apr 2020 14:39:19 +0200" {88}
=?UTF-8?B?w5xidW5nc21hdGVyaWFsaWVu?= =?UTF-8?B?IGbDvHI=?= =?UTF-8?B?IG7DpGNoc3Rl?= Woche (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) NIL NIL NIL "<7DD7BFD2-B50A-48F5-8E76-6733CE65BD2B@gmx.de>"))
* 21 FETCH (UID 17155 ENVELOPE ("Fri, 24 Apr 2020 19:33:32 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<45fc9895-1416-4d64-952a-f4a86ef80abf@arcor.de>" "<314D0A71-9CC6-4E41-A1C6-9C1AB4C04723@say-say.de>"))
* 22 FETCH (UID 17190 ENVELOPE ("Sun, 26 Apr 2020 10:39:41 +0200" {19}
Link High Intensity (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<5918F910-6BC3-45F5-BA65-8392453B1292@tsv-allendorf-lahn.net>"))
* 23 FETCH (UID 17194 ENVELOPE ("Sun, 26 Apr 2020 13:26:25 +0200" "Nachricht von Frau =?UTF-8?B?WsO2cmI=?=" (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Gabi" NIL "g.kneer" "vereinigte-hagel.de")) NIL NIL "<58AD72C6-AF37-45F9-9A68-E2C93F94BE37@gmx.de>"))
* 24 FETCH (UID 17201 ENVELOPE ("Sun, 26 Apr 2020 18:51:40 +0200" "Link High Intensitiy" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<84F7D610-C176-46D7-80B1-662BAD60BC9C@tsv-allendorf-lahn.net>"))
* 25 FETCH (UID 17202 ENVELOPE ("Sun, 26 Apr 2020 21:23:03 +0200" {69}
Re: Ramex - okiennice z drewna, okucia do okiennic - "[your-subject]" (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<39463858fe504b4eb2186b51ca97bb78@www.klappladen-polen.com>" "<3A53695CBFA5406FA78CFCB9BBFFBA8B@Marian>"))
* 26 FETCH (UID 17244 ENVELOPE ("Tue, 28 Apr 2020 17:24:21 +0200" {52}
Link zur Progressiven Muskelentspannung um 18.00 Uhr (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<F7273818-B4ED-4474-9F9E-C12DC0DC0E40@tsv-allendorf-lahn.net>"))
* 27 FETCH (UID 17262 ENVELOPE ("Wed, 29 Apr 2020 17:13:58 +0200" "Link Zumba, 19.00 Uhr" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<2E8B7FA7-CFE7-47DE-99F0-A41CD21E28C6@tsv-allendorf-lahn.net>"))
* 28 FETCH (UID 17264 ENVELOPE ("Wed, 29 Apr 2020 10:08:06 -0600" "Fashion in deinen Lieblingsfarben!" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-fec11179706c077d-50_HTML-6006741-7233512-73" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<f9d60d2b-8f4f-4879-8ca8-39a24bdc7952@atl1s07mta1869.xt.local>"))
* 29 FETCH (UID 17265 ENVELOPE ("Wed, 29 Apr 2020 18:47:41 +0000" {173}
=?UTF-8?B?Qml00YFv0ZZuIGfRlmJ0INCGaG5lbiBk0ZZlIE3DtmdsadGBaGvQtdGWdCwgc2ljaCB6dQ==?= =?UTF-8?B?IHN00LBi0ZZs0ZZz0ZbQtXLQtW4uIFNpZWjQtSAiRGnQtSBIw7ZobNC1IGTQtXIgTMO2d2VuIg==?= (("Casino news" NIL "rogekibarubana17" "gmail.com")) (("Casino news" NIL "rogekibarubana17" "gmail.com")) (("Casino news" NIL "rogekibarubana17" "gmail.com")) ((NIL NIL "undisclosed-recipients" NIL)(NIL NIL NIL NIL)) NIL NIL NIL "<CADWRutB-Dtzy7LQ0OwYu5foZG6diAsAAX-Mq-uvYaxYgwnMRLg@mail.gmail.com>"))
* 30 FETCH (UID 17267 ENVELOPE ("Thu, 30 Apr 2020 04:04:42 +0000" "=?utf-8?Q?Diese=20Hosen=20rocken=F0=9F=98=8E=C2=A0Schau=20dir=20unsere=20GPx=2DSerie=20an=21?=" (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<c0315e72df381b5497ddfc158.c8ac1e0d53.20200430040432.c973694813.2927cbb6@mail4.suw17.mcsv.net>"))
* 31 FETCH (UID 17268 ENVELOPE ("Wed, 29 Apr 2020 23:07:16 -0600" "=?UTF-8?Q?Marc_O=C2=B4Polo,_UGG,_True_Prodigy_uvm.?=" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-fec111797365077b-50_HTML-6006741-7233512-73" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<2845cb71-90ee-40b7-a4c9-5544183a9671@atl1s07mta863.xt.local>"))
* 32 FETCH (UID 17269 ENVELOPE ("Wed, 29 Apr 2020 23:09:41 -0600" {97}
=?UTF-8?B?8J+SpSBOdXIgaGV1dGU6IGJpcyB6dSAtNzUlIGltIEVuZCBvZiBN?= =?UTF-8?B?b250aCBTYWxlISDwn5Kl?= (("BestSecret SALE" NIL "noreply" "fashionnews.bestsecret.com")) (("BestSecret SALE" NIL "noreply" "fashionnews.bestsecret.com")) (("BestSecret" NIL "reply-24523-26_HTML-16623409-10966174-2919" "email.bestsecret.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0af625f4-f3e3-4454-bc56-ecf0c4526e21@ind1s01mta1076.xt.local>"))
* 33 FETCH (UID 17270 ENVELOPE ("Thu, 30 Apr 2020 05:56:04 +0000" "Einzigartig wie nie. Sehr, sehr profitabel." (("Swen Fisher" NIL "info" "icarus10.com")) ((NIL NIL "sender" "icarus10.com")) (("Swen Fisher" NIL "info" "icarus10.com")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "4c4f53f51151ae97ec453dc89e716c07@icarus10.com"))
* 34 FETCH (UID 17271 ENVELOPE ("Thu, 30 Apr 2020 08:32:25 +0200" {118}
40% #STAYHEALTHY Rabatt + =?ISO-8859-1?Q?zus=E4tzlich=20Gratisartikel=20g?= =?ISO-8859-1?Q?eschenkt!=20Verl=E4ngert!?= (("SC24.com AG" NIL "info" "reply.sc24.com")) (("SC24.com AG" NIL "info" "reply.sc24.com")) (("SC24.com AG" NIL "info" "reply.sc24.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0.1.1D.AB5.1D61EB91CE3FA0A.0@pmta40182.emarsys.net>"))
* 35 FETCH (UID 17272 ENVELOPE ("Thu, 30 Apr 2020 09:23:31 +0200" "Link Beine intensiv 11.00 Uhr" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<30611C7A-6C20-42E8-AF04-BB1D4988CC0E@tsv-allendorf-lahn.net>"))
* 36 FETCH (UID 17273 ENVELOPE ("Thu, 30 Apr 2020 05:09:18 +0000" {82}
Wer =?utf-8?Q?h=C3=A4tte?= gedacht, dass es SO einfach =?utf-8?Q?w=C3=A4re=2E=2E?= (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<ecb7e928376be260de74b3ddf23d2122@hobbyticket.com>"))
* 37 FETCH (UID 17274 ENVELOPE ("Thu, 30 Apr 2020 10:03:59 +0200 (CEST)" "Handelsblatt Online Eilmeldung" (("Handelsblatt Eilmeldung" NIL "eilmeldung" "mailservice.handelsblatt.com")) (("Handelsblatt Eilmeldung" NIL "eilmeldung" "mailservice.handelsblatt.com")) ((NIL NIL "kundenservice" "handelsblattgroup.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<hdh3vfe5bp5vcg25o25cg5jql5wxo6puknfgkvwa7og3cqrb4cta@mailservice.handelsblatt.com>"))
* 38 FETCH (UID 17275 ENVELOPE ("Thu, 30 Apr 2020 03:14:32 -0600" {134}
=?UTF-8?Q?Anz=C3=BCge_&_Sakkos_|_Polos,_Shirts_&_more_|_Essential?= =?UTF-8?Q?s_f=C3=BCr's_Zuhause_|_Leder-_und_=C3=9Cbergangsjacken?= (("BestSecret NEW" NIL "noreply" "email.bestsecret.com")) (("BestSecret NEW" NIL "noreply" "email.bestsecret.com")) (("BestSecret" NIL "reply-24536-34_HTML-16623409-10966174-3447" "email.bestsecret.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<c6b2f834-991e-434f-a064-e5241d53626c@ind1s01mta651.xt.local>"))
* 39 FETCH (UID 17276 ENVELOPE ("Thu, 30 Apr 2020 03:04:01 -0600" "=?UTF-8?B?8J+MniBFbnRzcGFubnRlIFNvbW1lcm1vZGUg8J+Mng==?=" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-febb117973660275-747_HTML-6006741-7233512-843" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<7f8294d2-854d-4275-a44b-aa701706f07b@atl1s07mta864.xt.local>"))
A005 OK Fetch completed (0.003 + 0.000 + 0.002 secs).
A006 UID FETCH 9127 RFC822
A007 UID FETCH 11721 RFC822
A008 UID STORE 11721 +FLAGS (\SEEN)
A008 OK Store completed (0.001 + 0.000 secs).
A009 UID FETCH 13093 RFC822
A010 UID STORE 13093 +FLAGS (\SEEN)
A010 OK Store completed (0.001 + 0.000 secs).
A011 UID FETCH 13803 RFC822
A012 UID STORE 13803 +FLAGS (\SEEN)
A012 OK Store completed (0.001 + 0.000 secs).
A013 UID FETCH 14335 RFC822
A014 UID STORE 14335 +FLAGS (\SEEN)
A014 OK Store completed (0.001 + 0.000 secs).
A015 UID FETCH 15203 RFC822
A016 UID STORE 15203 +FLAGS (\SEEN)
A016 OK Store completed (0.001 + 0.000 secs).
A017 UID FETCH 15773 RFC822
A018 UID STORE 15773 +FLAGS (\SEEN)
A018 OK Store completed (0.001 + 0.000 secs).
A019 UID FETCH 15958 RFC822
A020 UID STORE 15958 +FLAGS (\SEEN)
A020 OK Store completed (0.001 + 0.000 secs).
A021 UID FETCH 15961 RFC822
A022 UID STORE 15961 +FLAGS (\SEEN)
A022 OK Store completed (0.001 + 0.000 secs).
A023 UID FETCH 16068 RFC822
A024 UID STORE 16068 +FLAGS (\SEEN)
A024 OK Store completed (0.001 + 0.000 secs).
A025 UID FETCH 16091 RFC822
A026 UID STORE 16091 +FLAGS (\SEEN)
A026 OK Store completed (0.001 + 0.000 secs).
A027 UID FETCH 16093 RFC822
A028 UID STORE 16093 +FLAGS (\SEEN)
A028 OK Store completed (0.001 + 0.000 secs).
A029 UID FETCH 16135 RFC822
A030 UID STORE 16135 +FLAGS (\SEEN)
A030 OK Store completed (0.001 + 0.000 secs).
A031 UID FETCH 16296 RFC822
A032 UID STORE 16296 +FLAGS (\SEEN)
A032 OK Store completed (0.001 + 0.000 secs).
A033 UID FETCH 17007 RFC822
A034 UID STORE 17007 +FLAGS (\SEEN)
A034 OK Store completed (0.001 + 0.000 secs).
A035 UID FETCH 17018 RFC822
A036 UID STORE 17018 +FLAGS (\SEEN)
A036 OK Store completed (0.001 + 0.000 secs).
A037 UID FETCH 17024 RFC822
A038 UID STORE 17024 +FLAGS (\SEEN)
A038 OK Store completed (0.001 + 0.000 secs).
A039 UID FETCH 17027 RFC822
A040 UID STORE 17027 +FLAGS (\SEEN)
A040 OK Store completed (0.001 + 0.000 secs).
A041 UID FETCH 17036 RFC822
A042 UID STORE 17036 +FLAGS (\SEEN)
A042 OK Store completed (0.001 + 0.000 secs).
A043 UID FETCH 17049 RFC822
A044 UID STORE 17049 +FLAGS (\SEEN)
A044 OK Store completed (0.001 + 0.000 secs).
A045 UID FETCH 17155 RFC822
A046 UID STORE 17155 +FLAGS (\SEEN)
A046 OK Store completed (0.001 + 0.000 secs).
A047 UID FETCH 17190 RFC822
A048 UID STORE 17190 +FLAGS (\SEEN)
A048 OK Store completed (0.001 + 0.000 secs).
A049 UID FETCH 17194 RFC822
A050 UID STORE 17194 +FLAGS (\SEEN)
A050 OK Store completed (0.001 + 0.000 secs).
A051 UID FETCH 17201 RFC822
A052 UID STORE 17201 +FLAGS (\SEEN)
A052 OK Store completed (0.001 + 0.000 secs).
A053 UID FETCH 17202 RFC822
A054 UID STORE 17202 +FLAGS (\SEEN)
A054 OK Store completed (0.001 + 0.000 secs).
A055 UID FETCH 17244 RFC822
A056 UID STORE 17244 +FLAGS (\SEEN)
A056 OK Store completed (0.001 + 0.000 secs).
A057 UID FETCH 17262 RFC822
A058 UID STORE 17262 +FLAGS (\SEEN)
A058 OK Store completed (0.001 + 0.000 secs).
A059 UID FETCH 17264 RFC822
A060 UID STORE 17264 +FLAGS (\SEEN)
A060 OK Store completed (0.001 + 0.000 secs).
A061 UID FETCH 17265 RFC822
A062 UID STORE 17265 +FLAGS (\SEEN)
A062 OK Store completed (0.001 + 0.000 secs).
A063 UID FETCH 17267 RFC822
A064 UID STORE 17267 +FLAGS (\SEEN)
A064 OK Store completed (0.001 + 0.000 secs).
A065 UID FETCH 17268 RFC822
A066 UID STORE 17268 +FLAGS (\SEEN)
A066 OK Store completed (0.001 + 0.000 secs).
A067 UID FETCH 17269 RFC822
A068 UID STORE 17269 +FLAGS (\SEEN)
A068 OK Store completed (0.001 + 0.000 secs).
A069 UID FETCH 17270 RFC822
A070 UID STORE 17270 +FLAGS (\SEEN)
A070 OK Store completed (0.001 + 0.000 secs).
A071 UID FETCH 17271 RFC822
A072 UID STORE 17271 +FLAGS (\SEEN)
A072 OK Store completed (0.001 + 0.000 secs).
A073 UID FETCH 17272 RFC822
A074 UID STORE 17272 +FLAGS (\SEEN)
A074 OK Store completed (0.001 + 0.000 secs).
A075 UID FETCH 17273 RFC822
A076 UID STORE 17273 +FLAGS (\SEEN)
A076 OK Store completed (0.001 + 0.000 secs).
A077 UID FETCH 17274 RFC822
A078 UID STORE 17274 +FLAGS (\SEEN)
A078 OK Store completed (0.001 + 0.000 secs).
A079 UID FETCH 17275 RFC822
A080 UID STORE 17275 +FLAGS (\SEEN)
A080 OK Store completed (0.001 + 0.000 secs).
A081 UID FETCH 17276 RFC822
A082 UID STORE 17276 +FLAGS (\SEEN)
A082 OK Store completed (0.001 + 0.000 secs).
A083 EXPUNGE
A083 OK Expunge completed (0.001 + 0.000 secs).
A084 LOGOUT
* BYE Logging out
A084 OK Logout completed (0.001 + 0.000 secs).

View File

@@ -1,3 +0,0 @@
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS AUTH=PLAIN] Ready
A001 LOGIN "" ""
A001 NO [AUTHENTICATIONFAILED] Authentication failed.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More