diff --git a/App/.vs/SERV_EMAIL/v15/.suo b/App/.vs/SERV_EMAIL/v15/.suo index adc2296..a4e1787 100644 Binary files a/App/.vs/SERV_EMAIL/v15/.suo and b/App/.vs/SERV_EMAIL/v15/.suo differ diff --git a/App/CONFIG_APP/App.config b/App/CONFIG_APP/App.config index a314440..6ddd315 100644 --- a/App/CONFIG_APP/App.config +++ b/App/CONFIG_APP/App.config @@ -9,7 +9,7 @@ - diff --git a/App/CONFIG_APP/My Project/Settings.Designer.vb b/App/CONFIG_APP/My Project/Settings.Designer.vb index 969d055..f0f506d 100644 --- a/App/CONFIG_APP/My Project/Settings.Designer.vb +++ b/App/CONFIG_APP/My Project/Settings.Designer.vb @@ -84,9 +84,9 @@ Namespace My Global.System.Configuration.SpecialSettingAttribute(Global.System.Configuration.SpecialSetting.ConnectionString), _ Global.System.Configuration.DefaultSettingValueAttribute("Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info="& _ "True;User ID=sa;Password=dd")> _ - Public ReadOnly Property DD_ECMConnectionString() As String + Public ReadOnly Property MyDatasetConnString() As String Get - Return CType(Me("DD_ECMConnectionString"),String) + Return CType(Me("MyDatasetConnString"),String) End Get End Property diff --git a/App/CONFIG_APP/My Project/Settings.settings b/App/CONFIG_APP/My Project/Settings.settings index c82d8ff..3e157c0 100644 --- a/App/CONFIG_APP/My Project/Settings.settings +++ b/App/CONFIG_APP/My Project/Settings.settings @@ -8,7 +8,7 @@ - + <?xml version="1.0" encoding="utf-16"?> <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ConnectionString>Data Source=172.24.12.41\tests;Initial Catalog=DD_ECM_TEST;Persist Security Info=True;User ID=sa;Password=dd</ConnectionString> diff --git a/App/CONFIG_APP/MyDataset.Designer.vb b/App/CONFIG_APP/MyDataset.Designer.vb index 4c82ec6..2293bb2 100644 --- a/App/CONFIG_APP/MyDataset.Designer.vb +++ b/App/CONFIG_APP/MyDataset.Designer.vb @@ -6078,7 +6078,7 @@ Namespace MyDatasetTableAdapters Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() - Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString + Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() - Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString + Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() - Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString + Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() - Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString + Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() - Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString + Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() - Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString + Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString End Sub _ Private Sub InitConnection() Me._connection = New Global.System.Data.SqlClient.SqlConnection() - Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.DD_ECMConnectionString + Me._connection.ConnectionString = Global.CONFIG_APP.My.MySettings.Default.MyDatasetConnString End Sub --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/App/CONFIG_APP/MyDataset.xsd b/App/CONFIG_APP/MyDataset.xsd index 4fa8d71..7e4113d 100644 --- a/App/CONFIG_APP/MyDataset.xsd +++ b/App/CONFIG_APP/MyDataset.xsd @@ -4,12 +4,12 @@ - + - + DELETE FROM [TBEMLP_POLL_PROFILES] WHERE (([GUID] = @Original_GUID) AND ([PROFILE_NAME] = @Original_PROFILE_NAME) AND ([POLL_TYPE] = @Original_POLL_TYPE) AND ([EMAIL_CONF_ID] = @Original_EMAIL_CONF_ID) AND ((@IsNull_COMMENT = 1 AND [COMMENT] IS NULL) OR ([COMMENT] = @Original_COMMENT)) AND ((@IsNull_LAST_TICK = 1 AND [LAST_TICK] IS NULL) OR ([LAST_TICK] = @Original_LAST_TICK)) AND ([ACTIVE] = @Original_ACTIVE) AND ((@IsNull_SEQUENCE = 1 AND [SEQUENCE] IS NULL) OR ([SEQUENCE] = @Original_SEQUENCE)) AND ((@IsNull_ADDED_WHO = 1 AND [ADDED_WHO] IS NULL) OR ([ADDED_WHO] = @Original_ADDED_WHO)) AND ((@IsNull_ADDED_WHEN = 1 AND [ADDED_WHEN] IS NULL) OR ([ADDED_WHEN] = @Original_ADDED_WHEN)) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ((@IsNull_CHANGED_WHEN = 1 AND [CHANGED_WHEN] IS NULL) OR ([CHANGED_WHEN] = @Original_CHANGED_WHEN))) @@ -102,7 +102,7 @@ SELECT GUID, PROFILE_NAME, POLL_TYPE, EMAIL_CONF_ID, COMMENT, LAST_TICK, ACTIVE, - + DELETE FROM TBEMLP_POLL_PROCESS @@ -218,7 +218,7 @@ SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJE - + DELETE FROM TBEMLP_POLL_STEPS @@ -291,7 +291,7 @@ SELECT GUID, PROCESS_ID, STEP_NAME, KEYWORDS_BODY, COMMENT, ACTIVE, SEQUENCE, AD - + DELETE FROM TBEMLP_POLL_INDEXING_STEPS @@ -364,7 +364,7 @@ SELECT GUID, STEP_ID, INDEXNAME, INDEXVALUE, ACTIVE, USE_FOR_DIRECT_ANSWER, SEQU - + DELETE FROM TBEMLP_HISTORY @@ -448,7 +448,7 @@ SELECT GUID, WORK_PROCESS, EMAIL_MSGID, EMAIL_SUBJECT, EMAIL_DATE, EMAIL_BODY, E - + SELECT TBEMLP_CONFIG.* @@ -495,7 +495,7 @@ SELECT GUID, FONT_BODY, LOG_ERRORS_ONLY, CHECK_INTERVALL_MINUTES, LAST_TICK, PAT - + DELETE FROM [TBDD_EMAIL_ACCOUNT] WHERE (([GUID] = @Original_GUID) AND ((@IsNull_NAME = 1 AND [NAME] IS NULL) OR ([NAME] = @Original_NAME)) AND ([EMAIL_FROM] = @Original_EMAIL_FROM) AND ([EMAIL_SMTP] = @Original_EMAIL_SMTP) AND ([EMAIL_USER] = @Original_EMAIL_USER) AND ([EMAIL_PW] = @Original_EMAIL_PW) AND ([PORT] = @Original_PORT) AND ([ACTIVE] = @Original_ACTIVE) AND ((@IsNull_ADDED_WHO = 1 AND [ADDED_WHO] IS NULL) OR ([ADDED_WHO] = @Original_ADDED_WHO)) AND ((@IsNull_ADDED_WHEN = 1 AND [ADDED_WHEN] IS NULL) OR ([ADDED_WHEN] = @Original_ADDED_WHEN)) AND ((@IsNull_CHANGED_WHO = 1 AND [CHANGED_WHO] IS NULL) OR ([CHANGED_WHO] = @Original_CHANGED_WHO)) AND ([CHANGED_WHEN] = @Original_CHANGED_WHEN) AND ([SSL_AUTH] = @Original_SSL_AUTH) AND ((@IsNull_AUTH_TYPE = 1 AND [AUTH_TYPE] IS NULL) OR ([AUTH_TYPE] = @Original_AUTH_TYPE))) @@ -602,7 +602,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A - + @@ -650,7 +650,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A - + @@ -764,7 +764,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A - + @@ -811,7 +811,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A - + @@ -852,7 +852,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A - + @@ -910,7 +910,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A - + @@ -957,7 +957,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A - + @@ -1059,9 +1059,9 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A - - - + + + \ No newline at end of file diff --git a/App/CONFIG_APP/bin/Debug/AE.Net.Mail.dll b/App/CONFIG_APP/bin/Debug/AE.Net.Mail.dll new file mode 100644 index 0000000..fc7157f Binary files /dev/null and b/App/CONFIG_APP/bin/Debug/AE.Net.Mail.dll differ diff --git a/App/CONFIG_APP/bin/Debug/AE.Net.Mail.pdb b/App/CONFIG_APP/bin/Debug/AE.Net.Mail.pdb new file mode 100644 index 0000000..5ad716a Binary files /dev/null and b/App/CONFIG_APP/bin/Debug/AE.Net.Mail.pdb differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe b/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe index 04ea2ed..1697ce3 100644 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe and b/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe differ diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe.config b/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe.config index a314440..6ddd315 100644 --- a/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe.config +++ b/App/CONFIG_APP/bin/Debug/CONFIG_APP.exe.config @@ -9,7 +9,7 @@ - diff --git a/App/CONFIG_APP/bin/Debug/CONFIG_APP.pdb b/App/CONFIG_APP/bin/Debug/CONFIG_APP.pdb index 7baa010..a03eba3 100644 Binary files a/App/CONFIG_APP/bin/Debug/CONFIG_APP.pdb and b/App/CONFIG_APP/bin/Debug/CONFIG_APP.pdb differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll b/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll index 1359bdc..74cc564 100644 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll and b/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.dll differ diff --git a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.pdb b/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.pdb index 1a2bfe1..e443f43 100644 Binary files a/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.pdb and b/App/CONFIG_APP/bin/Debug/DigitalData.EMLProfiler.pdb differ diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-01-18-Email-Profiler - Config-Log-Error.log b/App/CONFIG_APP/bin/Debug/Log/2019-01-18-Email-Profiler - Config-Log-Error.log deleted file mode 100644 index 1f7970c..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-01-18-Email-Profiler - Config-Log-Error.log +++ /dev/null @@ -1,50 +0,0 @@ -2019-01-18 15:35:37|Firebird|ERROR >> Unable to complete network request to host "172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB". - bei FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect() - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(FbConnectionString connectionString) - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner) - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(FbConnectionString connectionString, FbConnection owner) - bei FirebirdSql.Data.FirebirdClient.FbConnection.Open() - bei DigitalData.Modules.Database.Firebird.GetConnection() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 122. -2019-01-18 15:35:37|Firebird|ERROR >> Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. - bei DigitalData.Modules.Database.Firebird..ctor(LogConfig LogConfig, String Datasource, String Database, String User, String Password) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 104. -2019-01-18 15:35:37|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:35:37|clsWorkEmail|ERROR >> Der Index lag außerhalb des Bereichs. Er darf nicht negativ und kleiner als die Sammlung sein. -Parametername: index - bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - bei System.Collections.Generic.List`1.get_Item(Int32 index) - bei DigitalData.EMLProfiler.clsWorkEmail.EXTRACT_BODY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 340. -2019-01-18 15:37:02|Firebird|ERROR >> Unable to complete network request to host "172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB". - bei FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect() - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(FbConnectionString connectionString) - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner) - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(FbConnectionString connectionString, FbConnection owner) - bei FirebirdSql.Data.FirebirdClient.FbConnection.Open() - bei DigitalData.Modules.Database.Firebird.GetConnection() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 122. -2019-01-18 15:37:02|Firebird|ERROR >> Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. - bei DigitalData.Modules.Database.Firebird..ctor(LogConfig LogConfig, String Datasource, String Database, String User, String Password) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 104. -2019-01-18 15:37:02|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:37:02|clsWorkEmail|ERROR >> Der Index lag außerhalb des Bereichs. Er darf nicht negativ und kleiner als die Sammlung sein. -Parametername: index - bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - bei System.Collections.Generic.List`1.get_Item(Int32 index) - bei DigitalData.EMLProfiler.clsWorkEmail.EXTRACT_BODY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 340. -2019-01-18 15:38:36|Firebird|ERROR >> Unable to complete network request to host "172.24.12.41:E:\DB\Firebird\Databases\EDMI_TEMPLATE\EDMI_MASTER.FDB". - bei FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect() - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.CreateNewConnectionIfPossibleImpl(FbConnectionString connectionString) - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Pool.GetConnection(FbConnection owner) - bei FirebirdSql.Data.FirebirdClient.FbConnectionPoolManager.Get(FbConnectionString connectionString, FbConnection owner) - bei FirebirdSql.Data.FirebirdClient.FbConnection.Open() - bei DigitalData.Modules.Database.Firebird.GetConnection() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 122. -2019-01-18 15:38:36|Firebird|ERROR >> Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. - bei DigitalData.Modules.Database.Firebird..ctor(LogConfig LogConfig, String Datasource, String Database, String User, String Password) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Database\Firebird.vb:Zeile 104. -2019-01-18 15:38:36|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:38:36|clsWorkEmail|ERROR >> Der Index lag außerhalb des Bereichs. Er darf nicht negativ und kleiner als die Sammlung sein. -Parametername: index - bei System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource) - bei System.Collections.Generic.List`1.get_Item(Int32 index) - bei DigitalData.EMLProfiler.clsWorkEmail.EXTRACT_BODY() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsWorkEmail.vb:Zeile 340. -2019-01-18 15:39:45|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:40:03|clsWorkEmail|WARN >> No record found for dwDocID 10663 -2019-01-18 15:40:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:41:35|clsWorkEmail|WARN >> HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty! -2019-01-18 15:42:02|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty! diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-01-18-Email-Profiler - Config-Log.log b/App/CONFIG_APP/bin/Debug/Log/2019-01-18-Email-Profiler - Config-Log.log deleted file mode 100644 index 832d70f..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-01-18-Email-Profiler - Config-Log.log +++ /dev/null @@ -1,33 +0,0 @@ -2019-01-18 15:35:36|clsWorkEmail|INFO >> Detail-Log is on -2019-01-18 15:35:37|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-18 15:35:37|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:35:37|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-18 15:35:37|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-18 15:35:37|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-18 15:37:02|clsWorkEmail|INFO >> Detail-Log is on -2019-01-18 15:37:02|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-18 15:37:02|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:37:02|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-18 15:37:02|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-18 15:37:02|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-18 15:38:36|clsWorkEmail|INFO >> Detail-Log is on -2019-01-18 15:38:36|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-18 15:38:36|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:38:36|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-18 15:38:36|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-18 15:38:36|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-18 15:39:44|clsWorkEmail|INFO >> Detail-Log is on -2019-01-18 15:39:45|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-18 15:39:45|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:39:45|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-18 15:39:45|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211] -2019-01-18 15:40:02|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-18 15:40:03|clsWorkEmail|WARN >> No record found for dwDocID 10663 -2019-01-18 15:40:12|clsWorkEmail|INFO >> Detail-Log is on -2019-01-18 15:40:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-18 15:40:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-18 15:40:12|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-18 15:40:13|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-18 15:41:35|clsWorkEmail|WARN >> HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty! -2019-01-18 15:42:02|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty! -2019-01-18 15:42:02|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-01-23-Email-Profiler - Config-Log-Error.log b/App/CONFIG_APP/bin/Debug/Log/2019-01-23-Email-Profiler - Config-Log-Error.log deleted file mode 100644 index 0980d9f..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-01-23-Email-Profiler - Config-Log-Error.log +++ /dev/null @@ -1,16 +0,0 @@ -2019-01-23 17:00:44|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:02:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:04:53|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:04:53|clsWorkEmail|WARN >> HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty! -2019-01-23 17:04:53|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty! -2019-01-23 17:05:40|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:14:13|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:25:19|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:25:19|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty! -2019-01-23 17:26:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:28:28|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:32:53|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:34:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:34:41|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty! -2019-01-23 17:35:24|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:41:29|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-01-23-Email-Profiler - Config-Log.log b/App/CONFIG_APP/bin/Debug/Log/2019-01-23-Email-Profiler - Config-Log.log deleted file mode 100644 index b6e3f55..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-01-23-Email-Profiler - Config-Log.log +++ /dev/null @@ -1,342 +0,0 @@ -2019-01-23 17:00:44|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:00:44|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:00:44|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:00:44|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:00:44|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:01:44|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:02:07|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:02:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:02:07|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:02:07|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:04:52|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:04:53|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:04:53|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:04:53|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:04:53|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:04:53|clsWorkEmail|WARN >> HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty! -2019-01-23 17:04:53|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty! -2019-01-23 17:04:53|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-23 17:05:39|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:05:40|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:05:40|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:05:40|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:05:40|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:14:13|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:14:13|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:14:13|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:14:13|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:14:13|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:14:22|clsWorkEmail|INFO >> Cleared bodytext is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-23 17:25:18|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:25:19|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:25:19|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:25:19|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:25:19|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:25:19|clsWorkEmail|INFO >> Cleared bodytext is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-23 17:25:19|clsWorkEmail|INFO >> m.Value.Length [141] < WM_IDX_BODY_SUBSTR_LENGTH [200], so simply m.Value [Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##] will be taken... -2019-01-23 17:25:19|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty! -2019-01-23 17:25:19|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-23 17:26:10|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:26:10|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:26:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:26:11|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:26:11|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:26:19|clsWorkEmail|INFO >> Cleared bodytext is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-23 17:28:28|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:28:28|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:28:28|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:28:28|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:28:28|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:28:32|clsWorkEmail|INFO >> Cleared bodytext is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-23 17:32:53|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:32:53|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:32:53|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:32:53|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:32:53|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:32:57|clsWorkEmail|INFO >> Cleared bodytext is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-23 17:34:40|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:34:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:34:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:34:41|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:34:41|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:34:41|clsWorkEmail|INFO >> Cleared bodytext is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-23 17:34:41|clsWorkEmail|INFO >> m.Value.Length [141] < WM_IDX_BODY_SUBSTR_LENGTH [200], so simply m.Value [Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##] will be taken... -2019-01-23 17:34:41|clsWorkEmail|WARN >> CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty! -2019-01-23 17:34:41|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-23 17:35:24|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:35:24|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:35:24|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:35:25|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:35:25|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:35:30|clsWorkEmail|INFO >> Cleared bodytext is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-23 17:41:28|clsWorkEmail|INFO >> Detail-Log is on -2019-01-23 17:41:29|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-23 17:41:29|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-23 17:41:29|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-23 17:41:29|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-23 17:41:33|clsWorkEmail|INFO >> Cleared bodytext is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - -Von meinem iPhone gesendet - -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-23 17:41:52|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-23 17:41:56|clsWorkEmail|INFO >> Found Keyword 'OK' in MessageBody -2019-01-23 17:42:06|clsWindream_Index|INFO >> Index 'Dokumentart' was written with value 'Email-Approved' -2019-01-23 17:42:06|clsWindream_Index|INFO >> -2019-01-23 17:42:15|clsWindream_Index|INFO >> Index 'Boolean 04' was written with value 'True' -2019-01-23 17:42:15|clsWindream_Index|INFO >> -2019-01-23 17:42:23|clsWindream_Index|INFO >> Vektor-Index 'Vektor_Text1' was written! -2019-01-23 17:42:23|clsWindream_Index|INFO >> -2019-01-23 17:42:28|clsWindream_Index|INFO >> Index 'String 00' was written with value 'Ok -Projekt 3020111 -Task 1234 -Pj 3020654 -T 1234 -T 7643 -Von meinem iPhone gesendet -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com:' -2019-01-23 17:42:28|clsWindream_Index|INFO >> diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-01-24-Email-Profiler - Config-Log-Error.log b/App/CONFIG_APP/bin/Debug/Log/2019-01-24-Email-Profiler - Config-Log-Error.log deleted file mode 100644 index 67324cc..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-01-24-Email-Profiler - Config-Log-Error.log +++ /dev/null @@ -1,14 +0,0 @@ -2019-01-24 15:18:25|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:22:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:24:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:25:08|clsWorkEmail|WARN >> No record found for dwDocID 10663 -2019-01-24 15:25:22|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:30:29|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:31:16|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:32:57|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:43:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:44:28|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:45:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:45:33|clsWorkEmail|WARN >> No record found for dwDocID 10663 -2019-01-24 16:18:15|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 16:18:20|clsWorkEmail|WARN >> No record found for dwDocID 10658 diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-01-24-Email-Profiler - Config-Log.log b/App/CONFIG_APP/bin/Debug/Log/2019-01-24-Email-Profiler - Config-Log.log deleted file mode 100644 index 1ea6f1f..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-01-24-Email-Profiler - Config-Log.log +++ /dev/null @@ -1,621 +0,0 @@ -2019-01-24 15:18:25|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:18:25|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:18:25|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:18:25|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:18:25|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211] -2019-01-24 15:19:50|clsWorkEmail|INFO >> Cleared bodytext is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -gobd@tecosim.com gobd@tecosim.com -Datum: Donnerstag, 20. September 2018 um 11:11 -An: Dirk König d.koenig@de.tecosim.com -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - -2019-01-24 15:22:51|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:22:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:22:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:22:51|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:22:51|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211] -2019-01-24 15:24:03|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:24:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:24:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:24:03|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:24:03|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211] -2019-01-24 15:25:03|clsWorkEmail|INFO >> Cleared bodytext is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -"gobd@tecosim.com" <gobd@tecosim.com> - - -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - -2019-01-24 15:25:07|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-24 15:25:08|clsWorkEmail|WARN >> No record found for dwDocID 10663 -2019-01-24 15:25:21|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:25:22|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:25:22|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:25:22|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:25:22|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-24 15:26:02|clsWorkEmail|INFO >> Cleared bodytext is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - wrote: - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-24 15:30:29|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:30:29|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:30:29|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:30:29|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:30:29|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-24 15:31:16|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:31:16|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:31:16|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:31:16|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:31:16|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-24 15:32:57|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:32:57|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:32:57|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:32:57|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:32:57|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211] -2019-01-24 15:43:11|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:43:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:43:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:43:11|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:43:11|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-24 15:44:28|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:44:28|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:44:28|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:44:28|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:44:28|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-24 15:45:03|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 15:45:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 15:45:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 15:45:03|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 15:45:03|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211] -2019-01-24 15:45:29|clsWorkEmail|INFO >> Cleared bodytext is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -"gobd@tecosim.com" <gobd@tecosim.com> - - -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - -2019-01-24 15:45:33|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-24 15:45:33|clsWorkEmail|WARN >> No record found for dwDocID 10663 -2019-01-24 15:55:58|frmMain|INFO >> Cleared bodytext is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - wrote: - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -##################### -2019-01-24 15:59:53|frmMain|INFO >> Cleared bodytext is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - -On Fri, Jan 18, 2019 at 3:34 PM 0100, - wrote: - - -
-##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - -2019-01-24 16:02:10|frmMain|INFO >> Cleared bodytext is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - -On Fri, Jan 18, 2019 at 3:34 PM 0100, - wrote: - - -
-##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - -2019-01-24 16:07:23|frmMain|INFO >> Cleared bodytext is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - wrote: - -
- -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - -2019-01-24 16:08:27|frmMain|INFO >> Cleared bodytext is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - wrote: - -
- -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - -2019-01-24 16:14:38|frmMain|INFO >> Cleared bodytext is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-24 16:18:14|clsWorkEmail|INFO >> Detail-Log is on -2019-01-24 16:18:15|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-24 16:18:15|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-24 16:18:15|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-24 16:18:15|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-24 16:18:18|clsWorkEmail|INFO >> Cleared bodytext is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-24 16:18:20|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-24 16:18:20|clsWorkEmail|WARN >> No record found for dwDocID 10658 -2019-01-24 16:18:37|frmMain|INFO >> Cleared bodytext is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -"gobd@tecosim.com" <gobd@tecosim.com> - - -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - -2019-01-24 17:24:54|frmMain|INFO >> Cleared bodytext after Regex1 is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -"gobd@tecosim.com" <gobd@tecosim.com> - - -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - -2019-01-24 17:24:54|frmMain|INFO >> Cleared bodytext after Regex2 is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - -2019-01-24 17:36:11|frmMain|INFO >> Cleared bodytext after Regex1 is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -"gobd@tecosim.com" <gobd@tecosim.com> - - -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - -2019-01-24 17:36:28|frmMain|INFO >> Cleared bodytext after Regex2 is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -"gobd@tecosim.com" <gobd@tecosim.com> - - -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-01-28-Email-Profiler - Config-Log-Error.log b/App/CONFIG_APP/bin/Debug/Log/2019-01-28-Email-Profiler - Config-Log-Error.log deleted file mode 100644 index e3f9203..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-01-28-Email-Profiler - Config-Log-Error.log +++ /dev/null @@ -1,8 +0,0 @@ -2019-01-28 17:11:19|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:13:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:14:36|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:25:10|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:27:32|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:27:53|clsWorkEmail|WARN >> No record found for dwDocID 10658 -2019-01-28 17:28:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:28:56|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-01-28-Email-Profiler - Config-Log.log b/App/CONFIG_APP/bin/Debug/Log/2019-01-28-Email-Profiler - Config-Log.log deleted file mode 100644 index e20cbc4..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-01-28-Email-Profiler - Config-Log.log +++ /dev/null @@ -1,390 +0,0 @@ -2019-01-28 17:11:19|clsWorkEmail|INFO >> Detail-Log is on -2019-01-28 17:11:19|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-28 17:11:19|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:11:19|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-28 17:11:19|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-28 17:13:30|clsWorkEmail|INFO >> Detail-Log is on -2019-01-28 17:13:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-28 17:13:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:13:31|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-28 17:13:31|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-28 17:14:35|clsWorkEmail|INFO >> Detail-Log is on -2019-01-28 17:14:36|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-28 17:14:36|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:14:36|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-28 17:14:36|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-28 17:14:39|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:14:41|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is: - - - - - -Nok - - - - - - - - - - - - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:25:10|clsWorkEmail|INFO >> Detail-Log is on -2019-01-28 17:25:10|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-28 17:25:10|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:25:10|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-28 17:25:10|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-28 17:25:12|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:25:13|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is: - - - - - -Nok - - - - - - - - - - - - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:27:32|clsWorkEmail|INFO >> Detail-Log is on -2019-01-28 17:27:32|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-28 17:27:32|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:27:32|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-28 17:27:32|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10658]-Approval Invoice 3000206] -2019-01-28 17:27:34|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is: - - - - - -Nok - - - - -Outlook for Android herunterladen - - - - - - - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:27:35|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is: - - - - - -Nok - - - - - - - - - - - - - - -##Please answer over this line## - -ID #3000206 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:27:51|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-28 17:27:53|clsWorkEmail|WARN >> No record found for dwDocID 10658 -2019-01-28 17:28:03|clsWorkEmail|INFO >> Detail-Log is on -2019-01-28 17:28:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-28 17:28:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:28:03|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-28 17:28:03|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10644]-Approval Invoice 3000172] -2019-01-28 17:28:05|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - - - -Am 18.01.2019 um 15:13 schrieb "gobd@tecosim.com" <gobd@tecosim.com>: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:28:06|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is: - - - - -Ok -Pj 3020654 -T 1234 -T 7643 - - - -Am 18.01.2019 um 15:13 schrieb "gobd@tecosim.com" <gobd@tecosim.com>: - - - - -##Please answer over this line## - -ID #3000172 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:28:39|clsWorkEmail|INFO >> Message referencing to EASY-APPROVAL.... -2019-01-28 17:28:41|clsWorkEmail|INFO >> Found Keyword 'OK' in MessageBody -2019-01-28 17:28:42|clsWindream_Index|INFO >> Index 'Dokumentart' was written with value 'Email-Approved' -2019-01-28 17:28:42|clsWindream_Index|INFO >> -2019-01-28 17:28:43|clsWindream_Index|INFO >> Index 'Boolean 04' was written with value 'True' -2019-01-28 17:28:43|clsWindream_Index|INFO >> -2019-01-28 17:28:44|clsWindream_Index|INFO >> Vektor-Index 'Vektor_Text1' was written! -2019-01-28 17:28:44|clsWindream_Index|INFO >> -2019-01-28 17:28:45|clsWindream_Index|INFO >> Index 'String 00' was written with value 'Ok -Projekt 3020111 -Task 1234 -Pj 3020654 -T 1234 -T 7643 -Von meinem iPhone gesendet -Am 18.01.2019 um 15:13 schrieb gobd@tecosim.com gobd@tecosim.com: -Pj 3020654 -T 1234 -T 7643 -Am 18.01.2019 um 15:13 schrieb "gobd@tecosim.com" <gobd@tecosim.com>:' -2019-01-28 17:28:45|clsWindream_Index|INFO >> -2019-01-28 17:28:56|clsWorkEmail|INFO >> Detail-Log is on -2019-01-28 17:28:56|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) -2019-01-28 17:28:56|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort -2019-01-28 17:28:56|clsWorker|INFO >> Worked/Pulled: 1 E-Mails -2019-01-28 17:28:56|clsWorkEmail|INFO >> PM-related message found....[Re: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211] -2019-01-28 17:28:58|clsWorkEmail|INFO >> Cleared bodytext after Regex1 is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -"gobd@tecosim.com" <gobd@tecosim.com> - - -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - -2019-01-28 17:28:59|clsWorkEmail|INFO >> Cleared bodytext after Regex2 is: - - - - - - - -Ok - -Task 4712 -Projekt 3020103 - - -Von: -"gobd@tecosim.com" <gobd@tecosim.com> - - -Betreff: [ProcessManager][EA][DID#10663]-Approval Invoice 3000211 - - - - - -##Please answer over this line## - - -ID #3000211 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or -Abgelehnt to neglect the invoice - - - - - - diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-02-28-Email-Profiler - Config-Log.log b/App/CONFIG_APP/bin/Debug/Log/2019-02-28-Email-Profiler - Config-Log.log deleted file mode 100644 index 5232f05..0000000 --- a/App/CONFIG_APP/bin/Debug/Log/2019-02-28-Email-Profiler - Config-Log.log +++ /dev/null @@ -1,205 +0,0 @@ -2019-02-28 14:01:13|frmMain|INFO >> Cleared bodytext after Regex1 is: nok - -Das ist ein Test - -Mit freundlichen Grüßen – best Regards - -Marvin Kamm           -Leitung Systemtechnik  - - -Geplante Abwesenheit/planned absenteeism: - -Digital Data -Hoss & Schreiber GbR -Ludwig Rinn Str. 16 -35452 Heuchelheim -http://www.didalog.de/ - -Tel:      0641/20 23 60 -Fax:      0641/23 109 - -######################### AKTUELLE NEWS ######################################### -BARC erstellt Research Note in Zusammenarbeit mit Digital Data -Es ist geschafft! In Zusammenarbeit mit dem unabhängigen Analystenhaus BARC entstand eine Research Note zum Thema „Arbeiten mit digitalen Akten im Zeitalter der Digitalen Transformation“. - -BARC-Research Note unter:www.didalog.de/research-note - - Vertraulichkeitshinweis: -Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte -Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail -irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und -vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte -Weitergabe dieser Mail ist nicht gestattet. - -Confidential Note: -This e-mail may contain confidential and/or privileged information. If you -are not the intended recipient (or have received this e-mail in error) -please notify the sender immediately and destroy this e-mail. Any -unauthorised copying, disclosure or distribution of the material in this -e-mail is strictly forbidden.-----Ursprüngliche Nachricht----- -Gesendet: Don 28 Februar 2019 12:57 -An: Digital Data - Marvin Kamm <> - -##Please answer over this line and seperate Your answers with a line break/return!## - -ID #3000239 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - -2019-02-28 14:01:14|frmMain|INFO >> Cleared bodytext after Regex2 is: nok - -Das ist ein Test - -Mit freundlichen Grüßen – best Regards - -Marvin Kamm           -Leitung Systemtechnik  - - -Geplante Abwesenheit/planned absenteeism: - -Digital Data -Hoss & Schreiber GbR -Ludwig Rinn Str. 16 -35452 Heuchelheim -http://www.didalog.de/ - -Tel:      0641/20 23 60 -Fax:      0641/23 109 - -######################### AKTUELLE NEWS ######################################### -BARC erstellt Research Note in Zusammenarbeit mit Digital Data -Es ist geschafft! In Zusammenarbeit mit dem unabhängigen Analystenhaus BARC entstand eine Research Note zum Thema „Arbeiten mit digitalen Akten im Zeitalter der Digitalen Transformation“. - -BARC-Research Note unter:www.didalog.de/research-note - - Vertraulichkeitshinweis: -Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte -Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail -irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und -vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte -Weitergabe dieser Mail ist nicht gestattet. - -Confidential Note: -This e-mail may contain confidential and/or privileged information. If you -are not the intended recipient (or have received this e-mail in error) -please notify the sender immediately and destroy this e-mail. Any -unauthorised copying, disclosure or distribution of the material in this -e-mail is strictly forbidden.-----Ursprüngliche Nachricht----- -Gesendet: Don 28 Februar 2019 12:57 -An: Digital Data - Marvin Kamm <> - -##Please answer over this line and seperate Your answers with a line break/return!## - -ID #3000239 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - -2019-02-28 14:16:36|frmMain|INFO >> Cleared bodytext after Regex1 is: nok - -Das ist ein Test - -Mit freundlichen Grüßen – best Regards - -Marvin Kamm           -Leitung Systemtechnik  -m.kamm@didalog.de - -Geplante Abwesenheit/planned absenteeism: - -Digital Data -Hoss & Schreiber GbR -Ludwig Rinn Str. 16 -35452 Heuchelheim -http://www.didalog.de/ - -Tel:      0641/20 23 60 -Fax:      0641/23 109 - -######################### AKTUELLE NEWS ######################################### -BARC erstellt Research Note in Zusammenarbeit mit Digital Data -Es ist geschafft! In Zusammenarbeit mit dem unabhängigen Analystenhaus BARC entstand eine Research Note zum Thema „Arbeiten mit digitalen Akten im Zeitalter der Digitalen Transformation“. - -BARC-Research Note unter:www.didalog.de/research-note - - Vertraulichkeitshinweis: -Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte -Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail -irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und -vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte -Weitergabe dieser Mail ist nicht gestattet. - -Confidential Note: -This e-mail may contain confidential and/or privileged information. If you -are not the intended recipient (or have received this e-mail in error) -please notify the sender immediately and destroy this e-mail. Any -unauthorised copying, disclosure or distribution of the material in this -e-mail is strictly forbidden.-----Ursprüngliche Nachricht----- -Von: gobd@tecosim.com  -Gesendet: Don 28 Februar 2019 12:57 -An: Digital Data - Marvin Kamm -Betreff: [ProcessManager][EA][DID#10705]-Approval Invoice 3000239 - -##Please answer over this line and seperate Your answers with a line break/return!## - -ID #3000239 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - -2019-02-28 14:16:39|frmMain|INFO >> Cleared bodytext after Regex2 is: nok - -Das ist ein Test - -Mit freundlichen Grüßen – best Regards - -Marvin Kamm           -Leitung Systemtechnik  - - -Geplante Abwesenheit/planned absenteeism: - -Digital Data -Hoss & Schreiber GbR -Ludwig Rinn Str. 16 -35452 Heuchelheim -http://www.didalog.de/ - -Tel:      0641/20 23 60 -Fax:      0641/23 109 - -######################### AKTUELLE NEWS ######################################### -BARC erstellt Research Note in Zusammenarbeit mit Digital Data -Es ist geschafft! In Zusammenarbeit mit dem unabhängigen Analystenhaus BARC entstand eine Research Note zum Thema „Arbeiten mit digitalen Akten im Zeitalter der Digitalen Transformation“. - -BARC-Research Note unter:www.didalog.de/research-note - - Vertraulichkeitshinweis: -Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte -Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail -irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und -vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte -Weitergabe dieser Mail ist nicht gestattet. - -Confidential Note: -This e-mail may contain confidential and/or privileged information. If you -are not the intended recipient (or have received this e-mail in error) -please notify the sender immediately and destroy this e-mail. Any -unauthorised copying, disclosure or distribution of the material in this -e-mail is strictly forbidden.-----Ursprüngliche Nachricht----- -Gesendet: Don 28 Februar 2019 12:57 - -##Please answer over this line and seperate Your answers with a line break/return!## - -ID #3000239 -Please approve attached invoice. -- Direct answer will approve the invoice. -- Answer with Disaprove or Abgelehnt to neglect the invoice - - diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log-Debug.log b/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log-Debug.log new file mode 100644 index 0000000..581295a --- /dev/null +++ b/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log-Debug.log @@ -0,0 +1,7 @@ +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] diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log-Error.log b/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log-Error.log new file mode 100644 index 0000000..56dda76 --- /dev/null +++ b/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log-Error.log @@ -0,0 +1,16 @@ +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. diff --git a/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log.log b/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log.log new file mode 100644 index 0000000..ec49f14 --- /dev/null +++ b/App/CONFIG_APP/bin/Debug/Log/2019-04-09-Email-Profiler - Config-Log.log @@ -0,0 +1,8 @@ +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. diff --git a/App/CONFIG_APP/bin/Debug/Log/logindependentSoft.txt b/App/CONFIG_APP/bin/Debug/Log/logindependentSoft.txt new file mode 100644 index 0000000..58456f6 --- /dev/null +++ b/App/CONFIG_APP/bin/Debug/Log/logindependentSoft.txt @@ -0,0 +1,3 @@ +* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS AUTH=PLAIN] Ready +A001 LOGIN "" "" +A001 NO [AUTHENTICATIONFAILED] Authentication failed. diff --git a/App/CONFIG_APP/frmMain.vb b/App/CONFIG_APP/frmMain.vb index 1a9cd14..676044b 100644 --- a/App/CONFIG_APP/frmMain.vb +++ b/App/CONFIG_APP/frmMain.vb @@ -18,6 +18,7 @@ Public Class frmMain Private _LoadInProgress As Boolean = True Private _RunwithLocalemail As Boolean = False Private _Localemail As String + Private _SQLServerConString As String Public Sub New() @@ -36,6 +37,8 @@ Public Class frmMain ToolStripProgressBar1.Visible = False MyLogger = New LogConfig(LogConfig.PathType.CustomPath, Path.Combine(My.Application.Info.DirectoryPath, "Log"), "Log") Logger = MyLogger.GetLogger() + MyLogger.Debug = True + Logger.Debug($"AppConfig is located at: [{AppDomain.CurrentDomain.SetupInformation.ConfigurationFile}]") _windream = New clsWindream_allgemein(MyLogger) _email = New clsEmail(MyLogger) _emailIMAP = New clsEmailIMAP(MyLogger) @@ -50,13 +53,14 @@ Public Class frmMain End Sub Private Function Set_ConnectionStrings() Try - Me.TBEMLP_POLL_PROFILESTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString - Me.TBEMLP_POLL_PROCESSTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString - Me.TBEMLP_POLL_STEPSTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString - Me.TBEMLP_POLL_INDEXING_STEPSTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString - Me.TBDD_EMAIL_ACCOUNTTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString - Me.TBEMLP_HISTORYTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString - Me.TBEMLP_CONFIGTableAdapter.Connection.ConnectionString = My.Settings.MyConnectionString + + Me.TBEMLP_POLL_PROFILESTableAdapter.Connection.ConnectionString = _SQLServerConString + Me.TBEMLP_POLL_PROCESSTableAdapter.Connection.ConnectionString = _SQLServerConString + Me.TBEMLP_POLL_STEPSTableAdapter.Connection.ConnectionString = _SQLServerConString + Me.TBEMLP_POLL_INDEXING_STEPSTableAdapter.Connection.ConnectionString = _SQLServerConString + Me.TBDD_EMAIL_ACCOUNTTableAdapter.Connection.ConnectionString = _SQLServerConString + Me.TBEMLP_HISTORYTableAdapter.Connection.ConnectionString = _SQLServerConString + Me.TBEMLP_CONFIGTableAdapter.Connection.ConnectionString = _SQLServerConString Return True Catch ex As Exception @@ -142,6 +146,14 @@ Public Class frmMain Dim dbResult As Boolean tslblstatus.BackColor = Color.Transparent If My.Settings.MyConnectionString <> String.Empty Then + _SQLServerConString = My.Settings.MyConnectionString + If _SQLServerConString.Contains("LOGIT_DMS") Then + _SQLServerConString.Replace("LOGIT_DMS", "DD_ECM") + Logger.Debug($"Replaced wrong Database in ConString ... ") + End If + Logger.Debug($"SQL-Server ConnString is [{_SQLServerConString}]") + + _database = New clsDatabase(MyLogger, My.Settings.MyConnectionString) dbResult = _database.Init(My.Settings.MyConnectionString) Else @@ -206,9 +218,9 @@ Public Class frmMain Try Dim con As String If chkbxUserAut.Checked Then - con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";Trusted_Connection=True;Application Name=DD ADDI-Client" + con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";Trusted_Connection=True;Application Name=EMLProfiler_Client" Else - con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";User Id=" & Me.txtUser.Text & ";Password=" & Me.txtPasswort.Text & ";Application Name=DD ADDI-Client" + con = "Server=" & Me.txtServer.Text & ";Database=" & Me.cmbDatenbank.Text & ";User Id=" & Me.txtUser.Text & ";Password=" & Me.txtPasswort.Text & ";Application Name=EMLProfiler_Client" End If @@ -254,10 +266,10 @@ Public Class frmMain Private Sub BackgroundWorker1_DoWork(sender As Object, e As System.ComponentModel.DoWorkEventArgs) Handles BackgroundWorker1.DoWork If _RunwithLocalemail = False Then MyLogger.Debug = True - Dim _work As New clsWorker(MyLogger, My.Settings.MyConnectionString, GUIDTextBox.Text, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW) + Dim _work As New clsWorker(MyLogger, _SQLServerConString, GUIDTextBox.Text, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW) _work.Start_WorkingProfiles() Else - Dim _work As New clsWorker(MyLogger, My.Settings.MyConnectionString, GUIDTextBox.Text, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW, _Localemail) + Dim _work As New clsWorker(MyLogger, _SQLServerConString, GUIDTextBox.Text, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW, _Localemail) _work.Start_WorkingProfiles(True) End If @@ -359,6 +371,9 @@ Public Class frmMain Sub Load_Indexdata() Try If Not IsNothing(WM_OBJEKTTYPEComboBox.Text) Then + If WM_OBJEKTTYPEComboBox.Text = String.Empty Then + Exit Sub + End If Me.WM_VECTOR_LOGComboBox.Items.Clear() Me.WM_IDX_BODY_TEXTComboBox.Items.Clear() INDEXNAMEIndexStepsComboBox.Items.Clear() @@ -649,7 +664,10 @@ Public Class frmMain Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click My.Settings.Save() Dim PWPlain = _Encryption.DecryptData(EMAIL_PWTextBox.Text) - _emailIMAP.TEST_IMAP_COLLECT(txtInboxname.Text, EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain) + If _emailIMAP.TEST_IMAP_COLLECT(txtInboxname.Text, EMAIL_SMTPTextBox.Text, PORT_INTextBox.Text, EMAIL_USERTextBox.Text, PWPlain) = False Then + MsgBox("Access Imap NOT successfull", MsgBoxStyle.Critical) + + End If End Sub Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click @@ -783,4 +801,8 @@ Public Class frmMain PATH_ORIGINALTextBox.Enabled = False End If End Sub + + Private Sub frmMain_ImeModeChanged(sender As Object, e As EventArgs) Handles Me.ImeModeChanged + + End Sub End Class diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.exe b/App/CONFIG_APP/obj/Debug/CONFIG_APP.exe index 04ea2ed..1697ce3 100644 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.exe and b/App/CONFIG_APP/obj/Debug/CONFIG_APP.exe differ diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.pdb b/App/CONFIG_APP/obj/Debug/CONFIG_APP.pdb index 7baa010..a03eba3 100644 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.pdb and b/App/CONFIG_APP/obj/Debug/CONFIG_APP.pdb differ diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.FileListAbsolute.txt b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.FileListAbsolute.txt index f894dce..6a45416 100644 --- a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.FileListAbsolute.txt +++ b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbproj.FileListAbsolute.txt @@ -9,6 +9,7 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExp E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraGrid.v18.1.dll E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraLayout.v18.1.dll E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraPrinting.v18.1.dll +E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.dll E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Independentsoft.Email.dll E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\NLog.dll @@ -99,7 +100,6 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\Dev E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Office.v18.1.Core.resources.dll E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Office.v18.1.Core.resources.dll E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.Office.v18.1.Core.resources.dll -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbprojAssemblyReference.cache E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.frmMain.resources E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.Resources.resources E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbproj.GenerateResource.cache @@ -109,4 +109,6 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.exe E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.xml E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll +E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\AE.Net.Mail.dll +E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\AE.Net.Mail.pdb +E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbprojAssemblyReference.cache diff --git a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbprojAssemblyReference.cache b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbprojAssemblyReference.cache index 76679b2..83835be 100644 Binary files a/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbprojAssemblyReference.cache and b/App/CONFIG_APP/obj/Debug/CONFIG_APP.vbprojAssemblyReference.cache differ diff --git a/App/CONFIG_APP/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll b/App/CONFIG_APP/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll index f260e6c..444f2a7 100644 Binary files a/App/CONFIG_APP/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll and b/App/CONFIG_APP/obj/Debug/TempPE/My Project.Resources.Designer.vb.dll differ diff --git a/App/CONFIG_APP/obj/Debug/TempPE/MyDataset.Designer.vb.dll b/App/CONFIG_APP/obj/Debug/TempPE/MyDataset.Designer.vb.dll index d0e5450..0f5f753 100644 Binary files a/App/CONFIG_APP/obj/Debug/TempPE/MyDataset.Designer.vb.dll and b/App/CONFIG_APP/obj/Debug/TempPE/MyDataset.Designer.vb.dll differ diff --git a/App/DigitalData.EMLProfiler/DigitalData.EMLProfiler.vbproj b/App/DigitalData.EMLProfiler/DigitalData.EMLProfiler.vbproj index 7a3672f..a621699 100644 --- a/App/DigitalData.EMLProfiler/DigitalData.EMLProfiler.vbproj +++ b/App/DigitalData.EMLProfiler/DigitalData.EMLProfiler.vbproj @@ -43,6 +43,9 @@ On + + ..\packages\AE.Net.Mail.1.7.10.0\lib\net45\AE.Net.Mail.dll + False ..\..\..\DDMonorepo\Modules.Database\bin\Debug\DigitalData.Modules.Database.dll diff --git a/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.dll b/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.dll new file mode 100644 index 0000000..fc7157f Binary files /dev/null and b/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.dll differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.pdb b/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.pdb new file mode 100644 index 0000000..5ad716a Binary files /dev/null and b/App/DigitalData.EMLProfiler/bin/Debug/AE.Net.Mail.pdb differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll index 3ce8ed4..74cc564 100644 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll and b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb index 1f3634f..e443f43 100644 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb and b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb differ diff --git a/App/DigitalData.EMLProfiler/clsEmail.IMAP.vb b/App/DigitalData.EMLProfiler/clsEmail.IMAP.vb index 5e79d42..2cc7748 100644 --- a/App/DigitalData.EMLProfiler/clsEmail.IMAP.vb +++ b/App/DigitalData.EMLProfiler/clsEmail.IMAP.vb @@ -3,6 +3,7 @@ Imports Independentsoft.Email.Imap Imports Independentsoft.Email.Mime Imports DigitalData.EMLProfiler.ClassCurrent Imports DigitalData.Modules.Logging +Imports AE Public Class clsEmailIMAP Private Shared Logger As DigitalData.Modules.Logging.Logger @@ -16,12 +17,13 @@ Public Class clsEmailIMAP Try Logger.Info(String.Format("Working on IMAP_COLLECT.....")) Logger.Debug(String.Format("Working on IMAP_COLLECT.....")) - Dim oClient As New ImapClient(MAIL_SERVER, MAIL_PORT) + Dim oClient As New Independentsoft.Email.Imap.ImapClient(MAIL_SERVER, MAIL_PORT) + oClient.ValidateRemoteCertificate = False oClient.Connect() oClient.Login(MAIL_USER, MAIL_USER_PW) oClient.SelectFolder("Inbox") - Dim oEnvelopes As Envelope() = oClient.ListMessages() + Dim oEnvelopes As Independentsoft.Email.Imap.Envelope() = oClient.ListMessages() Dim oCount As Integer = 0 For i As Integer = 0 To oEnvelopes.Length - 1 If Not IsNothing(oEnvelopes(i).Subject) Then @@ -36,7 +38,7 @@ Public Class clsEmailIMAP End If Next oClient.Disconnect() - Logger.Debug($"{oCOUNT.ToString} messages will be worked..") + Logger.Debug($"{oCount.ToString} messages will be worked..") Logger.Debug("IMAP_COLLECT finished!") Return True Catch ex As Exception @@ -47,24 +49,29 @@ Public Class clsEmailIMAP Public Function TEST_IMAP_COLLECT(INBOXNAME As String, MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String) Try Logger.Info(String.Format("Working on TEST_IMAP_COLLECT.....")) + Dim oLogPath = System.IO.Path.Combine(My.Application.Info.DirectoryPath, "Log\logindependentSoft.txt") + Logger.Debug($"IsoftLog: {oLogPath}...") + Dim oindependentLogger As New Independentsoft.Email.Logger(oLogPath) - Dim oImapClient As New ImapClient(MYMAIL_SERVER, MYMAIL_PORT) - ' oImapClient.ValidateRemoteCertificate = False + Dim oImapClient As New Independentsoft.Email.Imap.ImapClient(MYMAIL_SERVER, MYMAIL_PORT) + oImapClient.Logger = oindependentLogger + oImapClient.ValidateRemoteCertificate = False oImapClient.Connect() + Logger.Debug($"oImapClient connected...") Try - oImapClient.Login(MAIL_USER, MAIL_USER_PW) + oImapClient.Login(MAIL_USER, MAIL_USER_PW, AuthenticationType.Login) Catch ex As Exception - MsgBox($"Unexpected error in TEST_IMAP_COLLECT (oImapClient.Login): {ex.Message}") - Logger.Info($"Unexpected error in TEST_IMAP_COLLECT - User: [{MYMAIL_USER}] PW: [{MYMAIL_USER_PW}]") + MsgBox($"Unexpected error in (oImapClient.Login): {ex.Message}") + Logger.Info($"Unexpected error in oImapClient.Login - User: [{MYMAIL_USER}] PW: [{MYMAIL_USER_PW}]") Logger.Warn(ex.StackTrace.ToString) Logger.Warn(ex.Message) - + oImapClient.Logger.Close() Logger.Error(ex) Return False End Try oImapClient.SelectFolder(INBOXNAME) - Dim oEnvelopes As Envelope() = oImapClient.ListMessages() + Dim oEnvelopes As Independentsoft.Email.Imap.Envelope() = oImapClient.ListMessages() For i As Integer = 0 To oEnvelopes.Length - 1 If Not IsNothing(oEnvelopes(i).Subject) Then @@ -75,12 +82,54 @@ Public Class clsEmailIMAP Next oImapClient.Disconnect() + oImapClient.Logger.Close() Logger.Info("TEST_IMAP_COLLECT finished!") Return True Catch ex As Exception + Logger.Info($"Unexpected error in TEST_IMAP_COLLECT - User: [{MYMAIL_USER}] PW: [{MYMAIL_USER_PW}]") MsgBox($"Unexpected error in TEST_IMAP_COLLECT: {ex.Message}") Logger.Error(ex, "Unexpected Error in TEST_IMAP_COLLECT:") + + Return False + End Try + End Function + Public Function TEST_AEIMAP_COLLECT(INBOXNAME As String, MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String) + Try + Logger.Info(String.Format("Working on TEST_AEIMAP_COLLECT.....")) + 'Dim oLogPath = System.IO.Path.Combine(My.Application.Info.DirectoryPath, "Log\logindependentSoft.txt") + 'Logger.Debug($"IsoftLog: {oLogPath}...") + 'Dim oindependentLogger As New Independentsoft.Email.Logger(oLogPath) + ' Dim sslProtocol As System.Security.Authentication.SslProtocols = Security.Authentication.SslProtocols.Default + Dim oImapClient As New AE.Net.Mail.ImapClient(MYMAIL_SERVER, MYMAIL_USER, MYMAIL_USER_PW, AE.Net.Mail.AuthMethods.Login, MYMAIL_PORT) + 'oImapClient.Logger = oindependentLogger + 'oImapClient.ValidateRemoteCertificate = False + Try + If (oImapClient.IsConnected) Then + Logger.Debug($"oImapClient Login successfull...") + Else + Logger.Info($"oImapClient NOT connected...") + Return False + End If + Catch ex As Exception + Logger.Warn(ex.Message) + Logger.Error(ex) + Return False + End Try + + + + oImapClient.Disconnect() + + + + Logger.Info("TEST_IMAP_COLLECT finished!") + Return True + + Catch ex As Exception + Logger.Info($"Unexpected error in TEST_IMAP_COLLECT - User: [{MYMAIL_USER}] PW: [{MYMAIL_USER_PW}]") + Logger.Error(ex, "Unexpected Error in TEST_IMAP_COLLECT:") + MsgBox($"Unexpected error in TEST_IMAP_COLLECT: {ex.Message}") Return False End Try End Function diff --git a/App/DigitalData.EMLProfiler/clsEmail.vb b/App/DigitalData.EMLProfiler/clsEmail.vb index cb81b22..4b10977 100644 --- a/App/DigitalData.EMLProfiler/clsEmail.vb +++ b/App/DigitalData.EMLProfiler/clsEmail.vb @@ -60,21 +60,24 @@ Public Class clsEmail Public Function TEST_POP3_COLLECT(MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String) As Boolean Try Logger.Debug(String.Format("Working on TEST_POP3_COLLECT...")) - Dim client As New Pop3Client(MYMAIL_SERVER, MYMAIL_PORT) - - client.ValidateRemoteCertificate = False - client.Connect() + Dim oPop3Client As New Pop3Client(MYMAIL_SERVER, MYMAIL_PORT) + Dim oLogPath = System.IO.Path.Combine(My.Application.Info.DirectoryPath, "Log\logindependentSoft.txt") + Logger.Debug($"IsoftLog: {oLogPath}...") + Dim oindependentLogger As New Independentsoft.Email.Logger(oLogPath) + ' oPop3Client.ValidateRemoteCertificate = False + oPop3Client.Logger = oindependentLogger + oPop3Client.Connect() Logger.Debug(String.Format("..connected!")) - client.Login(MYMAIL_USER, MYMAIL_USER_PW) + oPop3Client.Login(MYMAIL_USER, MYMAIL_USER_PW) - Dim messageInfo As MessageInfo() = client.List() + Dim messageInfo As MessageInfo() = oPop3Client.List() For i As Integer = 0 To messageInfo.Length - 1 - Dim message As Message = client.GetMessage(messageInfo(i).Index) - MsgBox(String.Format("Message [{0}] added", message.Subject)) + Dim message As Message = oPop3Client.GetMessage(messageInfo(i).Index) + MsgBox($"Message-subject: {message.Subject}, Message unique ID = {messageInfo(i).UniqueID} added", ) Next - client.Disconnect() + oPop3Client.Disconnect() MsgBox(String.Format("TEST_POP3_COLLECT finished!")) Return True Catch ex As Exception diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index af9d1a1..5c4cdd9 100644 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/App/DigitalData.EMLProfiler/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll index 3ce8ed4..74cc564 100644 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll and b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb index 1f3634f..e443f43 100644 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb and b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache index be88e20..f382832 100644 --- a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache +++ b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache @@ -1 +1 @@ -9c16fe2374e1e996b351d980c60514ee4e15bd53 +e16852c9dcabf8ca2116c0fea0baeab31771f4e2 diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.FileListAbsolute.txt b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.FileListAbsolute.txt index c4d6929..32d02c9 100644 --- a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.FileListAbsolute.txt +++ b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbproj.FileListAbsolute.txt @@ -17,7 +17,6 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\Independentsoft.Email.xml E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\NLog.xml E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb -E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbprojAssemblyReference.cache E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.Resources.resources E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.GenerateResource.cache E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache @@ -25,3 +24,5 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.dll E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.xml E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.pdb +E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\AE.Net.Mail.dll +E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\AE.Net.Mail.pdb diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbprojAssemblyReference.cache b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbprojAssemblyReference.cache deleted file mode 100644 index eccd7f7..0000000 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.vbprojAssemblyReference.cache and /dev/null differ diff --git a/App/DigitalData.EMLProfiler/packages.config b/App/DigitalData.EMLProfiler/packages.config index a3ffb2e..77ca987 100644 --- a/App/DigitalData.EMLProfiler/packages.config +++ b/App/DigitalData.EMLProfiler/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file diff --git a/App/packages/AE.Net.Mail.1.7.10.0/.signature.p7s b/App/packages/AE.Net.Mail.1.7.10.0/.signature.p7s new file mode 100644 index 0000000..178e108 Binary files /dev/null and b/App/packages/AE.Net.Mail.1.7.10.0/.signature.p7s differ diff --git a/App/packages/AE.Net.Mail.1.7.10.0/AE.Net.Mail.1.7.10.0.nupkg b/App/packages/AE.Net.Mail.1.7.10.0/AE.Net.Mail.1.7.10.0.nupkg new file mode 100644 index 0000000..5c2a8b6 Binary files /dev/null and b/App/packages/AE.Net.Mail.1.7.10.0/AE.Net.Mail.1.7.10.0.nupkg differ diff --git a/App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.dll b/App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.dll new file mode 100644 index 0000000..077ab21 Binary files /dev/null and b/App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.dll differ diff --git a/App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.pdb b/App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.pdb new file mode 100644 index 0000000..101e96c Binary files /dev/null and b/App/packages/AE.Net.Mail.1.7.10.0/lib/net40/AE.Net.Mail.pdb differ diff --git a/App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.dll b/App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.dll new file mode 100644 index 0000000..fc7157f Binary files /dev/null and b/App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.dll differ diff --git a/App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.pdb b/App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.pdb new file mode 100644 index 0000000..5ad716a Binary files /dev/null and b/App/packages/AE.Net.Mail.1.7.10.0/lib/net45/AE.Net.Mail.pdb differ