Compare commits

...

177 Commits

Author SHA1 Message Date
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
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
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
34368ce760 S22 TryCatch to continue 2020-08-19 11:27:19 +02:00
d49e627f5d ms 2020-08-10 17:28:32 +02:00
fbb4d8ad2e MS 2020-01-29 15:11:33 +01:00
37693a8fc0 MS Bugfixing mit Vektofeld Boolean 2019-12-20 10:08:48 +01:00
469 changed files with 15225 additions and 1049327 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

266
.gitignore vendored
View File

@@ -1,6 +1,262 @@
################################################################################ ## Ignore Visual Studio temporary files, build results, and
# Diese .gitignore-Datei wurde von Microsoft(R) Visual Studio automatisch erstellt. ## files generated by popular Visual Studio add-ons.
################################################################################
/App/.vs/SERV_EMAIL/v15/Server/sqlite3 # User-specific files
/.vs/DDEmailProfiler/v15/.suo *.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.

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=172.24.12.41\tests;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=172.24.12.41\tests;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=172.24.12.41\tests;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=172.24.12.41\tests;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,233 +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.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>
<remarks></remarks>
</member>
<member name="M:DigitalData.Modules.Database.MSSQLServer.NewExecuteScalar(System.String)">
<summary>
Executes the passed sql-statement as Scalar
</summary>
<param name="ScalarSQL">the sql statement</param>
<returns>Returns true if properly executed, else false</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="executeStatement">the sql statement</param>
<param name="commandtimeout">Optional Timeout</param>
<remarks></remarks>
</member>
</members>
</doc>

View File

@@ -1,202 +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>
<params>
logPath, PathType
The basepath to write logs to. Can be AppData, CurrentDirectory or CustomPath.
- AppData: writes to local application data directory
- CurrentDirectory: writes to `Log` directory relative to the current directory
- CustomPath: writes to custom path specified in `customLogPath`
customLogPath, String (optional)
If `logPath` is set to custom, this defines the custom logPath.
suffix, String (optional)
If set to anything other than Nothing, extends the logfile name with this suffix.
</params>
<props>
LogFile, String (readonly)
Returns the full path of the default log file.
LogPath, String (readonly)
Returns the path to the log directory.
LogFactory, NLog.LogFactory (readonly)
Returns the LogFactory that is used to create the Logger object
Debug, Boolean
Determines if the debug log should be written.
</props>
<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)">
<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>
</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,57 +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>
</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,46 +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 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.
* 23 EXISTS
* 0 RECENT
* OK [UNSEEN 20] First unseen.
* OK [UIDVALIDITY 1498564748] UIDs valid
* OK [UIDNEXT 13624] Predicted next UID
* OK [HIGHESTMODSEQ 30846] Highest
A002 OK [READ-WRITE] Select completed (0.003 + 0.000 + 0.002 secs).
A003 UID SEARCH ALL
* SEARCH 9127 11721 11724 11727 12735 12934 12986 13093 13399 13437 13476 13478 13482 13511 13523 13529 13600 13603 13606 13618 13621 13622 13623
A003 OK Search completed (0.001 + 0.000 secs).
A004 UID FETCH 9127:13623 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 11724 ENVELOPE ("Tue, 28 May 2019 16:06:17 +0200" "=?utf-8?Q?Spenden=C3=BCbergabe?=" (("Nicole Janik" NIL "n.n.janik" "gmx.de")) (("Nicole Janik" NIL "n.n.janik" "gmx.de")) (("Nicole Janik" NIL "n.n.janik" "gmx.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0C98DE4D-403B-49D0-9200-A4074555D31D@gmx.de>"))
* 4 FETCH (UID 11727 ENVELOPE ("Tue, 28 May 2019 17:38:38 +0200" "Fwd: icons" (("Andreas Widmann" NIL "info" "typograficdesign.de")) (("Andreas Widmann" NIL "info" "typograficdesign.de")) (("Andreas Widmann" NIL "info" "typograficdesign.de")) (("Digital Data - Marlon Schreiber" NIL "m.schreiber" "didalog.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL "<51DDE70C-3F5C-41D9-9219-32BC7A067BFC@bettmer.de>" "<45Cyg50MNNz3S8FJ@vsmx004l.vodafonemail.xion.oxcs.net>"))
* 5 FETCH (UID 12735 ENVELOPE ("Sat, 27 Jul 2019 17:33:10 +0300" NIL ((NIL NIL "sabinekriegel" "aol.com")) ((NIL NIL "sabinekriegel" "aol.com")) ((NIL NIL "sabinekriegel" "aol.com")) ((NIL NIL "gernotschreiber" "gmx.de")("=?UTF-8?B?RWJlcmhhcmQgU2NocmVpYmVy?=" NIL "eberhardschreiber" "web.de")("=?UTF-8?B?TWFybG9uIFNjaHJlaWJlcg==?=" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1564237990.914672277@f13.my.com>"))
* 6 FETCH (UID 12934 ENVELOPE ("Sat, 10 Aug 2019 13:06:02 +0200" "FW: Wichtige Infos =?UTF-8?B?ZsO8cg==?= das neue Schuljahr" (("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")) (("Kneer, Gabriele" NIL "g.kneer" "vereinigte-hagel.de")) NIL "<002901d54eb3$9ccfbc30$d66f3490$@gmx.de>" "<566C5424-F62E-4218-9E58-22DA7F4F067C@gmx.de>"))
* 7 FETCH (UID 12986 ENVELOPE ("Tue, 13 Aug 2019 23:08:03 +0200" "=?utf-8?Q?Re:_K=C3=BCndigung?=" (("Michael Schwesinger" NIL "netschwesi" "googlemail.com")) (("Michael Schwesinger" NIL "netschwesi" "googlemail.com")) (("Michael Schwesinger" NIL "netschwesi" "googlemail.com")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<baeaada1-fefa-4528-90f1-483b18855f42@arcor.de>" "<B28AFE07-710D-42A8-B233-7448FE6FA3EE@googlemail.com>"))
* 8 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>"))
* 9 FETCH (UID 13399 ENVELOPE ("Fri, 6 Sep 2019 08:07:06 +0000" "Dinge zum Ausprobieren mit deinem Echo" (("Amazon Echo" NIL "promotion5" "amazon.de")) (("Amazon Echo" NIL "promotion5" "amazon.de")) (("Amazon Echo" NIL "promotion5" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0102016d059cd2ba-06077cc4-ee1e-4c63-a937-bc31d215abb1-000000@eu-west-1.amazonses.com>"))
* 10 FETCH (UID 13437 ENVELOPE ("Mon, 09 Sep 2019 20:06:06 +0200" "Fensterkonfigurator" (("Fenster-Welten-GmbH - Fensterkonfigurator" NIL "service" "fensterwelten24.de")) (("Fenster-Welten-GmbH - Fensterkonfigurator" NIL "service" "fensterwelten24.de")) (("Fenster-Welten-GmbH - Fensterkonfigurator" NIL "service" "fensterwelten24.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<5d76948e75ac497aa79729e3334b7513@konfigurator.polnischefenster24.de>"))
* 11 FETCH (UID 13476 ENVELOPE ("Wed, 11 Sep 2019 14:31:07 +0200" "Holzfenster Angebot 19-10816" (("Jakub Horbatowski | Fenster-Welten-GmbH" NIL "jakub.horbatowski" "fensterwelten24.de")) (("Jakub Horbatowski | Fenster-Welten-GmbH" NIL "jakub.horbatowski" "fensterwelten24.de")) (("Jakub Horbatowski | Fenster-Welten-GmbH" NIL "jakub.horbatowski" "fensterwelten24.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<00ff01d5689c$c9248ba0$5b6da2e0$@fensterwelten24.de>"))
* 12 FETCH (UID 13478 ENVELOPE ("Wed, 11 Sep 2019 16:04:30 +0200" "WG: Fwd: WG: Anfrage Holzfenster - 167495" (("Adriana Kudrynska" NIL "adriana.kudrynska" "cdm-holzfenster.de")) (("Adriana Kudrynska" NIL "adriana.kudrynska" "cdm-holzfenster.de")) (("Adriana Kudrynska" NIL "adriana.kudrynska" "cdm-holzfenster.de")) (("'Marlon Schreiber'" NIL "marlonschreiber" "arcor.de")) NIL NIL "<3403085e-da52-4800-2b32-d82e27c714bb@cdm-okna.pl>" "<017d01d568a9$d51a9af0$7f4fd0d0$@cdm-holzfenster.de>"))
* 13 FETCH (UID 13482 ENVELOPE ("Wed, 11 Sep 2019 18:37:24 +0000 (UTC)" "Reiseplanungen teils verfestigt, teils vage" (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<2088004648.6024204.1568227044569@mail.yahoo.com>"))
* 14 FETCH (UID 13511 ENVELOPE ("Fri, 13 Sep 2019 08:16:39 +0000" "Frag Alexa" (("Amazon Echo" NIL "promotion5" "amazon.de")) (("Amazon Echo" NIL "promotion5" "amazon.de")) (("Amazon Echo" NIL "promotion5" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0102016d29b21250-25cb9bb4-f459-4f28-a14e-bde42171cdea-000000@eu-west-1.amazonses.com>"))
* 15 FETCH (UID 13523 ENVELOPE ("Fri, 13 Sep 2019 18:52:25 +0000 (UTC)" "Re: Reiseplanungen teils verfestigt, teils vage" (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<11878a0d-d204-4c47-9916-ae61ea3d03ff@arcor.de>" "<903305688.7076751.1568400745236@mail.yahoo.com>"))
* 16 FETCH (UID 13529 ENVELOPE ("Sat, 14 Sep 2019 13:41:50 +0000 (UTC)" "Re: Hommage" (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<9c45b037-4b03-4669-b941-1e48cb6740d4@arcor.de>" "<581752544.7324819.1568468510694@mail.yahoo.com>"))
* 17 FETCH (UID 13600 ENVELOPE ("Thu, 19 Sep 2019 09:32:03 +0000 (UTC)" "Re: Meine bevorstehende Deutschland-Visite -- heutiger Vorschlag" (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) ((NIL NIL "gernotschreiber" "gmx.de")(NIL NIL "eberhardschreiber" "web.de")(NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<001901d56c66$0a765990$1f630cb0$@gmx.de>" "<2121436838.9578775.1568885523589@mail.yahoo.com>"))
* 18 FETCH (UID 13603 ENVELOPE ("Thu, 19 Sep 2019 17:46:46 +0200" {87}
=?UTF-8?Q?Ventano_Fenster_=2F_T=C3=BCren_190919=2DB2_Schreiber_Angebot?= =?UTF-8?Q?_1?= (("=?UTF-8?Q?Michael_B=C3=BChrmann?=" NIL "mib" "ventano-fenster.de")) (("=?UTF-8?Q?Michael_B=C3=BChrmann?=" NIL "mib" "ventano-fenster.de")) (("=?UTF-8?Q?Michael_B=C3=BChrmann?=" NIL "mib" "ventano-fenster.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<CAP9V6O7=msKZ5wy42H51zRKnEGe75qheidRr-vCKkQe1npHCSA@mail.gmail.com>"))
* 19 FETCH (UID 13606 ENVELOPE ("Thu, 19 Sep 2019 16:27:52 +0000 (UTC)" {81}
Fwd: Meine bevorstehende Deutschland-Visite -- heutiger Vorschlag -- Ebis Antwort (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) (("Gotz Schreiber" NIL "gotzschreiber" "aol.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1258518203.9785907.1568910472761@mail.yahoo.com>"))
* 20 FETCH (UID 13618 ENVELOPE ("Fri, 20 Sep 2019 08:04:20 +0000" "Dinge zum Ausprobieren mit deinem Echo" (("Amazon Echo" NIL "promotion5" "amazon.de")) (("Amazon Echo" NIL "promotion5" "amazon.de")) (("Amazon Echo" NIL "promotion5" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0102016d4db35300-0ea0d83b-94fb-436a-848f-9fec5fc5c774-000000@eu-west-1.amazonses.com>"))
* 21 FETCH (UID 13621 ENVELOPE ("Fri, 20 Sep 2019 09:57:10 +0000" {119}
=?utf-8?Q?=F0=9F=91=89_=F0=9F=91=89?= marlonschreiber@arcor.de, The answer is yes =?utf-8?Q?=F0=9F=91=87_=F0=9F=91=87?= (("Sarah W." NIL "info" "gmimediamail.com")) ((NIL NIL "support" "emd.gmimediamail.com")) (("Sarah W." NIL "7digit" "yopmail.com")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0c02caf54cabafb553e365d1906e2a35@gmimediamail.com>"))
* 22 FETCH (UID 13622 ENVELOPE ("Fri, 20 Sep 2019 11:21:30 +0000" {105}
=?UTF-8?B?QmxpdHpzY2huZWxsIGR1cmNoIGplZGUgS2Fzcw==?= =?UTF-8?B?ZSDigJMgbWl0IFBheVBhbCBpbiBHb29nbGUgUGF5?= (("PayPal" NIL "paypal" "mail.paypal.de")) (("PayPal" NIL "paypal" "mail.paypal.de")) (("noreply@mail.paypal.de" NIL "noreply-HP2v40000016d4e67d35fb59c8ef4bbcfd118146" "mail.paypal.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<HP2v40000016d4e67d35fb59c8ef4bbcfd118146@mail.paypal.de>"))
* 23 FETCH (UID 13623 ENVELOPE ("Fri, 20 Sep 2019 06:55:41 -0500" "Schreiberfamilie Web Site: Aktualisierungen, 20. September 2019" (("MyHeritage Updates" NIL "notify" "myheritage.com")) (("MyHeritage Updates" NIL "notify" "myheritage.com")) ((NIL NIL "gernotschreiber" "gmx.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<97ca993ac978bc2f0294d40479ca362d@localhost.localdomain>"))
A004 OK Fetch completed (0.002 + 0.000 + 0.001 secs).
A005 UID FETCH 9127 RFC822

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

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