MS Erweiterung IMAP
This commit is contained in:
parent
1d07465ca5
commit
9b9ec33533
Binary file not shown.
@ -26,6 +26,9 @@
|
||||
<setting name="EmailTest_Receipiant" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="MyTestHTML" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
</CONFIG_APP.My.MySettings>
|
||||
</userSettings>
|
||||
<applicationSettings>
|
||||
|
||||
12
App/CONFIG_APP/My Project/Settings.Designer.vb
generated
12
App/CONFIG_APP/My Project/Settings.Designer.vb
generated
@ -137,6 +137,18 @@ Namespace My
|
||||
Return CType(Me("FB_PW"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.UserScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("")> _
|
||||
Public Property MyTestHTML() As String
|
||||
Get
|
||||
Return CType(Me("MyTestHTML"),String)
|
||||
End Get
|
||||
Set
|
||||
Me("MyTestHTML") = value
|
||||
End Set
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
@ -31,5 +31,8 @@
|
||||
<Setting Name="FB_PW" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">dd</Value>
|
||||
</Setting>
|
||||
<Setting Name="MyTestHTML" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
161
App/CONFIG_APP/MyDataset.Designer.vb
generated
161
App/CONFIG_APP/MyDataset.Designer.vb
generated
@ -970,6 +970,8 @@ Partial Public Class MyDataset
|
||||
|
||||
Private columnWM_IDX_BODY_SUBSTR_LENGTH As Global.System.Data.DataColumn
|
||||
|
||||
Private columnPATH_ORIGINAL As Global.System.Data.DataColumn
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Sub New()
|
||||
@ -1189,6 +1191,14 @@ Partial Public Class MyDataset
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public ReadOnly Property PATH_ORIGINALColumn() As Global.System.Data.DataColumn
|
||||
Get
|
||||
Return Me.columnPATH_ORIGINAL
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
|
||||
Global.System.ComponentModel.Browsable(false)> _
|
||||
@ -1248,9 +1258,10 @@ Partial Public Class MyDataset
|
||||
ByVal CHANGED_WHO As String, _
|
||||
ByVal CHANGED_WHEN As Date, _
|
||||
ByVal WM_IDX_BODY_TEXT As String, _
|
||||
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer) As TBEMLP_POLL_PROCESSRow
|
||||
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer, _
|
||||
ByVal PATH_ORIGINAL As String) As TBEMLP_POLL_PROCESSRow
|
||||
Dim rowTBEMLP_POLL_PROCESSRow As TBEMLP_POLL_PROCESSRow = CType(Me.NewRow,TBEMLP_POLL_PROCESSRow)
|
||||
Dim columnValuesArray() As Object = New Object() {Nothing, PROCESS_NAME, STEP_NAME, Nothing, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH}
|
||||
Dim columnValuesArray() As Object = New Object() {Nothing, PROCESS_NAME, STEP_NAME, Nothing, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL}
|
||||
If (Not (parentTBEMLP_POLL_PROFILESRowByFK_TBEMLP_POLL_PROCESS_PROFILE_ID) Is Nothing) Then
|
||||
columnValuesArray(3) = parentTBEMLP_POLL_PROFILESRowByFK_TBEMLP_POLL_PROCESS_PROFILE_ID(0)
|
||||
End If
|
||||
@ -1305,6 +1316,7 @@ Partial Public Class MyDataset
|
||||
Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN")
|
||||
Me.columnWM_IDX_BODY_TEXT = MyBase.Columns("WM_IDX_BODY_TEXT")
|
||||
Me.columnWM_IDX_BODY_SUBSTR_LENGTH = MyBase.Columns("WM_IDX_BODY_SUBSTR_LENGTH")
|
||||
Me.columnPATH_ORIGINAL = MyBase.Columns("PATH_ORIGINAL")
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
@ -1356,6 +1368,8 @@ Partial Public Class MyDataset
|
||||
MyBase.Columns.Add(Me.columnWM_IDX_BODY_TEXT)
|
||||
Me.columnWM_IDX_BODY_SUBSTR_LENGTH = New Global.System.Data.DataColumn("WM_IDX_BODY_SUBSTR_LENGTH", GetType(Integer), Nothing, Global.System.Data.MappingType.Element)
|
||||
MyBase.Columns.Add(Me.columnWM_IDX_BODY_SUBSTR_LENGTH)
|
||||
Me.columnPATH_ORIGINAL = New Global.System.Data.DataColumn("PATH_ORIGINAL", GetType(String), Nothing, Global.System.Data.MappingType.Element)
|
||||
MyBase.Columns.Add(Me.columnPATH_ORIGINAL)
|
||||
Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true))
|
||||
Me.columnGUID.AutoIncrement = true
|
||||
Me.columnGUID.AllowDBNull = false
|
||||
@ -1391,6 +1405,7 @@ Partial Public Class MyDataset
|
||||
Me.columnWM_IDX_BODY_TEXT.MaxLength = 50
|
||||
Me.columnWM_IDX_BODY_SUBSTR_LENGTH.AllowDBNull = false
|
||||
Me.columnWM_IDX_BODY_SUBSTR_LENGTH.DefaultValue = CType(0,Integer)
|
||||
Me.columnPATH_ORIGINAL.MaxLength = 1000
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
@ -3161,6 +3176,8 @@ Partial Public Class MyDataset
|
||||
|
||||
Private columnAUTH_TYPE As Global.System.Data.DataColumn
|
||||
|
||||
Private columnPORT_IN As Global.System.Data.DataColumn
|
||||
|
||||
Private Shared columnCHANGED_WHEN_defaultValue As Date = Date.Parse("1900-01-01T00:00:00")
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
@ -3310,6 +3327,14 @@ Partial Public Class MyDataset
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public ReadOnly Property PORT_INColumn() As Global.System.Data.DataColumn
|
||||
Get
|
||||
Return Me.columnPORT_IN
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0"), _
|
||||
Global.System.ComponentModel.Browsable(false)> _
|
||||
@ -3347,9 +3372,9 @@ Partial Public Class MyDataset
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Overloads Function AddTBDD_EMAIL_ACCOUNTRow(ByVal NAME As String, ByVal EMAIL_FROM As String, ByVal EMAIL_SMTP As String, ByVal EMAIL_USER As String, ByVal EMAIL_PW As String, ByVal PORT As Integer, ByVal ACTIVE As Boolean, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Date, ByVal SSL_AUTH As Boolean, ByVal AUTH_TYPE As String) As TBDD_EMAIL_ACCOUNTRow
|
||||
Public Overloads Function AddTBDD_EMAIL_ACCOUNTRow(ByVal NAME As String, ByVal EMAIL_FROM As String, ByVal EMAIL_SMTP As String, ByVal EMAIL_USER As String, ByVal EMAIL_PW As String, ByVal PORT As Integer, ByVal ACTIVE As Boolean, ByVal ADDED_WHO As String, ByVal ADDED_WHEN As Date, ByVal CHANGED_WHO As String, ByVal CHANGED_WHEN As Date, ByVal SSL_AUTH As Boolean, ByVal AUTH_TYPE As String, ByVal PORT_IN As Integer) As TBDD_EMAIL_ACCOUNTRow
|
||||
Dim rowTBDD_EMAIL_ACCOUNTRow As TBDD_EMAIL_ACCOUNTRow = CType(Me.NewRow,TBDD_EMAIL_ACCOUNTRow)
|
||||
Dim columnValuesArray() As Object = New Object() {Nothing, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE}
|
||||
Dim columnValuesArray() As Object = New Object() {Nothing, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE, PORT_IN}
|
||||
rowTBDD_EMAIL_ACCOUNTRow.ItemArray = columnValuesArray
|
||||
Me.Rows.Add(rowTBDD_EMAIL_ACCOUNTRow)
|
||||
Return rowTBDD_EMAIL_ACCOUNTRow
|
||||
@ -3392,6 +3417,7 @@ Partial Public Class MyDataset
|
||||
Me.columnCHANGED_WHEN = MyBase.Columns("CHANGED_WHEN")
|
||||
Me.columnSSL_AUTH = MyBase.Columns("SSL_AUTH")
|
||||
Me.columnAUTH_TYPE = MyBase.Columns("AUTH_TYPE")
|
||||
Me.columnPORT_IN = MyBase.Columns("PORT_IN")
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
@ -3425,6 +3451,8 @@ Partial Public Class MyDataset
|
||||
MyBase.Columns.Add(Me.columnSSL_AUTH)
|
||||
Me.columnAUTH_TYPE = New Global.System.Data.DataColumn("AUTH_TYPE", GetType(String), Nothing, Global.System.Data.MappingType.Element)
|
||||
MyBase.Columns.Add(Me.columnAUTH_TYPE)
|
||||
Me.columnPORT_IN = New Global.System.Data.DataColumn("PORT_IN", GetType(Integer), Nothing, Global.System.Data.MappingType.Element)
|
||||
MyBase.Columns.Add(Me.columnPORT_IN)
|
||||
Me.Constraints.Add(New Global.System.Data.UniqueConstraint("Constraint1", New Global.System.Data.DataColumn() {Me.columnGUID}, true))
|
||||
Me.columnGUID.AutoIncrement = true
|
||||
Me.columnGUID.AllowDBNull = false
|
||||
@ -3441,6 +3469,7 @@ Partial Public Class MyDataset
|
||||
Me.columnEMAIL_PW.DefaultValue = CType("",String)
|
||||
Me.columnEMAIL_PW.MaxLength = 1000
|
||||
Me.columnPORT.AllowDBNull = false
|
||||
Me.columnPORT.DefaultValue = CType(25,Integer)
|
||||
Me.columnACTIVE.AllowDBNull = false
|
||||
Me.columnACTIVE.DefaultValue = CType(false,Boolean)
|
||||
Me.columnADDED_WHO.MaxLength = 50
|
||||
@ -3450,6 +3479,8 @@ Partial Public Class MyDataset
|
||||
Me.columnSSL_AUTH.DefaultValue = CType(true,Boolean)
|
||||
Me.columnAUTH_TYPE.DefaultValue = CType("SSL",String)
|
||||
Me.columnAUTH_TYPE.MaxLength = 50
|
||||
Me.columnPORT_IN.AllowDBNull = false
|
||||
Me.columnPORT_IN.DefaultValue = CType(25,Integer)
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
@ -4162,6 +4193,21 @@ Partial Public Class MyDataset
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Property PATH_ORIGINAL() As String
|
||||
Get
|
||||
Try
|
||||
Return CType(Me(Me.tableTBEMLP_POLL_PROCESS.PATH_ORIGINALColumn),String)
|
||||
Catch e As Global.System.InvalidCastException
|
||||
Throw New Global.System.Data.StrongTypingException("Der Wert für Spalte PATH_ORIGINAL in Tabelle TBEMLP_POLL_PROCESS ist DBNull.", e)
|
||||
End Try
|
||||
End Get
|
||||
Set
|
||||
Me(Me.tableTBEMLP_POLL_PROCESS.PATH_ORIGINALColumn) = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Property TBEMLP_POLL_PROFILESRow() As TBEMLP_POLL_PROFILESRow
|
||||
@ -4305,6 +4351,18 @@ Partial Public Class MyDataset
|
||||
Me(Me.tableTBEMLP_POLL_PROCESS.CHANGED_WHENColumn) = Global.System.Convert.DBNull
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Function IsPATH_ORIGINALNull() As Boolean
|
||||
Return Me.IsNull(Me.tableTBEMLP_POLL_PROCESS.PATH_ORIGINALColumn)
|
||||
End Function
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Sub SetPATH_ORIGINALNull()
|
||||
Me(Me.tableTBEMLP_POLL_PROCESS.PATH_ORIGINALColumn) = Global.System.Convert.DBNull
|
||||
End Sub
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Function GetTBEMLP_POLL_STEPSRows() As TBEMLP_POLL_STEPSRow()
|
||||
@ -5464,6 +5522,17 @@ Partial Public Class MyDataset
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Property PORT_IN() As Integer
|
||||
Get
|
||||
Return CType(Me(Me.tableTBDD_EMAIL_ACCOUNT.PORT_INColumn),Integer)
|
||||
End Get
|
||||
Set
|
||||
Me(Me.tableTBDD_EMAIL_ACCOUNT.PORT_INColumn) = value
|
||||
End Set
|
||||
End Property
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")> _
|
||||
Public Function IsNAMENull() As Boolean
|
||||
@ -6413,6 +6482,7 @@ Namespace MyDatasetTableAdapters
|
||||
tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN")
|
||||
tableMapping.ColumnMappings.Add("WM_IDX_BODY_TEXT", "WM_IDX_BODY_TEXT")
|
||||
tableMapping.ColumnMappings.Add("WM_IDX_BODY_SUBSTR_LENGTH", "WM_IDX_BODY_SUBSTR_LENGTH")
|
||||
tableMapping.ColumnMappings.Add("PATH_ORIGINAL", "PATH_ORIGINAL")
|
||||
Me._adapter.TableMappings.Add(tableMapping)
|
||||
Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand()
|
||||
Me._adapter.DeleteCommand.Connection = Me.Connection
|
||||
@ -6425,15 +6495,15 @@ Namespace MyDatasetTableAdapters
|
||||
"E, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_"& _
|
||||
"FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
|
||||
" DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, WM_IDX_BODY_TEX"& _
|
||||
"T, WM_IDX_BODY_SUBSTR_LENGTH)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PROCESS_NAME,@STEP_NAME,@PROFILE_"& _
|
||||
"ID,@COPY_2_HDD,@WM_IMPORT,@WM_OBJEKTTYPE,@WM_VECTOR_LOG,@WM_PATH,@WM_FILE_NAME,@"& _
|
||||
"WM_REFERENCE_INDEX,@PATH_EMAIL_TEMP,@PATH_EMAIL_ERRORS,@DELETE_MAIL,@COMMENT,@AC"& _
|
||||
"TIVE,@SEQUENCE,@ADDED_WHO,@WM_IDX_BODY_TEXT,@WM_IDX_BODY_SUBSTR_LENGTH); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELEC"& _
|
||||
"T GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYP"& _
|
||||
"E, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PA"& _
|
||||
"TH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, "& _
|
||||
"CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH FROM TBEM"& _
|
||||
"LP_POLL_PROCESS WHERE (GUID = SCOPE_IDENTITY())"
|
||||
"T, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES (@PROCESS_NAME,@STEP"& _
|
||||
"_NAME,@PROFILE_ID,@COPY_2_HDD,@WM_IMPORT,@WM_OBJEKTTYPE,@WM_VECTOR_LOG,@WM_PATH,"& _
|
||||
"@WM_FILE_NAME,@WM_REFERENCE_INDEX,@PATH_EMAIL_TEMP,@PATH_EMAIL_ERRORS,@DELETE_MA"& _
|
||||
"IL,@COMMENT,@ACTIVE,@SEQUENCE,@ADDED_WHO,@WM_IDX_BODY_TEXT,@WM_IDX_BODY_SUBSTR_L"& _
|
||||
"ENGTH,@PATH_ORIGINAL); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY"& _
|
||||
"_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFER"& _
|
||||
"ENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SE"& _
|
||||
"QUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_I"& _
|
||||
"DX_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS WHERE (GUID = SCOPE_IDENTITY())"
|
||||
Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROCESS_NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PROCESS_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@STEP_NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "STEP_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
@ -6454,6 +6524,7 @@ Namespace MyDatasetTableAdapters
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WM_IDX_BODY_TEXT", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "WM_IDX_BODY_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WM_IDX_BODY_SUBSTR_LENGTH", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "WM_IDX_BODY_SUBSTR_LENGTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PATH_ORIGINAL", Global.System.Data.SqlDbType.VarChar, 1000, Global.System.Data.ParameterDirection.Input, 0, 0, "PATH_ORIGINAL", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand()
|
||||
Me._adapter.UpdateCommand.Connection = Me.Connection
|
||||
Me._adapter.UpdateCommand.CommandText = "UPDATE TBEMLP_POLL_PROCESS"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET PROCESS_NAME = @PROCESS_NAME"& _
|
||||
@ -6464,12 +6535,13 @@ Namespace MyDatasetTableAdapters
|
||||
" "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" PATH_EMAIL_ERRORS = @PATH_EMAIL_ERRORS, DELETE_MAIL "& _
|
||||
"= @DELETE_MAIL, COMMENT = @COMMENT, ACTIVE = @ACTIVE, SEQUENCE = @SEQUENCE, CHAN"& _
|
||||
"GED_WHO = @CHANGED_WHO, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" WM_IDX_BODY_TEXT = @WM_IDX_BO"& _
|
||||
"DY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH = @WM_IDX_BODY_SUBSTR_LENGTH"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (G"& _
|
||||
"UID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_"& _
|
||||
"2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERE"& _
|
||||
"NCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQ"& _
|
||||
"UENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_ID"& _
|
||||
"X_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS WHERE (GUID = @GUID)"
|
||||
"DY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH = @WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL ="& _
|
||||
" @PATH_ORIGINAL"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, PROCESS_N"& _
|
||||
"AME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG,"& _
|
||||
" WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, "& _
|
||||
"DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHAN"& _
|
||||
"GED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS W"& _
|
||||
"HERE (GUID = @GUID)"
|
||||
Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PROCESS_NAME", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "PROCESS_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@STEP_NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "STEP_NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
@ -6490,6 +6562,7 @@ Namespace MyDatasetTableAdapters
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WM_IDX_BODY_TEXT", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "WM_IDX_BODY_TEXT", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@WM_IDX_BODY_SUBSTR_LENGTH", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "WM_IDX_BODY_SUBSTR_LENGTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PATH_ORIGINAL", Global.System.Data.SqlDbType.VarChar, 1000, Global.System.Data.ParameterDirection.Input, 0, 0, "PATH_ORIGINAL", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||
End Sub
|
||||
@ -6507,7 +6580,12 @@ Namespace MyDatasetTableAdapters
|
||||
Me._commandCollection = New Global.System.Data.SqlClient.SqlCommand(0) {}
|
||||
Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand()
|
||||
Me._commandCollection(0).Connection = Me.Connection
|
||||
Me._commandCollection(0).CommandText = "SELECT TBEMLP_POLL_PROCESS.*"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBEMLP_POLL_PROCESS"
|
||||
Me._commandCollection(0).CommandText = "SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, W"& _
|
||||
"M_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMA"& _
|
||||
"IL_TEMP, PATH_EMAIL_ERRORS, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" DELETE_MAIL, COMMENT, ACT"& _
|
||||
"IVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEX"& _
|
||||
"T, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBEMLP_POLL_PROCESS"& _
|
||||
""
|
||||
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
|
||||
End Sub
|
||||
|
||||
@ -6607,7 +6685,8 @@ Namespace MyDatasetTableAdapters
|
||||
ByVal SEQUENCE As Global.System.Nullable(Of Integer), _
|
||||
ByVal ADDED_WHO As String, _
|
||||
ByVal WM_IDX_BODY_TEXT As String, _
|
||||
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer) As Integer
|
||||
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer, _
|
||||
ByVal PATH_ORIGINAL As String) As Integer
|
||||
If (PROCESS_NAME Is Nothing) Then
|
||||
Throw New Global.System.ArgumentNullException("PROCESS_NAME")
|
||||
Else
|
||||
@ -6679,6 +6758,11 @@ Namespace MyDatasetTableAdapters
|
||||
Me.Adapter.InsertCommand.Parameters(17).Value = CType(WM_IDX_BODY_TEXT,String)
|
||||
End If
|
||||
Me.Adapter.InsertCommand.Parameters(18).Value = CType(WM_IDX_BODY_SUBSTR_LENGTH,Integer)
|
||||
If (PATH_ORIGINAL Is Nothing) Then
|
||||
Me.Adapter.InsertCommand.Parameters(19).Value = Global.System.DBNull.Value
|
||||
Else
|
||||
Me.Adapter.InsertCommand.Parameters(19).Value = CType(PATH_ORIGINAL,String)
|
||||
End If
|
||||
Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.InsertCommand.Connection.State
|
||||
If ((Me.Adapter.InsertCommand.Connection.State And Global.System.Data.ConnectionState.Open) _
|
||||
<> Global.System.Data.ConnectionState.Open) Then
|
||||
@ -6718,6 +6802,7 @@ Namespace MyDatasetTableAdapters
|
||||
ByVal CHANGED_WHO As String, _
|
||||
ByVal WM_IDX_BODY_TEXT As String, _
|
||||
ByVal WM_IDX_BODY_SUBSTR_LENGTH As Integer, _
|
||||
ByVal PATH_ORIGINAL As String, _
|
||||
ByVal Original_GUID As Integer, _
|
||||
ByVal GUID As Integer) As Integer
|
||||
If (PROCESS_NAME Is Nothing) Then
|
||||
@ -6791,8 +6876,13 @@ Namespace MyDatasetTableAdapters
|
||||
Me.Adapter.UpdateCommand.Parameters(17).Value = CType(WM_IDX_BODY_TEXT,String)
|
||||
End If
|
||||
Me.Adapter.UpdateCommand.Parameters(18).Value = CType(WM_IDX_BODY_SUBSTR_LENGTH,Integer)
|
||||
Me.Adapter.UpdateCommand.Parameters(19).Value = CType(Original_GUID,Integer)
|
||||
Me.Adapter.UpdateCommand.Parameters(20).Value = CType(GUID,Integer)
|
||||
If (PATH_ORIGINAL Is Nothing) Then
|
||||
Me.Adapter.UpdateCommand.Parameters(19).Value = Global.System.DBNull.Value
|
||||
Else
|
||||
Me.Adapter.UpdateCommand.Parameters(19).Value = CType(PATH_ORIGINAL,String)
|
||||
End If
|
||||
Me.Adapter.UpdateCommand.Parameters(20).Value = CType(Original_GUID,Integer)
|
||||
Me.Adapter.UpdateCommand.Parameters(21).Value = CType(GUID,Integer)
|
||||
Dim previousConnectionState As Global.System.Data.ConnectionState = Me.Adapter.UpdateCommand.Connection.State
|
||||
If ((Me.Adapter.UpdateCommand.Connection.State And Global.System.Data.ConnectionState.Open) _
|
||||
<> Global.System.Data.ConnectionState.Open) Then
|
||||
@ -8469,6 +8559,7 @@ Namespace MyDatasetTableAdapters
|
||||
tableMapping.ColumnMappings.Add("CHANGED_WHEN", "CHANGED_WHEN")
|
||||
tableMapping.ColumnMappings.Add("SSL_AUTH", "SSL_AUTH")
|
||||
tableMapping.ColumnMappings.Add("AUTH_TYPE", "AUTH_TYPE")
|
||||
tableMapping.ColumnMappings.Add("PORT_IN", "PORT_IN")
|
||||
Me._adapter.TableMappings.Add(tableMapping)
|
||||
Me._adapter.DeleteCommand = New Global.System.Data.SqlClient.SqlCommand()
|
||||
Me._adapter.DeleteCommand.Connection = Me.Connection
|
||||
@ -8506,11 +8597,11 @@ Namespace MyDatasetTableAdapters
|
||||
Me._adapter.InsertCommand = New Global.System.Data.SqlClient.SqlCommand()
|
||||
Me._adapter.InsertCommand.Connection = Me.Connection
|
||||
Me._adapter.InsertCommand.CommandText = "INSERT INTO TBDD_EMAIL_ACCOUNT"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" (NAME, EMAIL_FROM, EMAIL"& _
|
||||
"_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, AUTH_TYPE)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUES "& _
|
||||
"(@NAME,@EMAIL_FROM,@EMAIL_SMTP,@EMAIL_USER,@EMAIL_PW,@PORT,@ACTIVE,@ADDED_WHO,@A"& _
|
||||
"UTH_TYPE); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, "& _
|
||||
"PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_T"& _
|
||||
"YPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = SCOPE_IDENTITY())"
|
||||
"_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, AUTH_TYPE, PORT_IN)"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"VALUE"& _
|
||||
"S (@NAME,@EMAIL_FROM,@EMAIL_SMTP,@EMAIL_USER,@EMAIL_PW,@PORT,@ACTIVE,@ADD"& _
|
||||
"ED_WHO,@AUTH_TYPE,@PORT_IN); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMA"& _
|
||||
"IL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHE"& _
|
||||
"N, SSL_AUTH, AUTH_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = SCOPE_IDENTITY())"
|
||||
Me._adapter.InsertCommand.CommandType = Global.System.Data.CommandType.Text
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_FROM", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_FROM", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
@ -8521,15 +8612,16 @@ Namespace MyDatasetTableAdapters
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ACTIVE", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "ACTIVE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@ADDED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "ADDED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AUTH_TYPE", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "AUTH_TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.InsertCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PORT_IN", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PORT_IN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand = New Global.System.Data.SqlClient.SqlCommand()
|
||||
Me._adapter.UpdateCommand.Connection = Me.Connection
|
||||
Me._adapter.UpdateCommand.CommandText = "UPDATE TBDD_EMAIL_ACCOUNT"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SET NAME = @NAME, EMAIL_FROM = @E"& _
|
||||
"MAIL_FROM, EMAIL_SMTP = @EMAIL_SMTP, EMAIL_USER = @EMAIL_USER, EMAIL_PW = @EMAIL"& _
|
||||
"_PW, PORT = @PORT, ACTIVE = @ACTIVE, CHANGED_WHO = @CHANGED_WHO, "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&" "& _
|
||||
" SSL_AUTH = @SSL_AUTH, AUTH_TYPE = @AUTH_TYPE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WHERE (GUID = @"& _
|
||||
"Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_P"& _
|
||||
"W, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUT"& _
|
||||
"H_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = @GUID)"
|
||||
" SSL_AUTH = @SSL_AUTH, AUTH_TYPE = @AUTH_TYPE, PORT_IN = @PORT_IN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"WH"& _
|
||||
"ERE (GUID = @Original_GUID); "&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP"& _
|
||||
", EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGE"& _
|
||||
"D_WHEN, SSL_AUTH, AUTH_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = @GUID)"
|
||||
Me._adapter.UpdateCommand.CommandType = Global.System.Data.CommandType.Text
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@NAME", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "NAME", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@EMAIL_FROM", Global.System.Data.SqlDbType.VarChar, 100, Global.System.Data.ParameterDirection.Input, 0, 0, "EMAIL_FROM", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
@ -8541,6 +8633,7 @@ Namespace MyDatasetTableAdapters
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@CHANGED_WHO", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "CHANGED_WHO", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@SSL_AUTH", Global.System.Data.SqlDbType.Bit, 1, Global.System.Data.ParameterDirection.Input, 0, 0, "SSL_AUTH", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@AUTH_TYPE", Global.System.Data.SqlDbType.VarChar, 50, Global.System.Data.ParameterDirection.Input, 0, 0, "AUTH_TYPE", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@PORT_IN", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "PORT_IN", Global.System.Data.DataRowVersion.Current, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@Original_GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||
Me._adapter.UpdateCommand.Parameters.Add(New Global.System.Data.SqlClient.SqlParameter("@GUID", Global.System.Data.SqlDbType.Int, 4, Global.System.Data.ParameterDirection.Input, 0, 0, "GUID", Global.System.Data.DataRowVersion.Original, false, Nothing, "", "", ""))
|
||||
End Sub
|
||||
@ -8559,8 +8652,8 @@ Namespace MyDatasetTableAdapters
|
||||
Me._commandCollection(0) = New Global.System.Data.SqlClient.SqlCommand()
|
||||
Me._commandCollection(0).Connection = Me.Connection
|
||||
Me._commandCollection(0).CommandText = "SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACT"& _
|
||||
"IVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM"& _
|
||||
" TBDD_EMAIL_ACCOUNT"
|
||||
"IVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE, PORT"& _
|
||||
"_IN"&Global.Microsoft.VisualBasic.ChrW(13)&Global.Microsoft.VisualBasic.ChrW(10)&"FROM TBDD_EMAIL_ACCOUNT"
|
||||
Me._commandCollection(0).CommandType = Global.System.Data.CommandType.Text
|
||||
End Sub
|
||||
|
||||
|
||||
@ -139,19 +139,25 @@
|
||||
<TableUISetting Name="TBDD_EMAIL_ACCOUNT">
|
||||
<ColumnUISettings>
|
||||
<ColumnUISetting Name="ADDED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<ControlSettings>
|
||||
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ControlSetting>
|
||||
</ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="CHANGED_WHEN">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<ControlSettings>
|
||||
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
|
||||
<BindableControlInfo Name="TextBox" Type="System.Windows.Forms.TextBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ControlSetting>
|
||||
</ControlSettings>
|
||||
</ColumnUISetting>
|
||||
<ColumnUISetting Name="AUTH_TYPE">
|
||||
<ControlSettings><ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
|
||||
<ControlSettings>
|
||||
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
|
||||
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||
</ControlSetting></ControlSettings>
|
||||
</ControlSetting>
|
||||
</ControlSettings>
|
||||
</ColumnUISetting>
|
||||
</ColumnUISettings>
|
||||
</TableUISetting>
|
||||
|
||||
@ -104,11 +104,11 @@ SELECT GUID, PROFILE_NAME, POLL_TYPE, EMAIL_CONF_ID, COMMENT, LAST_TICK, ACTIVE,
|
||||
<MainSource>
|
||||
<DbSource ConnectionRef="DD_ECMConnectionString (MySettings)" DbObjectName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DbObjectType="Table" FillMethodModifier="Public" FillMethodName="Fill" GenerateMethods="Both" GenerateShortCommands="true" GeneratorGetMethodName="GetData" GeneratorSourceName="Fill" GetMethodModifier="Public" GetMethodName="GetData" QueryType="Rowset" ScalarCallRetval="System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" UseOptimisticConcurrency="true" UserGetMethodName="GetData" UserSourceName="Fill">
|
||||
<DeleteCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>DELETE FROM TBEMLP_POLL_PROCESS
|
||||
WHERE (GUID = @Original_GUID)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="Original_GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="Original_GUID" ColumnName="GUID" DataSourceName="" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</DeleteCommand>
|
||||
@ -116,8 +116,8 @@ WHERE (GUID = @Original_GUID)</CommandText>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>INSERT INTO TBEMLP_POLL_PROCESS
|
||||
(PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS,
|
||||
DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH)
|
||||
VALUES (@PROCESS_NAME,@STEP_NAME,@PROFILE_ID,@COPY_2_HDD,@WM_IMPORT,@WM_OBJEKTTYPE,@WM_VECTOR_LOG,@WM_PATH,@WM_FILE_NAME,@WM_REFERENCE_INDEX,@PATH_EMAIL_TEMP,@PATH_EMAIL_ERRORS,@DELETE_MAIL,@COMMENT,@ACTIVE,@SEQUENCE,@ADDED_WHO,@WM_IDX_BODY_TEXT,@WM_IDX_BODY_SUBSTR_LENGTH);
|
||||
DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL)
|
||||
VALUES (@PROCESS_NAME,@STEP_NAME,@PROFILE_ID,@COPY_2_HDD,@WM_IMPORT,@WM_OBJEKTTYPE,@WM_VECTOR_LOG,@WM_PATH,@WM_FILE_NAME,@WM_REFERENCE_INDEX,@PATH_EMAIL_TEMP,@PATH_EMAIL_ERRORS,@DELETE_MAIL,@COMMENT,@ACTIVE,@SEQUENCE,@ADDED_WHO,@WM_IDX_BODY_TEXT,@WM_IDX_BODY_SUBSTR_LENGTH,@PATH_ORIGINAL);
|
||||
SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS WHERE (GUID = SCOPE_IDENTITY())</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="PROCESS_NAME" ColumnName="PROCESS_NAME" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@PROCESS_NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="PROCESS_NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@ -139,12 +139,14 @@ SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJE
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="ADDED_WHO" ColumnName="ADDED_WHO" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@ADDED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="ADDED_WHO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="WM_IDX_BODY_TEXT" ColumnName="WM_IDX_BODY_TEXT" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@WM_IDX_BODY_TEXT" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="WM_IDX_BODY_TEXT" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="WM_IDX_BODY_SUBSTR_LENGTH" ColumnName="WM_IDX_BODY_SUBSTR_LENGTH" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@WM_IDX_BODY_SUBSTR_LENGTH" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="WM_IDX_BODY_SUBSTR_LENGTH" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="PATH_ORIGINAL" ColumnName="PATH_ORIGINAL" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(1000)" DbType="AnsiString" Direction="Input" ParameterName="@PATH_ORIGINAL" Precision="0" ProviderType="VarChar" Scale="0" Size="1000" SourceColumn="PATH_ORIGINAL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT TBEMLP_POLL_PROCESS.*
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS,
|
||||
DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL
|
||||
FROM TBEMLP_POLL_PROCESS</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
@ -155,8 +157,8 @@ FROM TBEMLP_POLL_PROCESS</CommandText>
|
||||
SET PROCESS_NAME = @PROCESS_NAME, STEP_NAME = @STEP_NAME, PROFILE_ID = @PROFILE_ID, COPY_2_HDD = @COPY_2_HDD, WM_IMPORT = @WM_IMPORT, WM_OBJEKTTYPE = @WM_OBJEKTTYPE,
|
||||
WM_VECTOR_LOG = @WM_VECTOR_LOG, WM_PATH = @WM_PATH, WM_FILE_NAME = @WM_FILE_NAME, WM_REFERENCE_INDEX = @WM_REFERENCE_INDEX, PATH_EMAIL_TEMP = @PATH_EMAIL_TEMP,
|
||||
PATH_EMAIL_ERRORS = @PATH_EMAIL_ERRORS, DELETE_MAIL = @DELETE_MAIL, COMMENT = @COMMENT, ACTIVE = @ACTIVE, SEQUENCE = @SEQUENCE, CHANGED_WHO = @CHANGED_WHO,
|
||||
WM_IDX_BODY_TEXT = @WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH = @WM_IDX_BODY_SUBSTR_LENGTH
|
||||
WHERE (GUID = @Original_GUID);
|
||||
WM_IDX_BODY_TEXT = @WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH = @WM_IDX_BODY_SUBSTR_LENGTH, PATH_ORIGINAL = @PATH_ORIGINAL
|
||||
WHERE (GUID = @Original_GUID);
|
||||
SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJEKTTYPE, WM_VECTOR_LOG, WM_PATH, WM_FILE_NAME, WM_REFERENCE_INDEX, PATH_EMAIL_TEMP, PATH_EMAIL_ERRORS, DELETE_MAIL, COMMENT, ACTIVE, SEQUENCE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, WM_IDX_BODY_TEXT, WM_IDX_BODY_SUBSTR_LENGTH FROM TBEMLP_POLL_PROCESS WHERE (GUID = @GUID)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="PROCESS_NAME" ColumnName="PROCESS_NAME" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(100)" DbType="AnsiString" Direction="Input" ParameterName="@PROCESS_NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="100" SourceColumn="PROCESS_NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@ -178,6 +180,7 @@ SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJE
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="CHANGED_WHO" ColumnName="CHANGED_WHO" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@CHANGED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="CHANGED_WHO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="WM_IDX_BODY_TEXT" ColumnName="WM_IDX_BODY_TEXT" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@WM_IDX_BODY_TEXT" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="WM_IDX_BODY_TEXT" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="WM_IDX_BODY_SUBSTR_LENGTH" ColumnName="WM_IDX_BODY_SUBSTR_LENGTH" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@WM_IDX_BODY_SUBSTR_LENGTH" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="WM_IDX_BODY_SUBSTR_LENGTH" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="PATH_ORIGINAL" ColumnName="PATH_ORIGINAL" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="varchar(1000)" DbType="AnsiString" Direction="Input" ParameterName="@PATH_ORIGINAL" Precision="0" ProviderType="VarChar" Scale="0" Size="1000" SourceColumn="PATH_ORIGINAL" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="Original_GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBEMLP_POLL_PROCESS" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
@ -209,6 +212,7 @@ SELECT GUID, PROCESS_NAME, STEP_NAME, PROFILE_ID, COPY_2_HDD, WM_IMPORT, WM_OBJE
|
||||
<Mapping SourceColumn="CHANGED_WHEN" DataSetColumn="CHANGED_WHEN" />
|
||||
<Mapping SourceColumn="WM_IDX_BODY_TEXT" DataSetColumn="WM_IDX_BODY_TEXT" />
|
||||
<Mapping SourceColumn="WM_IDX_BODY_SUBSTR_LENGTH" DataSetColumn="WM_IDX_BODY_SUBSTR_LENGTH" />
|
||||
<Mapping SourceColumn="PATH_ORIGINAL" DataSetColumn="PATH_ORIGINAL" />
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
@ -521,8 +525,8 @@ SELECT GUID, FONT_BODY, LOG_ERRORS_ONLY, CHECK_INTERVALL_MINUTES, LAST_TICK, PAT
|
||||
<InsertCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>INSERT INTO TBDD_EMAIL_ACCOUNT
|
||||
(NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, AUTH_TYPE)
|
||||
VALUES (@NAME,@EMAIL_FROM,@EMAIL_SMTP,@EMAIL_USER,@EMAIL_PW,@PORT,@ACTIVE,@ADDED_WHO,@AUTH_TYPE);
|
||||
(NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, AUTH_TYPE, PORT_IN)
|
||||
VALUES (@NAME,@EMAIL_FROM,@EMAIL_SMTP,@EMAIL_USER,@EMAIL_PW,@PORT,@ACTIVE,@ADDED_WHO,@AUTH_TYPE,@PORT_IN);
|
||||
SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = SCOPE_IDENTITY())</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="NAME" ColumnName="NAME" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@ -534,12 +538,13 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="ACTIVE" ColumnName="ACTIVE" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@ACTIVE" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="ACTIVE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="ADDED_WHO" ColumnName="ADDED_WHO" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@ADDED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="ADDED_WHO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="AUTH_TYPE" ColumnName="AUTH_TYPE" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@AUTH_TYPE" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="AUTH_TYPE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="PORT_IN" ColumnName="PORT_IN" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PORT_IN" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="PORT_IN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
</Parameters>
|
||||
</DbCommand>
|
||||
</InsertCommand>
|
||||
<SelectCommand>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE
|
||||
<DbCommand CommandType="Text" ModifiedByUser="false">
|
||||
<CommandText>SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE, PORT_IN
|
||||
FROM TBDD_EMAIL_ACCOUNT</CommandText>
|
||||
<Parameters />
|
||||
</DbCommand>
|
||||
@ -548,8 +553,8 @@ FROM TBDD_EMAIL_ACCOUNT</CommandText>
|
||||
<DbCommand CommandType="Text" ModifiedByUser="true">
|
||||
<CommandText>UPDATE TBDD_EMAIL_ACCOUNT
|
||||
SET NAME = @NAME, EMAIL_FROM = @EMAIL_FROM, EMAIL_SMTP = @EMAIL_SMTP, EMAIL_USER = @EMAIL_USER, EMAIL_PW = @EMAIL_PW, PORT = @PORT, ACTIVE = @ACTIVE, CHANGED_WHO = @CHANGED_WHO,
|
||||
SSL_AUTH = @SSL_AUTH, AUTH_TYPE = @AUTH_TYPE
|
||||
WHERE (GUID = @Original_GUID);
|
||||
SSL_AUTH = @SSL_AUTH, AUTH_TYPE = @AUTH_TYPE, PORT_IN = @PORT_IN
|
||||
WHERE (GUID = @Original_GUID);
|
||||
SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, ADDED_WHO, ADDED_WHEN, CHANGED_WHO, CHANGED_WHEN, SSL_AUTH, AUTH_TYPE FROM TBDD_EMAIL_ACCOUNT WHERE (GUID = @GUID)</CommandText>
|
||||
<Parameters>
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="NAME" ColumnName="NAME" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@NAME" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="NAME" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
@ -562,6 +567,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="CHANGED_WHO" ColumnName="CHANGED_WHO" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@CHANGED_WHO" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="CHANGED_WHO" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="SSL_AUTH" ColumnName="SSL_AUTH" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="bit" DbType="Boolean" Direction="Input" ParameterName="@SSL_AUTH" Precision="0" ProviderType="Bit" Scale="0" Size="1" SourceColumn="SSL_AUTH" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="true" AutogeneratedName="AUTH_TYPE" ColumnName="AUTH_TYPE" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="varchar(50)" DbType="AnsiString" Direction="Input" ParameterName="@AUTH_TYPE" Precision="0" ProviderType="VarChar" Scale="0" Size="50" SourceColumn="AUTH_TYPE" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="PORT_IN" ColumnName="PORT_IN" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@PORT_IN" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="PORT_IN" SourceColumnNullMapping="false" SourceVersion="Current" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="Original_GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@Original_GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
<Parameter AllowDbNull="false" AutogeneratedName="GUID" ColumnName="GUID" DataSourceName="DD_ECM_TEST.dbo.TBDD_EMAIL_ACCOUNT" DataTypeServer="int" DbType="Int32" Direction="Input" ParameterName="@GUID" Precision="0" ProviderType="Int" Scale="0" Size="4" SourceColumn="GUID" SourceColumnNullMapping="false" SourceVersion="Original" />
|
||||
</Parameters>
|
||||
@ -584,6 +590,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
<Mapping SourceColumn="CHANGED_WHEN" DataSetColumn="CHANGED_WHEN" />
|
||||
<Mapping SourceColumn="SSL_AUTH" DataSetColumn="SSL_AUTH" />
|
||||
<Mapping SourceColumn="AUTH_TYPE" DataSetColumn="AUTH_TYPE" />
|
||||
<Mapping SourceColumn="PORT_IN" DataSetColumn="PORT_IN" />
|
||||
</Mappings>
|
||||
<Sources />
|
||||
</TableAdapter>
|
||||
@ -595,7 +602,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
<xs:element name="MyDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="MyDataset" msprop:Generator_UserDSName="MyDataset">
|
||||
<xs:complexType>
|
||||
<xs:choice minOccurs="0" maxOccurs="unbounded">
|
||||
<xs:element name="TBEMLP_POLL_PROFILES" msprop:Generator_TableClassName="TBEMLP_POLL_PROFILESDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROFILES" msprop:Generator_RowChangedName="TBEMLP_POLL_PROFILESRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_PROFILES" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROFILESRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROFILESRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROFILESRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROFILESRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_PROFILESRow" msprop:Generator_UserTableName="TBEMLP_POLL_PROFILES" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROFILESRowChangeEvent">
|
||||
<xs:element name="TBEMLP_POLL_PROFILES" msprop:Generator_TableClassName="TBEMLP_POLL_PROFILESDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROFILES" msprop:Generator_TablePropName="TBEMLP_POLL_PROFILES" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROFILESRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROFILESRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROFILESRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROFILESRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_PROFILES" msprop:Generator_RowChangedName="TBEMLP_POLL_PROFILESRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROFILESRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_PROFILESRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
|
||||
@ -643,7 +650,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBEMLP_POLL_PROCESS" msprop:Generator_TableClassName="TBEMLP_POLL_PROCESSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROCESS" msprop:Generator_RowChangedName="TBEMLP_POLL_PROCESSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_PROCESS" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROCESSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROCESSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROCESSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROCESSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_PROCESSRow" msprop:Generator_UserTableName="TBEMLP_POLL_PROCESS" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROCESSRowChangeEvent">
|
||||
<xs:element name="TBEMLP_POLL_PROCESS" msprop:Generator_TableClassName="TBEMLP_POLL_PROCESSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROCESS" msprop:Generator_TablePropName="TBEMLP_POLL_PROCESS" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROCESSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROCESSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROCESSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROCESSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_PROCESS" msprop:Generator_RowChangedName="TBEMLP_POLL_PROCESSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROCESSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_PROCESSRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
|
||||
@ -747,10 +754,17 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="WM_IDX_BODY_SUBSTR_LENGTH" msprop:Generator_ColumnVarNameInTable="columnWM_IDX_BODY_SUBSTR_LENGTH" msprop:Generator_ColumnPropNameInRow="WM_IDX_BODY_SUBSTR_LENGTH" msprop:Generator_ColumnPropNameInTable="WM_IDX_BODY_SUBSTR_LENGTHColumn" msprop:Generator_UserColumnName="WM_IDX_BODY_SUBSTR_LENGTH" type="xs:int" default="0" />
|
||||
<xs:element name="PATH_ORIGINAL" msprop:Generator_ColumnVarNameInTable="columnPATH_ORIGINAL" msprop:Generator_ColumnPropNameInRow="PATH_ORIGINAL" msprop:Generator_ColumnPropNameInTable="PATH_ORIGINALColumn" msprop:Generator_UserColumnName="PATH_ORIGINAL" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
<xs:restriction base="xs:string">
|
||||
<xs:maxLength value="1000" />
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBEMLP_POLL_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_STEPSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_STEPSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_STEPSRow" msprop:Generator_UserTableName="TBEMLP_POLL_STEPS" msprop:Generator_RowEvArgName="TBEMLP_POLL_STEPSRowChangeEvent">
|
||||
<xs:element name="TBEMLP_POLL_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_STEPS" msprop:Generator_TablePropName="TBEMLP_POLL_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_STEPSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_STEPSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_STEPSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_STEPSRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
|
||||
@ -797,7 +811,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_INDEXING_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_INDEXING_STEPSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_INDEXING_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_INDEXING_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_INDEXING_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_INDEXING_STEPSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_INDEXING_STEPSRow" msprop:Generator_UserTableName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowEvArgName="TBEMLP_POLL_INDEXING_STEPSRowChangeEvent">
|
||||
<xs:element name="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_INDEXING_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TablePropName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_INDEXING_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_INDEXING_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_INDEXING_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_INDEXING_STEPSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_INDEXING_STEPSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_INDEXING_STEPSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_INDEXING_STEPSRow">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:short" />
|
||||
@ -838,7 +852,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBEMLP_HISTORY" msprop:Generator_TableClassName="TBEMLP_HISTORYDataTable" msprop:Generator_TableVarName="tableTBEMLP_HISTORY" msprop:Generator_TablePropName="TBEMLP_HISTORY" msprop:Generator_RowDeletingName="TBEMLP_HISTORYRowDeleting" msprop:Generator_RowChangingName="TBEMLP_HISTORYRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_HISTORYRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_HISTORYRowDeleted" msprop:Generator_UserTableName="TBEMLP_HISTORY" msprop:Generator_RowChangedName="TBEMLP_HISTORYRowChanged" msprop:Generator_RowEvArgName="TBEMLP_HISTORYRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_HISTORYRow">
|
||||
<xs:element name="TBEMLP_HISTORY" msprop:Generator_TableClassName="TBEMLP_HISTORYDataTable" msprop:Generator_TableVarName="tableTBEMLP_HISTORY" msprop:Generator_RowChangedName="TBEMLP_HISTORYRowChanged" msprop:Generator_TablePropName="TBEMLP_HISTORY" msprop:Generator_RowDeletingName="TBEMLP_HISTORYRowDeleting" msprop:Generator_RowChangingName="TBEMLP_HISTORYRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_HISTORYRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_HISTORYRowDeleted" msprop:Generator_RowClassName="TBEMLP_HISTORYRow" msprop:Generator_UserTableName="TBEMLP_HISTORY" msprop:Generator_RowEvArgName="TBEMLP_HISTORYRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
|
||||
@ -896,7 +910,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBEMLP_CONFIG" msprop:Generator_TableClassName="TBEMLP_CONFIGDataTable" msprop:Generator_TableVarName="tableTBEMLP_CONFIG" msprop:Generator_TablePropName="TBEMLP_CONFIG" msprop:Generator_RowDeletingName="TBEMLP_CONFIGRowDeleting" msprop:Generator_RowChangingName="TBEMLP_CONFIGRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_CONFIGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_CONFIGRowDeleted" msprop:Generator_UserTableName="TBEMLP_CONFIG" msprop:Generator_RowChangedName="TBEMLP_CONFIGRowChanged" msprop:Generator_RowEvArgName="TBEMLP_CONFIGRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_CONFIGRow">
|
||||
<xs:element name="TBEMLP_CONFIG" msprop:Generator_TableClassName="TBEMLP_CONFIGDataTable" msprop:Generator_TableVarName="tableTBEMLP_CONFIG" msprop:Generator_RowChangedName="TBEMLP_CONFIGRowChanged" msprop:Generator_TablePropName="TBEMLP_CONFIG" msprop:Generator_RowDeletingName="TBEMLP_CONFIGRowDeleting" msprop:Generator_RowChangingName="TBEMLP_CONFIGRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_CONFIGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_CONFIGRowDeleted" msprop:Generator_RowClassName="TBEMLP_CONFIGRow" msprop:Generator_UserTableName="TBEMLP_CONFIG" msprop:Generator_RowEvArgName="TBEMLP_CONFIGRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:unsignedByte" />
|
||||
@ -943,7 +957,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="TBDD_EMAIL_ACCOUNT" msprop:Generator_TableClassName="TBDD_EMAIL_ACCOUNTDataTable" msprop:Generator_TableVarName="tableTBDD_EMAIL_ACCOUNT" msprop:Generator_TablePropName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowDeletingName="TBDD_EMAIL_ACCOUNTRowDeleting" msprop:Generator_RowChangingName="TBDD_EMAIL_ACCOUNTRowChanging" msprop:Generator_RowEvHandlerName="TBDD_EMAIL_ACCOUNTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_EMAIL_ACCOUNTRowDeleted" msprop:Generator_UserTableName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowChangedName="TBDD_EMAIL_ACCOUNTRowChanged" msprop:Generator_RowEvArgName="TBDD_EMAIL_ACCOUNTRowChangeEvent" msprop:Generator_RowClassName="TBDD_EMAIL_ACCOUNTRow">
|
||||
<xs:element name="TBDD_EMAIL_ACCOUNT" msprop:Generator_TableClassName="TBDD_EMAIL_ACCOUNTDataTable" msprop:Generator_TableVarName="tableTBDD_EMAIL_ACCOUNT" msprop:Generator_RowChangedName="TBDD_EMAIL_ACCOUNTRowChanged" msprop:Generator_TablePropName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowDeletingName="TBDD_EMAIL_ACCOUNTRowDeleting" msprop:Generator_RowChangingName="TBDD_EMAIL_ACCOUNTRowChanging" msprop:Generator_RowEvHandlerName="TBDD_EMAIL_ACCOUNTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_EMAIL_ACCOUNTRowDeleted" msprop:Generator_RowClassName="TBDD_EMAIL_ACCOUNTRow" msprop:Generator_UserTableName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowEvArgName="TBDD_EMAIL_ACCOUNTRowChangeEvent">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
|
||||
@ -982,7 +996,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="PORT" msprop:Generator_ColumnVarNameInTable="columnPORT" msprop:Generator_ColumnPropNameInRow="PORT" msprop:Generator_ColumnPropNameInTable="PORTColumn" msprop:Generator_UserColumnName="PORT" type="xs:int" />
|
||||
<xs:element name="PORT" msprop:Generator_ColumnVarNameInTable="columnPORT" msprop:Generator_ColumnPropNameInRow="PORT" msprop:Generator_ColumnPropNameInTable="PORTColumn" msprop:Generator_UserColumnName="PORT" type="xs:int" default="25" />
|
||||
<xs:element name="ACTIVE" msprop:Generator_ColumnVarNameInTable="columnACTIVE" msprop:Generator_ColumnPropNameInRow="ACTIVE" msprop:Generator_ColumnPropNameInTable="ACTIVEColumn" msprop:Generator_UserColumnName="ACTIVE" type="xs:boolean" default="false" />
|
||||
<xs:element name="ADDED_WHO" msprop:Generator_ColumnVarNameInTable="columnADDED_WHO" msprop:Generator_ColumnPropNameInRow="ADDED_WHO" msprop:Generator_ColumnPropNameInTable="ADDED_WHOColumn" msprop:Generator_UserColumnName="ADDED_WHO" minOccurs="0">
|
||||
<xs:simpleType>
|
||||
@ -1008,6 +1022,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
</xs:element>
|
||||
<xs:element name="PORT_IN" msprop:Generator_ColumnVarNameInTable="columnPORT_IN" msprop:Generator_ColumnPropNameInRow="PORT_IN" msprop:Generator_ColumnPropNameInTable="PORT_INColumn" msprop:Generator_UserColumnName="PORT_IN" type="xs:int" default="25" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
@ -1044,9 +1059,9 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
|
||||
</xs:element>
|
||||
<xs:annotation>
|
||||
<xs:appinfo>
|
||||
<msdata:Relationship name="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msdata:parent="TBEMLP_POLL_PROFILES" msdata:child="TBEMLP_POLL_PROCESS" msdata:parentkey="GUID" msdata:childkey="PROFILE_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_PROCESS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_PROCESSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROFILES" msprop:Generator_ParentPropName="TBEMLP_POLL_PROFILESRow" />
|
||||
<msdata:Relationship name="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msdata:parent="TBEMLP_POLL_PROCESS" msdata:child="TBEMLP_POLL_STEPS" msdata:parentkey="GUID" msdata:childkey="PROCESS_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROCESS" msprop:Generator_ParentPropName="TBEMLP_POLL_PROCESSRow" />
|
||||
<msdata:Relationship name="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msdata:parent="TBEMLP_POLL_STEPS" msdata:child="TBEMLP_POLL_INDEXING_STEPS" msdata:parentkey="GUID" msdata:childkey="STEP_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_INDEXING_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_STEPS" msprop:Generator_ParentPropName="TBEMLP_POLL_STEPSRow" />
|
||||
<msdata:Relationship name="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msdata:parent="TBEMLP_POLL_PROFILES" msdata:child="TBEMLP_POLL_PROCESS" msdata:parentkey="GUID" msdata:childkey="PROFILE_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_PROCESS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_PROCESSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_PROFILESRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROFILES" />
|
||||
<msdata:Relationship name="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msdata:parent="TBEMLP_POLL_PROCESS" msdata:child="TBEMLP_POLL_STEPS" msdata:parentkey="GUID" msdata:childkey="PROCESS_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_PROCESSRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROCESS" />
|
||||
<msdata:Relationship name="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msdata:parent="TBEMLP_POLL_STEPS" msdata:child="TBEMLP_POLL_INDEXING_STEPS" msdata:parentkey="GUID" msdata:childkey="STEP_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_INDEXING_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_STEPSRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_STEPS" />
|
||||
</xs:appinfo>
|
||||
</xs:annotation>
|
||||
</xs:schema>
|
||||
@ -4,15 +4,15 @@
|
||||
Changes to this file may cause incorrect behavior and will be lost if
|
||||
the code is regenerated.
|
||||
</autogenerated>-->
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="163" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<DiagramLayout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ex:showrelationlabel="False" ViewPortX="-10" ViewPortY="46" xmlns:ex="urn:schemas-microsoft-com:xml-msdatasource-layout-extended" xmlns="urn:schemas-microsoft-com:xml-msdatasource-layout">
|
||||
<Shapes>
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_PROFILES" ZOrder="10" X="21" Y="23" Height="305" Width="287" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_PROCESS" ZOrder="9" X="354" Y="47" Height="305" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_PROCESS" ZOrder="9" X="354" Y="46" Height="305" Width="285" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_STEPS" ZOrder="7" X="690" Y="111" Height="286" Width="267" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:TBEMLP_POLL_INDEXING_STEPS" ZOrder="5" X="993" Y="271" Height="286" Width="300" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:TBEMLP_HISTORY" ZOrder="3" X="242" Y="387" Height="267" Width="249" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="216" />
|
||||
<Shape ID="DesignTable:TBEMLP_CONFIG" ZOrder="2" X="757" Y="447" Height="286" Width="243" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="235" />
|
||||
<Shape ID="DesignTable:TBDD_EMAIL_ACCOUNT" ZOrder="1" X="454" Y="457" Height="305" Width="292" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
<Shape ID="DesignTable:TBDD_EMAIL_ACCOUNT" ZOrder="1" X="456" Y="458" Height="305" Width="292" AdapterExpanded="true" DataTableExpanded="true" OldAdapterHeight="0" OldDataTableHeight="0" SplitterPosition="254" />
|
||||
</Shapes>
|
||||
<Connectors>
|
||||
<Connector ID="DesignRelation:FK_TBEMLP_POLL_PROCESS_PROFILE_ID" ZOrder="8" LineWidth="11">
|
||||
@ -27,11 +27,11 @@
|
||||
</Point>
|
||||
<Point>
|
||||
<X>326</X>
|
||||
<Y>142</Y>
|
||||
<Y>141</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>354</X>
|
||||
<Y>142</Y>
|
||||
<Y>141</Y>
|
||||
</Point>
|
||||
</RoutePoints>
|
||||
</Connector>
|
||||
@ -39,11 +39,11 @@
|
||||
<RoutePoints>
|
||||
<Point>
|
||||
<X>639</X>
|
||||
<Y>85</Y>
|
||||
<Y>84</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>662</X>
|
||||
<Y>85</Y>
|
||||
<Y>84</Y>
|
||||
</Point>
|
||||
<Point>
|
||||
<X>662</X>
|
||||
|
||||
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP.7z
Normal file
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP.7z
Normal file
Binary file not shown.
Binary file not shown.
@ -26,6 +26,9 @@
|
||||
<setting name="EmailTest_Receipiant" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="MyTestHTML" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
</CONFIG_APP.My.MySettings>
|
||||
</userSettings>
|
||||
<applicationSettings>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -24,7 +24,7 @@ DigitalData.Modules.Logging
|
||||
</member>
|
||||
<member name="T:DigitalData.Modules.Logging.LogConfig">
|
||||
<module>LogConfig</module>
|
||||
<version>0.0.0.5</version>
|
||||
<version>0.0.0.7</version>
|
||||
<date>02.10.2018</date>
|
||||
<summary>
|
||||
Module that writes file-logs to different locations:
|
||||
@ -139,6 +139,13 @@ DigitalData.Modules.Logging
|
||||
</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.GetClassFullName">
|
||||
<summary>
|
||||
Gets the fully qualified name of the class invoking the calling method,
|
||||
|
||||
@ -0,0 +1,14 @@
|
||||
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
|
||||
@ -0,0 +1,621 @@
|
||||
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##
|
||||
|
||||
|
||||
<span style="font-family:Calibri,sans-serif">ID #3000211
|
||||
<span style="font-family:Calibri,sans-serif">Please approve attached invoice.
|
||||
- Direct answer will approve the invoice.
|
||||
- Answer with <span style="font-family:Calibri,sans-serif">Disaprove or
|
||||
<span style="font-family:Calibri,sans-serif">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:
|
||||
</b>"gobd@tecosim.com" <gobd@tecosim.com>
|
||||
|
||||
|
||||
Betreff: </b>[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:
|
||||
</b>"gobd@tecosim.com" <gobd@tecosim.com>
|
||||
|
||||
|
||||
Betreff: </b>[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,
|
||||
<a href="mailto:" target="_blank"> wrote:
|
||||
|
||||
|
||||
<div dir="3Dltr">
|
||||
##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,
|
||||
<a href="mailto:" target="_blank"> wrote:
|
||||
|
||||
|
||||
<div dir="3Dltr">
|
||||
##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:
|
||||
|
||||
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
|
||||
|
||||
##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:
|
||||
|
||||
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
|
||||
|
||||
##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:
|
||||
</b>"gobd@tecosim.com" <gobd@tecosim.com>
|
||||
|
||||
|
||||
Betreff: </b>[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:
|
||||
</b>"gobd@tecosim.com" <gobd@tecosim.com>
|
||||
|
||||
|
||||
Betreff: </b>[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:
|
||||
</b>"gobd@tecosim.com" <gobd@tecosim.com>
|
||||
|
||||
|
||||
Betreff: </b>[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:
|
||||
</b>"gobd@tecosim.com" <gobd@tecosim.com>
|
||||
|
||||
|
||||
Betreff: </b>[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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
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
|
||||
@ -0,0 +1,390 @@
|
||||
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 "<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>" <<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>>:
|
||||
|
||||
|
||||
|
||||
|
||||
##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 "<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>" <<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>>:
|
||||
|
||||
|
||||
|
||||
|
||||
##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 "<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>" <<a href="mailto:gobd@tecosim.com">gobd@tecosim.com</a>>:'
|
||||
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:
|
||||
</b>"gobd@tecosim.com" <gobd@tecosim.com>
|
||||
|
||||
|
||||
Betreff: </b>[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:
|
||||
</b>"gobd@tecosim.com" <gobd@tecosim.com>
|
||||
|
||||
|
||||
Betreff: </b>[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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -0,0 +1,205 @@
|
||||
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
|
||||
<http://172.24.11.73/webapp/>
|
||||
|
||||
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
|
||||
<http://172.24.11.73/webapp/>
|
||||
|
||||
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
|
||||
|
||||
|
||||
288
App/CONFIG_APP/frmMain.Designer.vb
generated
288
App/CONFIG_APP/frmMain.Designer.vb
generated
@ -81,6 +81,7 @@ Partial Class frmMain
|
||||
Dim AUTH_TYPELabel As System.Windows.Forms.Label
|
||||
Dim Label11 As System.Windows.Forms.Label
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
|
||||
Dim PORT_INLabel As System.Windows.Forms.Label
|
||||
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
||||
Me.tslblstatus = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
Me.tslblRefresh = New System.Windows.Forms.ToolStripStatusLabel()
|
||||
@ -115,12 +116,13 @@ Partial Class frmMain
|
||||
Me.POLL_TYPEComboBox = New System.Windows.Forms.ComboBox()
|
||||
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
|
||||
Me.XtraTabPage1 = New DevExpress.XtraTab.XtraTabPage()
|
||||
Me.PATH_ORIGINALTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.btnFBD_ErrorPath = New System.Windows.Forms.Button()
|
||||
Me.btnFBD_DonwloadPath = New System.Windows.Forms.Button()
|
||||
Me.txtSubjectExample = New System.Windows.Forms.TextBox()
|
||||
Me.Label9 = New System.Windows.Forms.Label()
|
||||
Me.NumericUpDown2 = New System.Windows.Forms.NumericUpDown()
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.WM_IMPORTCheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.CHANGED_WHENTextBox1 = New System.Windows.Forms.TextBox()
|
||||
Me.CHANGED_WHOProcessTextBox = New System.Windows.Forms.TextBox()
|
||||
@ -231,18 +233,14 @@ Partial Class frmMain
|
||||
Me.ADDED_WHENTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ADDED_WHOTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
||||
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
||||
Me.CHANGED_WHENTextBox4 = New System.Windows.Forms.TextBox()
|
||||
Me.TBEMLP_CONFIGBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
||||
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.CHECK_INTERVALL_MINUTESNumericUpDown = New System.Windows.Forms.NumericUpDown()
|
||||
Me.btnsaveRegex = New System.Windows.Forms.Button()
|
||||
Me.txtRegexvbNewline = New System.Windows.Forms.TextBox()
|
||||
Me.btnShowLogpath = New System.Windows.Forms.Button()
|
||||
Me.LOG_ERRORS_ONLYCheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.BtnConnect = New System.Windows.Forms.Button()
|
||||
@ -319,6 +317,19 @@ Partial Class frmMain
|
||||
Me.BindingNavigatorMoveLastItem1 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.BindingNavigatorSeparator5 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.ToolStripButton27 = New System.Windows.Forms.ToolStripButton()
|
||||
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
||||
Me.Button5 = New System.Windows.Forms.Button()
|
||||
Me.txtRegex2 = New System.Windows.Forms.TextBox()
|
||||
Me.Label13 = New System.Windows.Forms.Label()
|
||||
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
Me.btnTestRegEx = New System.Windows.Forms.Button()
|
||||
Me.Label14 = New System.Windows.Forms.Label()
|
||||
Me.txtResultRegEx = New System.Windows.Forms.TextBox()
|
||||
Me.txthtmlEmail = New System.Windows.Forms.TextBox()
|
||||
Me.btnsaveRegex = New System.Windows.Forms.Button()
|
||||
Me.txtRegex1 = New System.Windows.Forms.TextBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
|
||||
Me.TBEMLP_POLL_PROFILESTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_POLL_PROFILESTableAdapter()
|
||||
Me.TableAdapterManager = New CONFIG_APP.MyDatasetTableAdapters.TableAdapterManager()
|
||||
@ -329,6 +340,7 @@ Partial Class frmMain
|
||||
Me.TBEMLP_HISTORYTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_HISTORYTableAdapter()
|
||||
Me.TBEMLP_CONFIGTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter()
|
||||
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
|
||||
Me.PORT_INTextBox = New System.Windows.Forms.TextBox()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
PROFILE_NAMELabel = New System.Windows.Forms.Label()
|
||||
POLL_TYPELabel = New System.Windows.Forms.Label()
|
||||
@ -386,6 +398,7 @@ Partial Class frmMain
|
||||
CHANGED_WHENLabel5 = New System.Windows.Forms.Label()
|
||||
AUTH_TYPELabel = New System.Windows.Forms.Label()
|
||||
Label11 = New System.Windows.Forms.Label()
|
||||
PORT_INLabel = New System.Windows.Forms.Label()
|
||||
Me.StatusStrip1.SuspendLayout()
|
||||
Me.ToolStrip1.SuspendLayout()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
@ -400,8 +413,8 @@ Partial Class frmMain
|
||||
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.XtraTabControl1.SuspendLayout()
|
||||
Me.XtraTabPage1.SuspendLayout()
|
||||
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.TBEMLP_POLL_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.BindingNavigator2.SuspendLayout()
|
||||
@ -437,6 +450,8 @@ Partial Class frmMain
|
||||
CType(Me.GridView6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.BindingNavigator6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.BindingNavigator6.SuspendLayout()
|
||||
Me.TabPage4.SuspendLayout()
|
||||
Me.GroupBox4.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GUIDLabel
|
||||
@ -894,9 +909,9 @@ Partial Class frmMain
|
||||
PORTLabel.AutoSize = True
|
||||
PORTLabel.Location = New System.Drawing.Point(371, 148)
|
||||
PORTLabel.Name = "PORTLabel"
|
||||
PORTLabel.Size = New System.Drawing.Size(31, 13)
|
||||
PORTLabel.Size = New System.Drawing.Size(50, 13)
|
||||
PORTLabel.TabIndex = 46
|
||||
PORTLabel.Text = "Port:"
|
||||
PORTLabel.Text = "Port out:"
|
||||
'
|
||||
'ADDED_WHOLabel4
|
||||
'
|
||||
@ -1010,6 +1025,7 @@ Partial Class frmMain
|
||||
Me.TabControl1.Controls.Add(Me.TabPage2)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage1)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage3)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage4)
|
||||
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.TabControl1.Location = New System.Drawing.Point(0, 25)
|
||||
Me.TabControl1.Name = "TabControl1"
|
||||
@ -1273,6 +1289,7 @@ Partial Class frmMain
|
||||
Me.XtraTabPage1.Appearance.Header.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.XtraTabPage1.Appearance.Header.Options.UseFont = True
|
||||
Me.XtraTabPage1.AutoScroll = True
|
||||
Me.XtraTabPage1.Controls.Add(Me.PATH_ORIGINALTextBox)
|
||||
Me.XtraTabPage1.Controls.Add(Me.btnFBD_ErrorPath)
|
||||
Me.XtraTabPage1.Controls.Add(Me.btnFBD_DonwloadPath)
|
||||
Me.XtraTabPage1.Controls.Add(Me.txtSubjectExample)
|
||||
@ -1320,6 +1337,21 @@ Partial Class frmMain
|
||||
Me.XtraTabPage1.Size = New System.Drawing.Size(1205, 328)
|
||||
Me.XtraTabPage1.Text = "Zugeordnete Prozesse"
|
||||
'
|
||||
'PATH_ORIGINALTextBox
|
||||
'
|
||||
Me.PATH_ORIGINALTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBEMLP_POLL_PROCESSBindingSource, "PATH_ORIGINAL", True))
|
||||
Me.PATH_ORIGINALTextBox.Location = New System.Drawing.Point(509, 124)
|
||||
Me.PATH_ORIGINALTextBox.Name = "PATH_ORIGINALTextBox"
|
||||
Me.PATH_ORIGINALTextBox.Size = New System.Drawing.Size(272, 21)
|
||||
Me.PATH_ORIGINALTextBox.TabIndex = 91
|
||||
'
|
||||
'TBEMLP_POLL_PROCESSBindingSource
|
||||
'
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.AllowNew = True
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.DataMember = "FK_TBEMLP_POLL_PROCESS_PROFILE_ID"
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.DataSource = Me.TBEMLP_POLL_PROFILESBindingSource
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.Sort = "SEQUENCE"
|
||||
'
|
||||
'btnFBD_ErrorPath
|
||||
'
|
||||
Me.btnFBD_ErrorPath.Location = New System.Drawing.Point(787, 243)
|
||||
@ -1367,13 +1399,6 @@ Partial Class frmMain
|
||||
Me.NumericUpDown2.Size = New System.Drawing.Size(61, 21)
|
||||
Me.NumericUpDown2.TabIndex = 3
|
||||
'
|
||||
'TBEMLP_POLL_PROCESSBindingSource
|
||||
'
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.AllowNew = True
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.DataMember = "FK_TBEMLP_POLL_PROCESS_PROFILE_ID"
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.DataSource = Me.TBEMLP_POLL_PROFILESBindingSource
|
||||
Me.TBEMLP_POLL_PROCESSBindingSource.Sort = "SEQUENCE"
|
||||
'
|
||||
'WM_IMPORTCheckBox
|
||||
'
|
||||
Me.WM_IMPORTCheckBox.BackColor = System.Drawing.Color.White
|
||||
@ -1500,9 +1525,9 @@ Partial Class frmMain
|
||||
'COPY_2_HDDCheckBox
|
||||
'
|
||||
Me.COPY_2_HDDCheckBox.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBEMLP_POLL_PROCESSBindingSource, "COPY_2_HDD", True))
|
||||
Me.COPY_2_HDDCheckBox.Location = New System.Drawing.Point(509, 122)
|
||||
Me.COPY_2_HDDCheckBox.Location = New System.Drawing.Point(509, 108)
|
||||
Me.COPY_2_HDDCheckBox.Name = "COPY_2_HDDCheckBox"
|
||||
Me.COPY_2_HDDCheckBox.Size = New System.Drawing.Size(121, 24)
|
||||
Me.COPY_2_HDDCheckBox.Size = New System.Drawing.Size(118, 17)
|
||||
Me.COPY_2_HDDCheckBox.TabIndex = 6
|
||||
Me.COPY_2_HDDCheckBox.Text = "Copy email to HDD"
|
||||
Me.COPY_2_HDDCheckBox.UseVisualStyleBackColor = True
|
||||
@ -2423,7 +2448,6 @@ Partial Class frmMain
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
Me.TabPage2.Controls.Add(Me.TextBox2)
|
||||
Me.TabPage2.Controls.Add(Me.GroupBox3)
|
||||
Me.TabPage2.Controls.Add(Me.GroupBox1)
|
||||
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
||||
@ -2434,13 +2458,6 @@ Partial Class frmMain
|
||||
Me.TabPage2.Text = "Grundeinstellungen"
|
||||
Me.TabPage2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TextBox2
|
||||
'
|
||||
Me.TextBox2.Location = New System.Drawing.Point(12, 311)
|
||||
Me.TextBox2.Name = "TextBox2"
|
||||
Me.TextBox2.Size = New System.Drawing.Size(547, 21)
|
||||
Me.TextBox2.TabIndex = 63
|
||||
'
|
||||
'GroupBox3
|
||||
'
|
||||
Me.GroupBox3.Controls.Add(CHANGED_WHENLabel4)
|
||||
@ -2450,11 +2467,8 @@ Partial Class frmMain
|
||||
Me.GroupBox3.Controls.Add(CHECK_INTERVALL_MINUTESLabel)
|
||||
Me.GroupBox3.Controls.Add(Me.Label10)
|
||||
Me.GroupBox3.Controls.Add(Me.CHECK_INTERVALL_MINUTESNumericUpDown)
|
||||
Me.GroupBox3.Controls.Add(Me.btnsaveRegex)
|
||||
Me.GroupBox3.Controls.Add(Me.txtRegexvbNewline)
|
||||
Me.GroupBox3.Controls.Add(Me.btnShowLogpath)
|
||||
Me.GroupBox3.Controls.Add(Me.LOG_ERRORS_ONLYCheckBox)
|
||||
Me.GroupBox3.Controls.Add(Me.Label8)
|
||||
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.GroupBox3.Location = New System.Drawing.Point(3, 103)
|
||||
Me.GroupBox3.Name = "GroupBox3"
|
||||
@ -2505,26 +2519,6 @@ Partial Class frmMain
|
||||
Me.CHECK_INTERVALL_MINUTESNumericUpDown.Size = New System.Drawing.Size(35, 21)
|
||||
Me.CHECK_INTERVALL_MINUTESNumericUpDown.TabIndex = 63
|
||||
'
|
||||
'btnsaveRegex
|
||||
'
|
||||
Me.btnsaveRegex.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD
|
||||
Me.btnsaveRegex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnsaveRegex.Location = New System.Drawing.Point(562, 63)
|
||||
Me.btnsaveRegex.Name = "btnsaveRegex"
|
||||
Me.btnsaveRegex.Size = New System.Drawing.Size(82, 23)
|
||||
Me.btnsaveRegex.TabIndex = 62
|
||||
Me.btnsaveRegex.Text = "Speichern"
|
||||
Me.btnsaveRegex.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnsaveRegex.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtRegexvbNewline
|
||||
'
|
||||
Me.txtRegexvbNewline.Location = New System.Drawing.Point(9, 63)
|
||||
Me.txtRegexvbNewline.Multiline = True
|
||||
Me.txtRegexvbNewline.Name = "txtRegexvbNewline"
|
||||
Me.txtRegexvbNewline.Size = New System.Drawing.Size(547, 89)
|
||||
Me.txtRegexvbNewline.TabIndex = 61
|
||||
'
|
||||
'btnShowLogpath
|
||||
'
|
||||
Me.btnShowLogpath.Image = Global.CONFIG_APP.My.Resources.Resources.folder_Closed_16xLG
|
||||
@ -2547,15 +2541,6 @@ Partial Class frmMain
|
||||
Me.LOG_ERRORS_ONLYCheckBox.Text = "Log Errors Only"
|
||||
Me.LOG_ERRORS_ONLYCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(6, 47)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(167, 13)
|
||||
Me.Label8.TabIndex = 60
|
||||
Me.Label8.Text = "Regex Remove Return Character"
|
||||
'
|
||||
'GroupBox1
|
||||
'
|
||||
Me.GroupBox1.Controls.Add(Me.Label1)
|
||||
@ -2902,6 +2887,8 @@ Partial Class frmMain
|
||||
'
|
||||
'TabPage3
|
||||
'
|
||||
Me.TabPage3.Controls.Add(PORT_INLabel)
|
||||
Me.TabPage3.Controls.Add(Me.PORT_INTextBox)
|
||||
Me.TabPage3.Controls.Add(Me.Button2)
|
||||
Me.TabPage3.Controls.Add(Me.txtInboxname)
|
||||
Me.TabPage3.Controls.Add(Me.Button1)
|
||||
@ -3303,6 +3290,150 @@ Partial Class frmMain
|
||||
Me.ToolStripButton27.Size = New System.Drawing.Size(23, 22)
|
||||
Me.ToolStripButton27.Text = "tsbtnEmailProfile_Save"
|
||||
'
|
||||
'TabPage4
|
||||
'
|
||||
Me.TabPage4.Controls.Add(Me.Button5)
|
||||
Me.TabPage4.Controls.Add(Me.txtRegex2)
|
||||
Me.TabPage4.Controls.Add(Me.Label13)
|
||||
Me.TabPage4.Controls.Add(Me.GroupBox4)
|
||||
Me.TabPage4.Controls.Add(Me.btnsaveRegex)
|
||||
Me.TabPage4.Controls.Add(Me.txtRegex1)
|
||||
Me.TabPage4.Controls.Add(Me.Label8)
|
||||
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
|
||||
Me.TabPage4.Name = "TabPage4"
|
||||
Me.TabPage4.Padding = New System.Windows.Forms.Padding(3)
|
||||
Me.TabPage4.Size = New System.Drawing.Size(1219, 534)
|
||||
Me.TabPage4.TabIndex = 4
|
||||
Me.TabPage4.Text = "Regular Expression"
|
||||
Me.TabPage4.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Button5
|
||||
'
|
||||
Me.Button5.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD
|
||||
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button5.Location = New System.Drawing.Point(1109, 25)
|
||||
Me.Button5.Name = "Button5"
|
||||
Me.Button5.Size = New System.Drawing.Size(82, 23)
|
||||
Me.Button5.TabIndex = 71
|
||||
Me.Button5.Text = "Speichern"
|
||||
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button5.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtRegex2
|
||||
'
|
||||
Me.txtRegex2.Location = New System.Drawing.Point(602, 27)
|
||||
Me.txtRegex2.Multiline = True
|
||||
Me.txtRegex2.Name = "txtRegex2"
|
||||
Me.txtRegex2.Size = New System.Drawing.Size(501, 89)
|
||||
Me.txtRegex2.TabIndex = 70
|
||||
'
|
||||
'Label13
|
||||
'
|
||||
Me.Label13.AutoSize = True
|
||||
Me.Label13.Location = New System.Drawing.Point(599, 11)
|
||||
Me.Label13.Name = "Label13"
|
||||
Me.Label13.Size = New System.Drawing.Size(162, 13)
|
||||
Me.Label13.TabIndex = 69
|
||||
Me.Label13.Text = "Regex Remove HTML-Context2:"
|
||||
'
|
||||
'GroupBox4
|
||||
'
|
||||
Me.GroupBox4.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.GroupBox4.Controls.Add(Me.Button3)
|
||||
Me.GroupBox4.Controls.Add(Me.btnTestRegEx)
|
||||
Me.GroupBox4.Controls.Add(Me.Label14)
|
||||
Me.GroupBox4.Controls.Add(Me.txtResultRegEx)
|
||||
Me.GroupBox4.Controls.Add(Me.txthtmlEmail)
|
||||
Me.GroupBox4.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.GroupBox4.Location = New System.Drawing.Point(8, 122)
|
||||
Me.GroupBox4.Name = "GroupBox4"
|
||||
Me.GroupBox4.Size = New System.Drawing.Size(1203, 396)
|
||||
Me.GroupBox4.TabIndex = 68
|
||||
Me.GroupBox4.TabStop = False
|
||||
Me.GroupBox4.Text = "Test RegEx"
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.Location = New System.Drawing.Point(9, 20)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(130, 23)
|
||||
Me.Button3.TabIndex = 71
|
||||
Me.Button3.Text = "Load E-Mail Body"
|
||||
Me.Button3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnTestRegEx
|
||||
'
|
||||
Me.btnTestRegEx.Location = New System.Drawing.Point(553, 49)
|
||||
Me.btnTestRegEx.Name = "btnTestRegEx"
|
||||
Me.btnTestRegEx.Size = New System.Drawing.Size(75, 44)
|
||||
Me.btnTestRegEx.TabIndex = 70
|
||||
Me.btnTestRegEx.Text = "Test RegEx"
|
||||
Me.btnTestRegEx.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label14
|
||||
'
|
||||
Me.Label14.AutoSize = True
|
||||
Me.Label14.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label14.Location = New System.Drawing.Point(656, 30)
|
||||
Me.Label14.Name = "Label14"
|
||||
Me.Label14.Size = New System.Drawing.Size(71, 13)
|
||||
Me.Label14.TabIndex = 68
|
||||
Me.Label14.Text = "Result RegEx"
|
||||
'
|
||||
'txtResultRegEx
|
||||
'
|
||||
Me.txtResultRegEx.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.txtResultRegEx.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtResultRegEx.Location = New System.Drawing.Point(659, 49)
|
||||
Me.txtResultRegEx.Multiline = True
|
||||
Me.txtResultRegEx.Name = "txtResultRegEx"
|
||||
Me.txtResultRegEx.Size = New System.Drawing.Size(538, 341)
|
||||
Me.txtResultRegEx.TabIndex = 69
|
||||
'
|
||||
'txthtmlEmail
|
||||
'
|
||||
Me.txthtmlEmail.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
||||
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.txthtmlEmail.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.CONFIG_APP.My.MySettings.Default, "MyTestHTML", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
||||
Me.txthtmlEmail.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txthtmlEmail.Location = New System.Drawing.Point(9, 49)
|
||||
Me.txthtmlEmail.Multiline = True
|
||||
Me.txthtmlEmail.Name = "txthtmlEmail"
|
||||
Me.txthtmlEmail.Size = New System.Drawing.Size(538, 341)
|
||||
Me.txthtmlEmail.TabIndex = 67
|
||||
Me.txthtmlEmail.Text = Global.CONFIG_APP.My.MySettings.Default.MyTestHTML
|
||||
'
|
||||
'btnsaveRegex
|
||||
'
|
||||
Me.btnsaveRegex.Image = Global.CONFIG_APP.My.Resources.Resources.save_16xMD
|
||||
Me.btnsaveRegex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnsaveRegex.Location = New System.Drawing.Point(514, 27)
|
||||
Me.btnsaveRegex.Name = "btnsaveRegex"
|
||||
Me.btnsaveRegex.Size = New System.Drawing.Size(82, 23)
|
||||
Me.btnsaveRegex.TabIndex = 65
|
||||
Me.btnsaveRegex.Text = "Speichern"
|
||||
Me.btnsaveRegex.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnsaveRegex.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtRegex1
|
||||
'
|
||||
Me.txtRegex1.Location = New System.Drawing.Point(8, 27)
|
||||
Me.txtRegex1.Multiline = True
|
||||
Me.txtRegex1.Name = "txtRegex1"
|
||||
Me.txtRegex1.Size = New System.Drawing.Size(500, 89)
|
||||
Me.txtRegex1.TabIndex = 64
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
Me.Label8.AutoSize = True
|
||||
Me.Label8.Location = New System.Drawing.Point(5, 11)
|
||||
Me.Label8.Name = "Label8"
|
||||
Me.Label8.Size = New System.Drawing.Size(162, 13)
|
||||
Me.Label8.TabIndex = 63
|
||||
Me.Label8.Text = "Regex Remove HTML-Context1:"
|
||||
'
|
||||
'BackgroundWorker1
|
||||
'
|
||||
Me.BackgroundWorker1.WorkerReportsProgress = True
|
||||
@ -3348,6 +3479,23 @@ Partial Class frmMain
|
||||
'
|
||||
Me.TBEMLP_CONFIGTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'PORT_INLabel
|
||||
'
|
||||
PORT_INLabel.AutoSize = True
|
||||
PORT_INLabel.Location = New System.Drawing.Point(493, 148)
|
||||
PORT_INLabel.Name = "PORT_INLabel"
|
||||
PORT_INLabel.Size = New System.Drawing.Size(42, 13)
|
||||
PORT_INLabel.TabIndex = 70
|
||||
PORT_INLabel.Text = "Port in:"
|
||||
'
|
||||
'PORT_INTextBox
|
||||
'
|
||||
Me.PORT_INTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "PORT_IN", True))
|
||||
Me.PORT_INTextBox.Location = New System.Drawing.Point(496, 164)
|
||||
Me.PORT_INTextBox.Name = "PORT_INTextBox"
|
||||
Me.PORT_INTextBox.Size = New System.Drawing.Size(100, 21)
|
||||
Me.PORT_INTextBox.TabIndex = 71
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@ -3379,8 +3527,8 @@ Partial Class frmMain
|
||||
Me.XtraTabControl1.ResumeLayout(False)
|
||||
Me.XtraTabPage1.ResumeLayout(False)
|
||||
Me.XtraTabPage1.PerformLayout()
|
||||
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.TBEMLP_POLL_PROCESSBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.NumericUpDown2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.GroupBox2.ResumeLayout(False)
|
||||
Me.GroupBox2.PerformLayout()
|
||||
CType(Me.BindingNavigator2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@ -3407,7 +3555,6 @@ Partial Class frmMain
|
||||
CType(Me.GridControl3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView3, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabPage2.ResumeLayout(False)
|
||||
Me.TabPage2.PerformLayout()
|
||||
Me.GroupBox3.ResumeLayout(False)
|
||||
Me.GroupBox3.PerformLayout()
|
||||
CType(Me.TBEMLP_CONFIGBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@ -3429,6 +3576,10 @@ Partial Class frmMain
|
||||
CType(Me.BindingNavigator6, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.BindingNavigator6.ResumeLayout(False)
|
||||
Me.BindingNavigator6.PerformLayout()
|
||||
Me.TabPage4.ResumeLayout(False)
|
||||
Me.TabPage4.PerformLayout()
|
||||
Me.GroupBox4.ResumeLayout(False)
|
||||
Me.GroupBox4.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
@ -3598,9 +3749,6 @@ Partial Class frmMain
|
||||
Friend WithEvents colPROFILE_NAME As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents colCOMMENT1 As DevExpress.XtraGrid.Columns.GridColumn
|
||||
Friend WithEvents GroupBox3 As GroupBox
|
||||
Friend WithEvents txtRegexvbNewline As TextBox
|
||||
Friend WithEvents Label8 As Label
|
||||
Friend WithEvents btnsaveRegex As Button
|
||||
Friend WithEvents tslblRefresh As ToolStripStatusLabel
|
||||
Friend WithEvents Label9 As Label
|
||||
Friend WithEvents TabPage1 As TabPage
|
||||
@ -3637,7 +3785,6 @@ Partial Class frmMain
|
||||
Friend WithEvents LOG_ERRORS_ONLYCheckBox As CheckBox
|
||||
Friend WithEvents CHANGED_WHENTextBox4 As TextBox
|
||||
Friend WithEvents CHANGED_WHOTextBox As TextBox
|
||||
Friend WithEvents TextBox2 As TextBox
|
||||
Friend WithEvents btnFBD_ErrorPath As Button
|
||||
Friend WithEvents btnFBD_DonwloadPath As Button
|
||||
Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog
|
||||
@ -3682,4 +3829,19 @@ Partial Class frmMain
|
||||
Friend WithEvents txtInboxname As TextBox
|
||||
Friend WithEvents Button2 As Button
|
||||
Friend WithEvents tsbtnRunLocalMail As ToolStripButton
|
||||
Friend WithEvents TabPage4 As TabPage
|
||||
Friend WithEvents btnsaveRegex As Button
|
||||
Friend WithEvents txtRegex1 As TextBox
|
||||
Friend WithEvents Label8 As Label
|
||||
Friend WithEvents GroupBox4 As GroupBox
|
||||
Friend WithEvents Label14 As Label
|
||||
Friend WithEvents txtResultRegEx As TextBox
|
||||
Friend WithEvents txthtmlEmail As TextBox
|
||||
Friend WithEvents btnTestRegEx As Button
|
||||
Friend WithEvents Button3 As Button
|
||||
Friend WithEvents txtRegex2 As TextBox
|
||||
Friend WithEvents Label13 As Label
|
||||
Friend WithEvents Button5 As Button
|
||||
Friend WithEvents PATH_ORIGINALTextBox As TextBox
|
||||
Friend WithEvents PORT_INTextBox As TextBox
|
||||
End Class
|
||||
|
||||
@ -641,6 +641,9 @@
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="PORT_INLabel.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="BindingNavigator6.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1079, 134</value>
|
||||
</metadata>
|
||||
@ -739,7 +742,7 @@
|
||||
<value>908, 134</value>
|
||||
</metadata>
|
||||
<metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>186</value>
|
||||
<value>70</value>
|
||||
</metadata>
|
||||
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
|
||||
@ -5,6 +5,7 @@ Imports System.Net
|
||||
Imports System.ComponentModel
|
||||
Imports Independentsoft.Email
|
||||
Imports Independentsoft.Email.Mime
|
||||
Imports System.Text.RegularExpressions
|
||||
|
||||
Public Class frmMain
|
||||
Private Logger As DigitalData.Modules.Logging.Logger
|
||||
@ -494,34 +495,30 @@ Public Class frmMain
|
||||
|
||||
Private Sub TabControl1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles TabControl1.SelectedIndexChanged
|
||||
tsbtnRunProfiles.Visible = False
|
||||
tslblRefresh.BackColor = Color.Transparent
|
||||
tslblRefresh.Text = ""
|
||||
Select Case TabControl1.SelectedIndex
|
||||
Case 0
|
||||
tsbtnRunProfiles.Visible = True
|
||||
Case 1
|
||||
Try
|
||||
Dim oDTFunctionRegex As DataTable = _database.Return_Datatable("SELECT * FROM TBDD_FUNCTION_REGEX WHERE FUNCTION_NAME = 'EMAIL_PROFILER - BODY REMOVE NewLine'")
|
||||
If oDTFunctionRegex.Rows.Count = 1 Then
|
||||
txtRegexvbNewline.Text = oDTFunctionRegex.Rows(0).Item("REGEX")
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in Load Regex: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
|
||||
Load_Config()
|
||||
Case 2
|
||||
Load_History()
|
||||
Case 4
|
||||
Try
|
||||
Dim osql = "SELECT * FROM TBDD_FUNCTION_REGEX WHERE UPPER(FUNCTION_NAME) IN (UPPER('EMAIL_PROFILER - RemoveHTMLText'),UPPER('EMAIL_PROFILER - RemoveHTMLText1'))"
|
||||
Dim oDTFunctionRegex As DataTable = _database.Return_Datatable(osql)
|
||||
txtRegex1.Text = oDTFunctionRegex.Rows(0).Item("REGEX")
|
||||
txtRegex2.Text = oDTFunctionRegex.Rows(1).Item("REGEX")
|
||||
txthtmlEmail.BackColor = Color.Wheat
|
||||
Catch ex As Exception
|
||||
MsgBox("Error in Load Regex: " & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
End Select
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub btnsaveRegex_Click(sender As Object, e As EventArgs) Handles btnsaveRegex.Click
|
||||
Dim upd = $"UPDATE TBDD_FUNCTION_REGEX SET REGEX = '{txtRegexvbNewline.Text}' WHERE FUNCTION_NAME = 'EMAIL_PROFILER - BODY REMOVE NewLine'"
|
||||
If _database.Execute_non_Query(upd) = True Then
|
||||
tslblRefresh.Text = "Regex saved - " & Now.ToString
|
||||
Else
|
||||
tslblRefresh.Text = "Regex NOT saved - Check Your log: " & Now.ToString
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub ACTIVECheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles ACTIVECheckBox.CheckedChanged
|
||||
Active_Color()
|
||||
End Sub
|
||||
@ -590,40 +587,6 @@ Public Class frmMain
|
||||
_database.Execute_non_Query(upd)
|
||||
Load_Config()
|
||||
End Sub
|
||||
|
||||
Private Sub TextBox2_TextChanged(sender As Object, e As EventArgs) Handles TextBox2.TextChanged
|
||||
If File.Exists(TextBox2.Text) Then
|
||||
Dim msg_email As New Independentsoft.Email.Mime.Message(TextBox2.Text)
|
||||
Dim oTEMPBODYSTRING As String
|
||||
Dim CURRENT_MAIL_BODY As String
|
||||
If IsNothing(msg_email.Body) Then
|
||||
Dim oAllBodyParts As New BodyPartCollection()
|
||||
oAllBodyParts.Add(msg_email.BodyParts)
|
||||
oAllBodyParts.Add(GetChildren(msg_email.BodyParts))
|
||||
|
||||
For Each bodyPart As BodyPart In oAllBodyParts
|
||||
If bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "plain" Then
|
||||
Logger.Debug(String.Format("BODY1-Text is....#{0}", bodyPart.Body))
|
||||
If CURRENT_MAIL_BODY <> bodyPart.Body Then
|
||||
CURRENT_MAIL_BODY = bodyPart.Body
|
||||
End If
|
||||
|
||||
ElseIf bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "html" Then
|
||||
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
|
||||
If CURRENT_MAIL_BODY = "" Then
|
||||
CURRENT_MAIL_BODY = bodyPart.Body
|
||||
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
|
||||
|
||||
End If
|
||||
End If
|
||||
Next
|
||||
Else
|
||||
CURRENT_MAIL_BODY = msg_email.Body
|
||||
End If
|
||||
|
||||
|
||||
End If
|
||||
End Sub
|
||||
Private Function GetChildren(ByVal bodyParts As BodyPartCollection) As BodyPartCollection
|
||||
|
||||
Dim children As New BodyPartCollection()
|
||||
@ -674,7 +637,7 @@ Public Class frmMain
|
||||
My.Settings.Save()
|
||||
Dim PWPlain = _Encryption.DecryptData(EMAIL_PWTextBox.Text)
|
||||
|
||||
If _email.Email_Send_Independentsoft("Testmail DD Windream-ResultHandler", "This is the body (text will be replaced within profile)", txtTestmail.Text,
|
||||
If _email.Email_Send_Independentsoft("Testmail", "This is the body (text will be replaced within profile)", txtTestmail.Text,
|
||||
EMAIL_FROMTextBox.Text, EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain, AUTH_TYPEComboBox.Text, "") = True Then
|
||||
MsgBox("Email was send successfully.", MsgBoxStyle.Information)
|
||||
Else
|
||||
@ -695,5 +658,129 @@ Public Class frmMain
|
||||
_email.TEST_POP3_COLLECT(EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain)
|
||||
End Sub
|
||||
|
||||
Private Sub btnTestRegEx_Click(sender As Object, e As EventArgs) Handles btnTestRegEx.Click
|
||||
txtResultRegEx.Text = ""
|
||||
Try
|
||||
My.Settings.Save()
|
||||
txtResultRegEx.BackColor = Color.WhiteSmoke
|
||||
' Instantiate the regular expression object.
|
||||
Dim oReg As Regex = New Regex(txtRegex1.Text, RegexOptions.IgnoreCase)
|
||||
Dim oMatch As Match = oReg.Match(txthtmlEmail.Text)
|
||||
Dim oClearedBodyText = txthtmlEmail.Text
|
||||
Do While oMatch.Success
|
||||
oClearedBodyText = oClearedBodyText.Replace(oMatch.Value, "")
|
||||
'Dim g As Group = m.Groups(1)
|
||||
'If g.ToString.StartsWith("&") = False Then
|
||||
' TEMP_HTML_RESULTS.Add(g.ToString())
|
||||
'End If
|
||||
|
||||
oMatch = oMatch.NextMatch()
|
||||
Loop
|
||||
Logger.Info($"Cleared bodytext after Regex1 is: {oClearedBodyText}")
|
||||
Dim oReg2 As Regex = New Regex(txtRegex2.Text, RegexOptions.IgnoreCase)
|
||||
Dim oMatch2 As Match = oReg2.Match(oClearedBodyText)
|
||||
|
||||
Do While oMatch2.Success
|
||||
oClearedBodyText = oClearedBodyText.Replace(oMatch2.Value, "")
|
||||
'Dim g As Group = m.Groups(1)
|
||||
'If g.ToString.StartsWith("&") = False Then
|
||||
' TEMP_HTML_RESULTS.Add(g.ToString())
|
||||
'End If
|
||||
|
||||
oMatch2 = oMatch2.NextMatch()
|
||||
Loop
|
||||
Logger.Info($"Cleared bodytext after Regex2 is: {oClearedBodyText}")
|
||||
txtResultRegEx.Text = oClearedBodyText
|
||||
txtResultRegEx.BackColor = Color.Yellow
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub btnsaveRegex_Click_1(sender As Object, e As EventArgs) Handles btnsaveRegex.Click
|
||||
tslblRefresh.BackColor = Color.Transparent
|
||||
Dim upd = $"UPDATE TBDD_FUNCTION_REGEX SET REGEX = '{txtRegex1.Text}' WHERE UPPER(FUNCTION_NAME) = UPPER('EMAIL_PROFILER - RemoveHTMLText')"
|
||||
If _database.Execute_non_Query(upd) = True Then
|
||||
tslblRefresh.Text = "Regex1 saved - " & Now.ToString
|
||||
tslblRefresh.BackColor = Color.Yellow
|
||||
Else
|
||||
tslblRefresh.Text = "Regex1 NOT saved - Check Your log: " & Now.ToString
|
||||
tslblRefresh.BackColor = Color.Transparent
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Button3_Click(sender As Object, e As EventArgs) Handles Button3.Click
|
||||
Try
|
||||
txthtmlEmail.Text = ""
|
||||
txthtmlEmail.BackColor = Color.Wheat
|
||||
Dim oOpenFileDialog1 As New OpenFileDialog()
|
||||
|
||||
' openFileDialog1.InitialDirectory = "c:\"
|
||||
oOpenFileDialog1.Filter = "Emails (*.eml)|*.eml|All files (*.*)|*.*"
|
||||
oOpenFileDialog1.FilterIndex = 2
|
||||
oOpenFileDialog1.RestoreDirectory = True
|
||||
|
||||
If oOpenFileDialog1.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
|
||||
Dim oMsg_email As New Independentsoft.Email.Mime.Message(oOpenFileDialog1.FileName)
|
||||
Dim oBodyText As String = ""
|
||||
If IsNothing(oMsg_email.Body) Then
|
||||
Dim oAllBodyParts As New BodyPartCollection()
|
||||
oAllBodyParts.Add(oMsg_email.BodyParts)
|
||||
oAllBodyParts.Add(GetChildren(oMsg_email.BodyParts))
|
||||
For Each bodyPart As BodyPart In oAllBodyParts
|
||||
If bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "plain" Then
|
||||
If oBodyText = String.Empty Then
|
||||
Logger.Debug(String.Format("BODY1-Text is....#{0}", bodyPart.Body))
|
||||
oBodyText = bodyPart.Body
|
||||
Else
|
||||
Continue For
|
||||
End If
|
||||
ElseIf bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "html" Then
|
||||
If oBodyText = String.Empty Then
|
||||
oBodyText = bodyPart.Body
|
||||
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
|
||||
Else
|
||||
Continue For
|
||||
End If
|
||||
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
|
||||
End If
|
||||
Next
|
||||
If oBodyText = "" Then
|
||||
MsgBox("No html-body extractable?!")
|
||||
Else
|
||||
txthtmlEmail.Text = oBodyText
|
||||
txthtmlEmail.BackColor = Color.Yellow
|
||||
End If
|
||||
Else
|
||||
txthtmlEmail.Text = oMsg_email.Body
|
||||
txthtmlEmail.BackColor = Color.Yellow
|
||||
End If
|
||||
|
||||
End If
|
||||
Catch ex As Exception
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical)
|
||||
End Try
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub Button5_Click(sender As Object, e As EventArgs) Handles Button5.Click
|
||||
tslblRefresh.BackColor = Color.Transparent
|
||||
Dim upd = $"UPDATE TBDD_FUNCTION_REGEX SET REGEX = '{txtRegex2.Text}' WHERE UPPER(FUNCTION_NAME) = UPPER('EMAIL_PROFILER - RemoveHTMLText1')"
|
||||
If _database.Execute_non_Query(upd) = True Then
|
||||
tslblRefresh.Text = "Regex2 saved - " & Now.ToString
|
||||
tslblRefresh.BackColor = Color.Yellow
|
||||
Else
|
||||
tslblRefresh.Text = "Regex2 NOT saved - Check Your log: " & Now.ToString
|
||||
tslblRefresh.BackColor = Color.Transparent
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub COPY_2_HDDCheckBox_CheckedChanged(sender As Object, e As EventArgs) Handles COPY_2_HDDCheckBox.CheckedChanged
|
||||
If COPY_2_HDDCheckBox.Checked Then
|
||||
PATH_ORIGINALTextBox.Enabled = True
|
||||
Else
|
||||
PATH_ORIGINALTextBox.Enabled = False
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -17,8 +17,12 @@ 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.XtraBars.v18.1.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.RichEdit.v18.1.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraTreeList.v18.1.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Interop.WINDREAMLib.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Office.v18.1.Core.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Images.v18.1.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Oracle.ManagedDataAccess.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Data.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Printing.v18.1.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Utils.v18.1.xml
|
||||
@ -26,6 +30,9 @@ 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.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraLayout.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraPrinting.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll.config
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Logging.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Independentsoft.Email.xml
|
||||
@ -35,7 +42,11 @@ 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.XtraBars.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.RichEdit.v18.1.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraTreeList.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll.config
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Office.v18.1.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.Data.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.Data.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.Data.v18.1.resources.dll
|
||||
@ -88,6 +99,7 @@ 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
|
||||
@ -98,15 +110,3 @@ 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.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\Interop.WINDREAMLib.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Oracle.ManagedDataAccess.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.dll.config
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.Modules.Database.dll.config
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbprojAssemblyReference.cache
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -60,4 +60,6 @@ Public Class ClassCurrent
|
||||
Public Shared TEMP_HTML_RESULTS As List(Of String) = New List(Of String)
|
||||
|
||||
Public Shared CURRENT_DEBUG_LOCAL_EMAIL As String
|
||||
|
||||
|
||||
End Class
|
||||
|
||||
@ -103,6 +103,7 @@
|
||||
<Compile Include="clsWindream_Index.vb" />
|
||||
<Compile Include="clsWorkEmail.vb" />
|
||||
<Compile Include="clsWorker.vb" />
|
||||
<Compile Include="ModuleCurrent.vb" />
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
|
||||
5
App/DigitalData.EMLProfiler/ModuleCurrent.vb
Normal file
5
App/DigitalData.EMLProfiler/ModuleCurrent.vb
Normal file
@ -0,0 +1,5 @@
|
||||
Module ModuleCurrent
|
||||
Public CURRENToWMSession As Object
|
||||
Public CURRENToWMSession_Created As Date = Now
|
||||
Public CURRENToWMConnect As Object
|
||||
End Module
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -24,7 +24,7 @@ DigitalData.Modules.Logging
|
||||
</member>
|
||||
<member name="T:DigitalData.Modules.Logging.LogConfig">
|
||||
<module>LogConfig</module>
|
||||
<version>0.0.0.5</version>
|
||||
<version>0.0.0.7</version>
|
||||
<date>02.10.2018</date>
|
||||
<summary>
|
||||
Module that writes file-logs to different locations:
|
||||
@ -139,6 +139,13 @@ DigitalData.Modules.Logging
|
||||
</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.GetClassFullName">
|
||||
<summary>
|
||||
Gets the fully qualified name of the class invoking the calling method,
|
||||
|
||||
@ -17,12 +17,6 @@ Public Class clsEmailIMAP
|
||||
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)
|
||||
|
||||
'If LOG_ERRORS_ONLY = False Then
|
||||
' Dim emaillogger As New Independentsoft.Email.Logger(My.Application.Info.DirectoryPath & "\Log\IDSoftMailLog.txt")
|
||||
' AddHandler emaillogger.WriteLog, AddressOf OnWriteLog
|
||||
'client.Logger = emaillogger
|
||||
'End If
|
||||
oClient.ValidateRemoteCertificate = False
|
||||
oClient.Connect()
|
||||
oClient.Login(MAIL_USER, MAIL_USER_PW)
|
||||
@ -54,31 +48,38 @@ Public Class clsEmailIMAP
|
||||
Try
|
||||
Logger.Info(String.Format("Working on TEST_IMAP_COLLECT....."))
|
||||
|
||||
Dim client As New ImapClient(MYMAIL_SERVER, MYMAIL_PORT)
|
||||
Dim oImapClient As New ImapClient(MYMAIL_SERVER, MYMAIL_PORT)
|
||||
' oImapClient.ValidateRemoteCertificate = False
|
||||
oImapClient.Connect()
|
||||
Try
|
||||
oImapClient.Login(MAIL_USER, MAIL_USER_PW)
|
||||
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}]")
|
||||
Logger.Warn(ex.StackTrace.ToString)
|
||||
Logger.Warn(ex.Message)
|
||||
|
||||
'If LOG_ERRORS_ONLY = False Then
|
||||
' Dim emaillogger As New Independentsoft.Email.Logger(My.Application.Info.DirectoryPath & "\Log\IDSoftMailLog.txt")
|
||||
' AddHandler emaillogger.WriteLog, AddressOf OnWriteLog
|
||||
'client.Logger = emaillogger
|
||||
'End If
|
||||
client.Connect()
|
||||
client.Login(MYMAIL_USER, MYMAIL_USER_PW)
|
||||
client.SelectFolder(INBOXNAME)
|
||||
Dim envelopes As Envelope() = client.ListMessages()
|
||||
Logger.Error(ex)
|
||||
Return False
|
||||
End Try
|
||||
|
||||
For i As Integer = 0 To envelopes.Length - 1
|
||||
If Not IsNothing(envelopes(i).Subject) Then
|
||||
oImapClient.SelectFolder(INBOXNAME)
|
||||
Dim oEnvelopes As Envelope() = oImapClient.ListMessages()
|
||||
|
||||
For i As Integer = 0 To oEnvelopes.Length - 1
|
||||
If Not IsNothing(oEnvelopes(i).Subject) Then
|
||||
'If envelopes(i).Subject.ToString.ToUpper.Contains("[PROCESSMANAGER]") Or envelopes(i).Subject.ToString.ToUpper.Contains("[ADDI]") Then
|
||||
MsgBox($"Working on email: UniqueID: {envelopes(i).UniqueID} - Subject:{envelopes(i).Subject} - Date {envelopes(i).Date.ToString}")
|
||||
Dim message As Mime.Message = client.GetMessage(envelopes(i).UniqueID)
|
||||
MsgBox($"Working on email: UniqueID: {oEnvelopes(i).UniqueID} - Subject:{oEnvelopes(i).Subject} - Date {oEnvelopes(i).Date.ToString}")
|
||||
Dim message As Mime.Message = oImapClient.GetMessage(oEnvelopes(i).UniqueID)
|
||||
End If
|
||||
Next
|
||||
|
||||
client.Disconnect()
|
||||
oImapClient.Disconnect()
|
||||
Logger.Info("TEST_IMAP_COLLECT finished!")
|
||||
Return True
|
||||
|
||||
Catch ex As Exception
|
||||
MsgBox($"Unexpected error in TEST_IMAP_COLLECT: {ex.Message}")
|
||||
Logger.Error(ex, "Unexpected Error in TEST_IMAP_COLLECT:")
|
||||
Return False
|
||||
End Try
|
||||
|
||||
@ -72,7 +72,6 @@ Public Class clsEmail
|
||||
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))
|
||||
|
||||
Next
|
||||
|
||||
client.Disconnect()
|
||||
@ -105,22 +104,28 @@ Public Class clsEmail
|
||||
client.Disconnect()
|
||||
Return True
|
||||
ElseIf CURRENT_POLL_TYPE = "IMAP" Then
|
||||
Dim client As New ImapClient(MAIL_SERVER, MAIL_PORT)
|
||||
Try
|
||||
Dim oClient As New ImapClient(MAIL_SERVER, MAIL_PORT)
|
||||
|
||||
client.ValidateRemoteCertificate = False
|
||||
client.Connect()
|
||||
client.Login(MAIL_USER, MAIL_USER_PW)
|
||||
oClient.ValidateRemoteCertificate = False
|
||||
oClient.Connect()
|
||||
oClient.Login(MAIL_USER, MAIL_USER_PW)
|
||||
|
||||
oClient.SelectFolder("Inbox")
|
||||
Dim oEnvelopes As Envelope() = oClient.ListMessages()
|
||||
For i As Integer = 0 To oEnvelopes.Length - 1
|
||||
If oEnvelopes(i).MessageID = msgid Then
|
||||
oClient.Delete(oEnvelopes(i).UniqueID) 'mark as deleted
|
||||
End If
|
||||
Next
|
||||
oClient.Expunge() 'delete messages marked as deleted
|
||||
oClient.Disconnect()
|
||||
Return True
|
||||
Catch ex As Exception
|
||||
Logger.Warn("Error in IMAP Delete: " & ex.Message)
|
||||
Return False
|
||||
End Try
|
||||
|
||||
client.SelectFolder("Inbox")
|
||||
Dim envelopes As Envelope() = client.ListMessages()
|
||||
For i As Integer = 0 To envelopes.Length - 1
|
||||
If envelopes(i).MessageID = msgid Then
|
||||
client.Delete(envelopes(i).UniqueID) 'mark as deleted
|
||||
End If
|
||||
Next
|
||||
client.Expunge() 'delete messages marked as deleted
|
||||
client.Disconnect()
|
||||
Return True
|
||||
Else
|
||||
Return False
|
||||
End If
|
||||
@ -133,8 +138,6 @@ Public Class clsEmail
|
||||
Public Function Email_Send_Independentsoft(ByVal mailSubject As String, ByVal mailBody As String, mailto As String,
|
||||
mailfrom As String, mailsmtp As String, mailport As Integer, mailUser As String, mailPW As String,
|
||||
AUTH_TYPE As String, Optional attment As String = "")
|
||||
|
||||
|
||||
Try
|
||||
Logger.Debug($"in Email_Send_Independentsoft..")
|
||||
Dim empfaenger As String()
|
||||
|
||||
@ -65,7 +65,7 @@ Public Class clsWindream_Index
|
||||
End Function
|
||||
Public Function GetIndex_Type(idxName) As String
|
||||
Try
|
||||
Dim oAttribute = oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, idxName)
|
||||
Dim oAttribute = oWMSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, idxName)
|
||||
'den Variablentyp (String, Integer, ...) auslesen
|
||||
Dim vType = oAttribute.getVariableValue("dwAttrType")
|
||||
Dim Type As String
|
||||
@ -131,7 +131,7 @@ Public Class clsWindream_Index
|
||||
'VEKTORFELDER, ALSO ÜBERPRÜFEN OB ERGEBNIS-ARRAY GEFÜLLT IST
|
||||
Logger.Debug("RunIndexing_Vektor: VEKTORFELD-Indexierung: Vorbereiten des Arrays")
|
||||
' das entsprechende Attribut aus windream auslesen
|
||||
Dim oAttribute = oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, indexname)
|
||||
Dim oAttribute = oWMSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, indexname)
|
||||
' den Variablentyp (String, Integer, ...) auslesen
|
||||
Dim vType = oAttribute.getVariableValue("dwAttrType")
|
||||
Select Case (vType)
|
||||
@ -256,7 +256,7 @@ Public Class clsWindream_Index
|
||||
' wenn der Datei noch kein Dokumenttyp zugewiesen wurde
|
||||
If oDocument.aObjectType.aName <> Objekttyp Then
|
||||
' ihr den entsprechenden Dokumenttyp zuweisen
|
||||
oDocument.aObjectType = oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityObjectType, Objekttyp)
|
||||
oDocument.aObjectType = oWMSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityObjectType, Objekttyp)
|
||||
' WMObject.aObjectType = selectedProfile.Dokumenttyp
|
||||
Logger.Debug("Objekttyp war Standard und wurde in '" & Objekttyp & "' geändert.")
|
||||
Else
|
||||
@ -275,7 +275,7 @@ Public Class clsWindream_Index
|
||||
For Each aName As String In Indizes
|
||||
indexname = aName
|
||||
' das entsprechende Attribut aus windream auslesen
|
||||
Dim oAttribute = oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, Indizes(i))
|
||||
Dim oAttribute = oWMSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, Indizes(i))
|
||||
' den Variablentyp (String, Integer, ...) auslesen
|
||||
Dim vType = oAttribute.getVariableValue("dwAttrType")
|
||||
' wenn in aValues an Position i ein Wert steht
|
||||
@ -611,101 +611,101 @@ Public Class clsWindream_Index
|
||||
Return Nothing
|
||||
End If
|
||||
Dim missing As Boolean = False
|
||||
Dim Anzahl As Integer = 0
|
||||
Dim ValueArray()
|
||||
'Jeden Wert des Vektorfeldes durchlaufen
|
||||
Dim wertWD = oDocument.GetVariableValue(oIndexName)
|
||||
If wertWD Is Nothing = False Then
|
||||
'Nochmals prüfen ob wirklich Array
|
||||
If wertWD.GetType.ToString.Contains("System.Object") Then
|
||||
'Keine Duplikatprüfung also einfach neues Array füllen
|
||||
If CheckDuplikat = False Then
|
||||
For Each value As Object In wertWD
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = value.ToString
|
||||
Anzahl += 1
|
||||
Next
|
||||
'Und jetzt den/die Neuen Wert(e) anfügen
|
||||
For Each NewValue As Object In NIIndexe
|
||||
If NewValue Is Nothing = False Then
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
|
||||
End If
|
||||
Next
|
||||
Else
|
||||
Logger.Debug("Duplikatprüfung soll durchgeführt werden.")
|
||||
'Duplikat Prüfung an, also nur anhängen wenn Wert <>
|
||||
For Each WDValue As Object In wertWD
|
||||
If WDValue Is Nothing = False Then
|
||||
'Erst einmal die ALten Werte schreiben
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = WDValue.ToString
|
||||
Logger.Debug("Value (" & Anzahl & ") " & WDValue.ToString)
|
||||
Anzahl += 1
|
||||
End If
|
||||
Next
|
||||
'Jetzt die Neuen Werte auf Duplikate überprüfen
|
||||
For Each NewValue As Object In NIIndexe
|
||||
If NewValue Is Nothing = False Then
|
||||
If ValueArray.Contains(NewValue) = False Then
|
||||
Logger.Debug("New Value (" & Anzahl & ") " & NewValue.ToString)
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
Else
|
||||
Logger.Debug("Value '" & NewValue.ToString & "' bereits in Vektorfeld enthalten")
|
||||
End If
|
||||
End If
|
||||
Next
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
Logger.Debug("Vektorfeld ist noch leer....")
|
||||
'Den/die Neuen Wert(e) anfügen
|
||||
For Each NewValue As Object In NIIndexe
|
||||
If NewValue Is Nothing = False Then
|
||||
If CheckDuplikat = True Then
|
||||
If ValueArray Is Nothing = False Then
|
||||
If ValueArray.Contains(NewValue) = False Then
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
Else
|
||||
Logger.Debug("Value '" & NewValue.ToString & "' bereits in Array enthalten")
|
||||
End If
|
||||
Else 'Dererste Wert, also hinzufügen
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
|
||||
End If
|
||||
|
||||
Else
|
||||
Dim Anzahl As Integer = 0
|
||||
Dim ValueArray()
|
||||
'Jeden Wert des Vektorfeldes durchlaufen
|
||||
Dim wertWD = oDocument.GetVariableValue(oIndexName)
|
||||
If wertWD Is Nothing = False Then
|
||||
'Nochmals prüfen ob wirklich Array
|
||||
If wertWD.GetType.ToString.Contains("System.Object") Then
|
||||
'Keine Duplikatprüfung also einfach neues Array füllen
|
||||
If CheckDuplikat = False Then
|
||||
For Each value As Object In wertWD
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = value.ToString
|
||||
Anzahl += 1
|
||||
Next
|
||||
'Und jetzt den/die Neuen Wert(e) anfügen
|
||||
For Each NewValue As Object In NIIndexe
|
||||
If NewValue Is Nothing = False Then
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
End If
|
||||
End If
|
||||
Next
|
||||
End If
|
||||
|
||||
Logger.Debug("Return ValueArray: length " & ValueArray.Length)
|
||||
Return ValueArray
|
||||
End If
|
||||
Next
|
||||
Else
|
||||
Logger.Debug("Duplikatprüfung soll durchgeführt werden.")
|
||||
'Duplikat Prüfung an, also nur anhängen wenn Wert <>
|
||||
For Each WDValue As Object In wertWD
|
||||
If WDValue Is Nothing = False Then
|
||||
'Erst einmal die ALten Werte schreiben
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = WDValue.ToString
|
||||
Logger.Debug("Value (" & Anzahl & ") " & WDValue.ToString)
|
||||
Anzahl += 1
|
||||
End If
|
||||
Next
|
||||
'Jetzt die Neuen Werte auf Duplikate überprüfen
|
||||
For Each NewValue As Object In NIIndexe
|
||||
If NewValue Is Nothing = False Then
|
||||
If ValueArray.Contains(NewValue) = False Then
|
||||
Logger.Debug("New Value (" & Anzahl & ") " & NewValue.ToString)
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
Else
|
||||
Logger.Debug("Value '" & NewValue.ToString & "' bereits in Vektorfeld enthalten")
|
||||
End If
|
||||
End If
|
||||
Next
|
||||
End If
|
||||
End If
|
||||
Else
|
||||
Logger.Debug("Vektorfeld ist noch leer....")
|
||||
'Den/die Neuen Wert(e) anfügen
|
||||
For Each NewValue As Object In NIIndexe
|
||||
If NewValue Is Nothing = False Then
|
||||
If CheckDuplikat = True Then
|
||||
If ValueArray Is Nothing = False Then
|
||||
If ValueArray.Contains(NewValue) = False Then
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
Else
|
||||
Logger.Debug("Value '" & NewValue.ToString & "' bereits in Array enthalten")
|
||||
End If
|
||||
Else 'Dererste Wert, also hinzufügen
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
|
||||
End If
|
||||
|
||||
Else
|
||||
'Das Array anpassen
|
||||
ReDim Preserve ValueArray(Anzahl)
|
||||
'Den Wert im Array speichern
|
||||
ValueArray(Anzahl) = NewValue.ToString
|
||||
Anzahl += 1
|
||||
End If
|
||||
End If
|
||||
Next
|
||||
End If
|
||||
|
||||
Logger.Debug("Return ValueArray: length " & ValueArray.Length)
|
||||
Return ValueArray
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
ClassCurrent.MessageError = True
|
||||
@ -716,7 +716,7 @@ Public Class clsWindream_Index
|
||||
|
||||
#Region "+++++ Allgemeine Funktionen die Informationen zurückliefern +++++"
|
||||
Public Function GetCheckIsVector(oIndexname As String)
|
||||
Dim oAttribute = oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, oIndexname)
|
||||
Dim oAttribute = oWMSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, oIndexname)
|
||||
' den Variablentyp (String, Integer, ...) auslesen
|
||||
Dim vType = oAttribute.getVariableValue("dwAttrType")
|
||||
Select Case (vType)
|
||||
@ -791,7 +791,7 @@ Public Class clsWindream_Index
|
||||
Dim IndexwertAusWindream As Object = Nothing
|
||||
Dim _dok As WINDREAMLib.WMObject
|
||||
_dok = Nothing
|
||||
_dok = oSession.GetWMObjectByPath(WMEntityDocument, _fullfilepath) 'WINDREAMLib.WMEntity.WMEntityDocument
|
||||
_dok = oWMSession.GetWMObjectByPath(WMEntityDocument, _fullfilepath) 'WINDREAMLib.WMEntity.WMEntityDocument
|
||||
IndexwertAusWindream = _dok.GetVariableValue(_indexname)
|
||||
Return IndexwertAusWindream.ToString
|
||||
Catch ex As Exception
|
||||
|
||||
@ -21,7 +21,7 @@ Public Class clsWindream_allgemein
|
||||
|
||||
#Region "+++++ Variablen +++++"
|
||||
Public Shared oConnect ' der Typ darf nicht festgelegt werden (warum auch immer... geht sonst nicht)
|
||||
Public Shared oSession 'As WINDREAMLib.WMSession ' der Typ darf nicht festgelegt werden (warum auch immer... geht sonst nicht)
|
||||
Public Shared oWMSession 'As WINDREAMLib.WMSession ' der Typ darf nicht festgelegt werden (warum auch immer... geht sonst nicht)
|
||||
Public Shared oBrowser As New WMOBRWSLib.ServerBrowser
|
||||
Public Shared oDokumentTypen As WINDREAMLib.WMObjects
|
||||
Private Shared oController As New WMOSearchController
|
||||
@ -56,11 +56,22 @@ Public Class clsWindream_allgemein
|
||||
|
||||
Try
|
||||
Try
|
||||
' Session-Objekt instanziieren und mit dem im Client ausgewählten Server belegen
|
||||
oSession = CreateObject("Windream.WMSession", GetCurrentServer)
|
||||
' Connection-Objekt instanziieren
|
||||
oConnect = CreateObject("Windream.WMConnect")
|
||||
'MsgBox("windrem init 'ed")
|
||||
Dim oHourDifference As Integer
|
||||
oHourDifference = CInt(DateDiff(DateInterval.Hour, CURRENToWMSession_Created, Now))
|
||||
|
||||
|
||||
If IsNothing(CURRENToWMSession) Or oHourDifference >= 2 Then
|
||||
' Session-Objekt instanziieren und mit dem im Client ausgewählten Server belegen
|
||||
oWMSession = CreateObject("Windream.WMSession", GetCurrentServer)
|
||||
' Connection-Objekt instanziieren
|
||||
oConnect = CreateObject("Windream.WMConnect")
|
||||
CURRENToWMConnect = oConnect
|
||||
Else
|
||||
Logger.Debug("WMSession already created!")
|
||||
oWMSession = CURRENToWMSession
|
||||
Return True
|
||||
End If
|
||||
|
||||
Catch ex As Exception
|
||||
Return False
|
||||
End Try
|
||||
@ -82,11 +93,11 @@ Public Class clsWindream_allgemein
|
||||
'oConnect.Password = "pw"
|
||||
|
||||
' Verbindung mit Session-Objekt (und dem ausgewählten Server) aufbauen
|
||||
oConnect.LoginSession(oSession)
|
||||
oConnect.LoginSession(oWMSession)
|
||||
Logger.Debug("windream-Server: '" & GetCurrentServer() & "'")
|
||||
Logger.Debug("windream-UserName: '" & oConnect.UserName & "'")
|
||||
|
||||
If oSession.aLoggedin = False Then
|
||||
If oWMSession.aLoggedin = False Then
|
||||
Logger.Warn("Es konnte keine Verbindung mit dem windream-Server hergestellt werden")
|
||||
Return False
|
||||
End If
|
||||
@ -107,16 +118,17 @@ Public Class clsWindream_allgemein
|
||||
'MsgBox(WMCtrl.WMServerName)
|
||||
|
||||
Try
|
||||
oSession.SwitchEvents(WMCOMEventWMSessionNeedIndex, False)
|
||||
oWMSession.SwitchEvents(WMCOMEventWMSessionNeedIndex, False)
|
||||
' der Parameter WMEntityDocument definiert, dass nur Dokumenttypen und keine
|
||||
' Ordnertypen ausgelesen werden
|
||||
oDokumentTypen = oSession.GetWMObjectTypes(WINDREAMLib.WMEntity.WMEntityDocument)
|
||||
oDokumentTypen = oWMSession.GetWMObjectTypes(WINDREAMLib.WMEntity.WMEntityDocument)
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
Return False
|
||||
End Try
|
||||
End If
|
||||
|
||||
CURRENToWMSession = oWMSession
|
||||
CURRENToWMSession_Created = Now
|
||||
Logger.Debug("Alles OK - Erfolgreich angemeldet und Session aufgebaut")
|
||||
Return True
|
||||
|
||||
@ -194,7 +206,7 @@ Public Class clsWindream_allgemein
|
||||
Dim oRelProperties As WMObjectRelationClass
|
||||
|
||||
' den Objekttyp laden
|
||||
oObjectType = oSession.GetWMObjectByName(WMEntityObjectType, name)
|
||||
oObjectType = oWMSession.GetWMObjectByName(WMEntityObjectType, name)
|
||||
|
||||
' Beziehung zu Indizes des Objekttyp auslesen
|
||||
oIndexAttributes = oObjectType.GetWMObjectRelationByName("TypeAttributes")
|
||||
@ -235,7 +247,7 @@ Public Class clsWindream_allgemein
|
||||
Public Function GetObjecttypeByName(ByVal objekttypName As String) As WMObject
|
||||
Try
|
||||
' alle Objekttypen auslesen
|
||||
Dim oObjectTypes As WMObjects = oSession.GetWMObjectTypes(WINDREAMLib.WMEntity.WMEntityDocument)
|
||||
Dim oObjectTypes As WMObjects = oWMSession.GetWMObjectTypes(WINDREAMLib.WMEntity.WMEntityDocument)
|
||||
|
||||
' alle Objekttypen durchlaufen und nach dem mit dem angegebenen Namen suchen
|
||||
For Each oObjectType As WMObject In oObjectTypes
|
||||
@ -287,7 +299,7 @@ Public Class clsWindream_allgemein
|
||||
''' <remarks></remarks>
|
||||
Public Function IsLoggedIn() As Boolean
|
||||
Try
|
||||
Return oSession.aLoggedin
|
||||
Return oWMSession.aLoggedin
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
End Try
|
||||
@ -352,7 +364,7 @@ Public Class clsWindream_allgemein
|
||||
''' <remarks></remarks>
|
||||
Public Function GetTypeOfIndexAsIntByName(ByVal indexname As String) As Integer
|
||||
Try
|
||||
Dim oAttribute = oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, indexname)
|
||||
Dim oAttribute = oWMSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, indexname)
|
||||
Dim vType = oAttribute.getVariableValue("dwAttrType")
|
||||
Return vType
|
||||
Catch ex As Exception
|
||||
@ -364,7 +376,7 @@ Public Class clsWindream_allgemein
|
||||
'Dim oAttribute = oSession.GetWMObjectByName(WINDREAMLib.WMEntity.WMEntityAttribute, indexname)
|
||||
'Dim vType = oAttribute.getVariableValue("vItems")
|
||||
'Return vType
|
||||
Dim oChoiceList = oSession.GetWMObjectByName(WMEntityChoiceList, indexname)
|
||||
Dim oChoiceList = oWMSession.GetWMObjectByName(WMEntityChoiceList, indexname)
|
||||
If Err.Number = 0 And TypeName(oChoiceList) <> "Nothing" Then
|
||||
Dim Values = oChoiceList
|
||||
Values = oChoiceList.GetVariableValue("vItems")
|
||||
@ -397,7 +409,7 @@ Public Class clsWindream_allgemein
|
||||
Public Function WDObject_exists(wdobj_location As String)
|
||||
Dim WDObject As WMObject
|
||||
Try
|
||||
WDObject = oSession.GetWMObjectByPath(WINDREAMLib.WMEntity.WMEntityDocument, wdobj_location.Substring(2))
|
||||
WDObject = oWMSession.GetWMObjectByPath(WINDREAMLib.WMEntity.WMEntityDocument, wdobj_location.Substring(2))
|
||||
If WDObject Is Nothing Then
|
||||
Return False
|
||||
Else
|
||||
|
||||
@ -96,7 +96,7 @@ Public Class clsWorkEmail
|
||||
WM_IDX_BODY_SUBSTR_LENGTH = row("WM_IDX_BODY_SUBSTR_LENGTH")
|
||||
oDel_email = row("DELETE_MAIL")
|
||||
|
||||
COPY2HDD(row("COPY_2_HDD"), row("PATH_EMAIL_TEMP"), row("PATH_EMAIL_ERRORS"), False)
|
||||
COPY2HDD(row("COPY_2_HDD"), row("PATH_ORIGINAL"), row("PATH_EMAIL_ERRORS"), False)
|
||||
EXTRACT_BODY()
|
||||
|
||||
Next
|
||||
@ -107,6 +107,10 @@ Public Class clsWorkEmail
|
||||
CURRENT_MAIL_PROCESS_NAME = "DD EasyApproval via Mail"
|
||||
|
||||
If CURRENT_MAIL_BODY_ANSWER1 <> "" Then
|
||||
If CURRENT_MAIL_BODY_ANSWER1.EndsWith(":") Then
|
||||
Logger.Info(String.Format("Keyword contained a : at end...removing it..."))
|
||||
CURRENT_MAIL_BODY_ANSWER1 = CURRENT_MAIL_BODY_ANSWER1.Replace(":", "")
|
||||
End If
|
||||
MessageError = False
|
||||
If GET_WMDOC_INFO() = True Then
|
||||
If DT_STEPS.Rows.Count > 0 Then
|
||||
@ -139,26 +143,26 @@ Public Class clsWorkEmail
|
||||
'Filter the rows using Select() method of DataTable
|
||||
Dim TEMP_PROCESS_PROFILE_DT As DataTable = DT_POLL_PROCESS
|
||||
Dim PM_ROW As DataRow() = TEMP_PROCESS_PROFILE_DT.Select(oExpression)
|
||||
For Each row As DataRow In PM_ROW
|
||||
For Each oDataRow As DataRow In PM_ROW
|
||||
Try
|
||||
WM_REFERENCE_INDEX = row("WM_REFERENCE_INDEX")
|
||||
WM_REFERENCE_INDEX = oDataRow("WM_REFERENCE_INDEX")
|
||||
Catch ex As Exception
|
||||
WM_REFERENCE_INDEX = Nothing
|
||||
End Try
|
||||
Try
|
||||
WM_VECTOR_LOG = row("WM_VECTOR_LOG")
|
||||
WM_VECTOR_LOG = oDataRow("WM_VECTOR_LOG")
|
||||
Catch ex As Exception
|
||||
WM_VECTOR_LOG = Nothing
|
||||
End Try
|
||||
|
||||
WM_OBJEKTTYPE = row("WM_OBJEKTTYPE")
|
||||
WM_IDX_BODY_TEXT = row("WM_IDX_BODY_TEXT")
|
||||
WM_IDX_BODY_SUBSTR_LENGTH = row("WM_IDX_BODY_SUBSTR_LENGTH")
|
||||
WM_OBJEKTTYPE = oDataRow("WM_OBJEKTTYPE")
|
||||
WM_IDX_BODY_TEXT = oDataRow("WM_IDX_BODY_TEXT")
|
||||
WM_IDX_BODY_SUBSTR_LENGTH = oDataRow("WM_IDX_BODY_SUBSTR_LENGTH")
|
||||
|
||||
COPY2HDD(row("COPY_2_HDD"), row("PATH_EMAIL_TEMP"), row("PATH_EMAIL_ERRORS"), True)
|
||||
EXTRACT_ATTACHMENTS(row("PATH_EMAIL_TEMP"), row("PATH_EMAIL_ERRORS"))
|
||||
EXTRACT_BODY()
|
||||
oDel_email = row("DELETE_MAIL")
|
||||
COPY2HDD(oDataRow("COPY_2_HDD"), oDataRow("PATH_ORIGINAL"), oDataRow("PATH_EMAIL_ERRORS"), True)
|
||||
EXTRACT_ATTACHMENTS(oDataRow("PATH_EMAIL_TEMP"), oDataRow("PATH_EMAIL_ERRORS"))
|
||||
'EXTRACT_BODY()
|
||||
oDel_email = oDataRow("DELETE_MAIL")
|
||||
Next
|
||||
If ClassCurrent.CURRENT_DEBUG_LOCAL_EMAIL = "" Then
|
||||
EMAIL_DELETE(oDel_email)
|
||||
@ -228,14 +232,13 @@ Public Class clsWorkEmail
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
Private Function COPY2HDD(copy_2_hdd As Boolean, pathemailtemp As String, pathemail_errors As String, messageid As Boolean)
|
||||
Private Function COPY2HDD(copy_2_hdd As Boolean, pathOriginal As String, pathemail_errors As String, messageid As Boolean)
|
||||
Try
|
||||
If copy_2_hdd = True Then
|
||||
Logger.Debug("COPY_2_HDD is ACTIVE!")
|
||||
PATH_TEMP = pathemailtemp
|
||||
PATH_ERROR = pathemail_errors
|
||||
If Directory.Exists(PATH_TEMP) Then
|
||||
Dim oTempFilename = PATH_TEMP
|
||||
If Directory.Exists(pathOriginal) Then
|
||||
Dim oTempFilename = pathOriginal
|
||||
If messageid = True Then
|
||||
oTempFilename &= "\" & CURRENT_MAIL_MESSAGE.MessageID & ".eml"
|
||||
Else
|
||||
@ -259,69 +262,122 @@ Public Class clsWorkEmail
|
||||
End Function
|
||||
Private Function EXTRACT_BODY()
|
||||
TEMP_HTML_RESULTS.Clear()
|
||||
Dim oDTFunctionRegex As DataTable = _Database.Return_Datatable("SELECT * FROM TBDD_FUNCTION_REGEX WHERE FUNCTION_NAME IN ('EMAIL_PROFILER - RemoveHTMLText','EMAIL_PROFILER - BODY REMOVE NewLine','EMAIL_PROFILER - BODY_ANSWER_GROUP')")
|
||||
Dim oDTFunctionRegex As DataTable = _Database.Return_Datatable("SELECT * FROM TBDD_FUNCTION_REGEX WHERE UPPER(FUNCTION_NAME) IN (UPPER('EMAIL_PROFILER - RemoveHTMLText'),UPPER('EMAIL_PROFILER - RemoveHTMLText1'))")
|
||||
|
||||
|
||||
Dim msg_email As New Independentsoft.Email.Mime.Message(CURRENT_TEMP_MAIL_PATH)
|
||||
If IsNothing(msg_email.Body) Then
|
||||
Dim oMsg_email As New Independentsoft.Email.Mime.Message(CURRENT_TEMP_MAIL_PATH)
|
||||
Dim oBodyText As String = ""
|
||||
If IsNothing(oMsg_email.Body) Then
|
||||
Dim oAllBodyParts As New BodyPartCollection()
|
||||
oAllBodyParts.Add(msg_email.BodyParts)
|
||||
oAllBodyParts.Add(GetChildren(msg_email.BodyParts))
|
||||
|
||||
oAllBodyParts.Add(oMsg_email.BodyParts)
|
||||
oAllBodyParts.Add(GetChildren(oMsg_email.BodyParts))
|
||||
For Each bodyPart As BodyPart In oAllBodyParts
|
||||
If bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "plain" Then
|
||||
Logger.Debug(String.Format("BODY1-Text is....#{0}", bodyPart.Body))
|
||||
If CURRENT_MAIL_BODY_ALL <> bodyPart.Body Then
|
||||
CURRENT_MAIL_BODY_ALL = bodyPart.Body
|
||||
If oBodyText = String.Empty Then
|
||||
Logger.Debug(String.Format("BODY1-Text is....#{0}", bodyPart.Body))
|
||||
oBodyText = bodyPart.Body
|
||||
Else
|
||||
Continue For
|
||||
End If
|
||||
|
||||
ElseIf bodyPart.ContentType IsNot Nothing AndAlso bodyPart.ContentType.Type = "text" AndAlso bodyPart.ContentType.SubType = "html" Then
|
||||
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
|
||||
If CURRENT_MAIL_BODY_ALL = "" Then
|
||||
CURRENT_MAIL_BODY_ALL = bodyPart.Body
|
||||
If oBodyText = String.Empty Then
|
||||
oBodyText = bodyPart.Body
|
||||
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
|
||||
|
||||
Else
|
||||
Continue For
|
||||
End If
|
||||
Logger.Debug(String.Format("bodyhtml....#{0}", bodyPart.Body))
|
||||
End If
|
||||
Next
|
||||
If oBodyText = "" Then
|
||||
|
||||
Else
|
||||
CURRENT_MAIL_BODY_ALL = oBodyText
|
||||
|
||||
End If
|
||||
Else
|
||||
CURRENT_MAIL_BODY_ALL = msg_email.Body
|
||||
CURRENT_MAIL_BODY_ALL = oMsg_email.Body
|
||||
End If
|
||||
If CURRENT_MAIL_BODY_ALL.StartsWith("<html") Then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
If Not IsNothing(CURRENT_MAIL_BODY_ALL) Then
|
||||
' CURRENT_MAIL_BODY_ALL = oMsg_email.Body
|
||||
Dim oPattern1 As String
|
||||
Dim oPattern2 As String
|
||||
Try
|
||||
Dim pattern1 As String = ""
|
||||
For Each oRow As DataRow In oDTFunctionRegex.Rows
|
||||
If oRow.Item("FUNCTION_NAME") = "EMAIL_PROFILER - RemoveHTMLText" Then
|
||||
pattern1 = oRow.Item("REGEX")
|
||||
|
||||
End If
|
||||
Next
|
||||
If pattern1 = String.Empty Then
|
||||
Exit Try
|
||||
End If
|
||||
' Instantiate the regular expression object.
|
||||
Dim r As Regex = New Regex(pattern1, RegexOptions.Multiline)
|
||||
' Match the regular expression pattern against a text string.
|
||||
Dim m As Match = r.Match(CURRENT_MAIL_BODY_ALL)
|
||||
Dim oClearedBodyText = CURRENT_MAIL_BODY_ALL
|
||||
Do While m.Success
|
||||
oClearedBodyText = oClearedBodyText.Replace(m.Value, "")
|
||||
'Dim g As Group = m.Groups(1)
|
||||
'If g.ToString.StartsWith("&") = False Then
|
||||
' TEMP_HTML_RESULTS.Add(g.ToString())
|
||||
'End If
|
||||
|
||||
m = m.NextMatch()
|
||||
Loop
|
||||
Logger.Info($"Cleared bodytext is: {oClearedBodyText}")
|
||||
CURRENT_MAIL_BODY_ALL = Trim(oClearedBodyText)
|
||||
oPattern1 = oDTFunctionRegex.Rows(0).Item("REGEX")
|
||||
Catch ex As Exception
|
||||
|
||||
oPattern1 = ""
|
||||
End Try
|
||||
'If TEMP_HTML_RESULTS.Count = 0 Then
|
||||
' Logger.Warn("HTML Recognition via Regex could not create a match within this mail - So the answer will interpreted as empty!")
|
||||
'End If
|
||||
Try
|
||||
oPattern2 = oDTFunctionRegex.Rows(1).Item("REGEX")
|
||||
Catch ex As Exception
|
||||
oPattern2 = ""
|
||||
End Try
|
||||
|
||||
|
||||
|
||||
|
||||
Dim oReg As Regex = New Regex(oPattern1, RegexOptions.IgnoreCase)
|
||||
Dim oMatch As Match = oReg.Match(CURRENT_MAIL_BODY_ALL)
|
||||
Dim oClearedBodyText = CURRENT_MAIL_BODY_ALL
|
||||
Do While oMatch.Success
|
||||
oClearedBodyText = oClearedBodyText.Replace(oMatch.Value, "")
|
||||
oMatch = oMatch.NextMatch()
|
||||
Loop
|
||||
Logger.Info($"Cleared bodytext after Regex1 is: {oClearedBodyText}")
|
||||
Dim oReg2 As Regex = New Regex(oPattern2, RegexOptions.IgnoreCase)
|
||||
Dim oMatch2 As Match = oReg2.Match(oClearedBodyText)
|
||||
|
||||
Do While oMatch2.Success
|
||||
oClearedBodyText = oClearedBodyText.Replace(oMatch2.Value, "")
|
||||
'Dim g As Group = m.Groups(1)
|
||||
'If g.ToString.StartsWith("&") = False Then
|
||||
' TEMP_HTML_RESULTS.Add(g.ToString())
|
||||
'End If
|
||||
|
||||
oMatch2 = oMatch2.NextMatch()
|
||||
Loop
|
||||
Logger.Info($"Cleared bodytext after Regex2 is: {oClearedBodyText}")
|
||||
CURRENT_MAIL_BODY_ALL = oClearedBodyText
|
||||
Else
|
||||
Logger.Info($"Mailbody still is nothing after bodyExtraction!!")
|
||||
End If
|
||||
'Try
|
||||
' Dim pattern1 As String = ""
|
||||
' For Each oRow As DataRow In oDTFunctionRegex.Rows
|
||||
' If oRow.Item("FUNCTION_NAME").ToString.ToUpper = "EMAIL_PROFILER - RemoveHTMLText".ToUpper Then
|
||||
' pattern1 = oRow.Item("REGEX")
|
||||
|
||||
' End If
|
||||
' Next
|
||||
' If pattern1 = String.Empty Then
|
||||
' Exit Try
|
||||
' End If
|
||||
' ' Instantiate the regular expression object.
|
||||
' Dim r As Regex = New Regex(pattern1, RegexOptions.Multiline)
|
||||
' ' Match the regular expression pattern against a text string.
|
||||
' Dim m As Match = r.Match(CURRENT_MAIL_BODY_ALL)
|
||||
' Dim oClearedBodyText = CURRENT_MAIL_BODY_ALL
|
||||
' Do While m.Success
|
||||
' oClearedBodyText = oClearedBodyText.Replace(m.Value, "")
|
||||
' 'Dim g As Group = m.Groups(1)
|
||||
' 'If g.ToString.StartsWith("&") = False Then
|
||||
' ' TEMP_HTML_RESULTS.Add(g.ToString())
|
||||
' 'End If
|
||||
|
||||
' m = m.NextMatch()
|
||||
' Loop
|
||||
' Logger.Info($"Cleared bodytext is: {oClearedBodyText}")
|
||||
' CURRENT_MAIL_BODY_ALL = Trim(oClearedBodyText)
|
||||
'Catch ex As Exception
|
||||
|
||||
'End Try
|
||||
|
||||
Try
|
||||
If CURRENT_MAIL_BODY_ALL = String.Empty Then
|
||||
Logger.Warn("Mailbody is empty. Email can not be processed! - Please check the html-structure")
|
||||
@ -345,7 +401,9 @@ Public Class clsWorkEmail
|
||||
If oCount = 1 Then
|
||||
CURRENT_MAIL_BODY_ANSWER1 = ostr
|
||||
Else
|
||||
If oCount = 2 Then
|
||||
If ostr.StartsWith("##") Then
|
||||
Exit For
|
||||
ElseIf oCount = 2 Then
|
||||
CURRENT_MAIL_BODY_Substr2 = ostr
|
||||
Else
|
||||
If ((oReadLength + ostr.Length) >= WM_IDX_BODY_SUBSTR_LENGTH) Or ostr.StartsWith("##") Then
|
||||
@ -389,8 +447,8 @@ Public Class clsWorkEmail
|
||||
|
||||
|
||||
|
||||
Logger.Debug(String.Format("MailBody-ANSWER1:...[{0}]", CURRENT_MAIL_BODY_ANSWER1))
|
||||
Logger.Debug(String.Format("MailBody-ANSWER2:...[{0}]", CURRENT_MAIL_BODY_Substr2))
|
||||
Logger.Info(String.Format("MailBody-ANSWER1:...[{0}]", CURRENT_MAIL_BODY_ANSWER1))
|
||||
Logger.Info(String.Format("MailBody-ANSWER2:...[{0}]", CURRENT_MAIL_BODY_Substr2))
|
||||
'now trying to get the text before Masterline
|
||||
'If WM_IDX_BODY_TEXT <> String.Empty And WM_IDX_BODY_SUBSTR_LENGTH <> 0 And oDTFunctionRegex.Rows.Count >= 1 Then
|
||||
' If CURRENT_MAIL_BODY_ALL.StartsWith("<html") Then
|
||||
@ -450,33 +508,43 @@ Public Class clsWorkEmail
|
||||
End Try
|
||||
End Function
|
||||
Private Function EXTRACT_ATTACHMENTS(pathemailtemp As String, pathemail_errors As String)
|
||||
Logger.Debug("In EXTRACT_ATTACHMENTS...")
|
||||
PATH_TEMP = pathemailtemp
|
||||
PATH_ERROR = pathemail_errors
|
||||
Logger.Debug(String.Format("PATH_TEMP[{0}]", PATH_TEMP))
|
||||
Try
|
||||
If CURRENT_TEMP_MAIL_PATH <> Nothing Then
|
||||
If File.Exists(CURRENT_TEMP_MAIL_PATH) Then
|
||||
Dim msg_email As New Independentsoft.Email.Mime.Message(CURRENT_TEMP_MAIL_PATH)
|
||||
For Each attachment As Attachment In msg_email.GetAttachments
|
||||
If Path.GetExtension(attachment.GetFileName).ToUpper.Contains("PDF") Then
|
||||
Dim sGUID = System.Guid.NewGuid.ToString()
|
||||
Dim oAttachmentFilename
|
||||
Try
|
||||
oAttachmentFilename = Path.Combine(PATH_TEMP, $"{sGUID}{Path.GetExtension(attachment.GetFileName)}")
|
||||
If System.IO.File.Exists(oAttachmentFilename) = False Then
|
||||
attachment.Save(oAttachmentFilename)
|
||||
INSERT_HISTORY_FB(sGUID, attachment.GetFileName)
|
||||
Else
|
||||
Logger.Info("Attachment (" & oAttachmentFilename & ") already existing!", False, "EXTRACT_ATTACHMENTS")
|
||||
End If
|
||||
|
||||
Catch ex As Exception
|
||||
Logger.Warn($"Error while creating and saving attachment-name: {ex.Message} - AttachmentName: {oAttachmentFilename}")
|
||||
MessageError = True
|
||||
Return False
|
||||
End Try
|
||||
End If
|
||||
Dim oCurrentMail As New Independentsoft.Email.Mime.Message(CURRENT_TEMP_MAIL_PATH)
|
||||
Dim oMSGID = oCurrentMail.MessageID
|
||||
If IsNothing(oMSGID) Then
|
||||
oMSGID = System.Guid.NewGuid.ToString()
|
||||
End If
|
||||
oMSGID = oMSGID.Replace(">", "").Replace("<", "")
|
||||
For Each oAttachment As Attachment In oCurrentMail.GetAttachments
|
||||
Dim oAttachmentFileString
|
||||
Logger.Debug(String.Format("Working on Attachment [{0}]", oAttachment.GetFileName))
|
||||
Try
|
||||
Dim oFilename = oAttachment.GetFileName
|
||||
oFilename = CleanInput(oFilename)
|
||||
If oFilename = String.Empty Then
|
||||
oFilename = oAttachment.GetFileName
|
||||
End If
|
||||
oAttachmentFileString = Path.Combine(PATH_TEMP, $"{oMSGID}~{oFilename}")
|
||||
|
||||
If System.IO.File.Exists(oAttachmentFileString) = False Then
|
||||
Logger.Debug(String.Format("Trying to save attachment [{0}]", oAttachmentFileString))
|
||||
oAttachment.Save(oAttachmentFileString)
|
||||
INSERT_HISTORY_FB(oMSGID, oAttachment.GetFileName)
|
||||
Else
|
||||
Logger.Info("Attachment (" & oAttachmentFileString & ") already existing!", False, "EXTRACT_ATTACHMENTS")
|
||||
End If
|
||||
|
||||
Catch ex As Exception
|
||||
Logger.Warn($"Error while creating and saving attachment-name: {ex.Message} - AttachmentName: {oAttachmentFileString}")
|
||||
MessageError = True
|
||||
Return False
|
||||
End Try
|
||||
Next
|
||||
Else
|
||||
Logger.Warn($"If cause 2 EXTRACT_ATTACHMENTS: {CURRENT_TEMP_MAIL_PATH} not existing")
|
||||
@ -492,6 +560,29 @@ Public Class clsWorkEmail
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
Private Function CleanInput(strIn As String) As String
|
||||
' Replace invalid characters with empty strings.
|
||||
Try
|
||||
Return Regex.Replace(strIn, "[^\w\.@-]", "")
|
||||
' If we timeout when replacing invalid characters,
|
||||
' we should return String.Empty.
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
Return String.Empty
|
||||
End Try
|
||||
End Function
|
||||
|
||||
Private Function RemoveCharacter(ByVal stringToCleanUp)
|
||||
Dim characterToRemove As String = ""
|
||||
characterToRemove = Chr(34) + "#$%&'()*+,-./\~"
|
||||
Dim firstThree As Char() = characterToRemove.Take(16).ToArray()
|
||||
For index = 1 To firstThree.Length - 1
|
||||
stringToCleanUp = stringToCleanUp.ToString.Replace(firstThree(index), "")
|
||||
Next
|
||||
Return stringToCleanUp
|
||||
End Function
|
||||
|
||||
|
||||
Private Function INSERT_HISTORY()
|
||||
If MessageError = False Then
|
||||
Dim ins = $"INSERT INTO TBEMLP_HISTORY (WORK_PROCESS,EMAIL_MSGID,EMAIL_SUBJECT,EMAIL_DATE,EMAIL_BODY,EMAIL_SUBSTRING1,EMAIL_SUBSTRING2) VALUES " &
|
||||
@ -543,6 +634,7 @@ Public Class clsWorkEmail
|
||||
End Function
|
||||
Private Function WORK_POLL_STEPS() As Boolean
|
||||
Try
|
||||
Dim oFoundSomething As Boolean = False
|
||||
_worked_email = False
|
||||
For Each row As DataRow In DT_STEPS.Rows
|
||||
POLL_STEP_GUID = row.Item("GUID")
|
||||
@ -550,10 +642,12 @@ Public Class clsWorkEmail
|
||||
POLL_KEYWORDS = row.Item("KEYWORDS_BODY")
|
||||
KEYWORDS_SPLIT = POLL_KEYWORDS.Split(";")
|
||||
|
||||
For Each str As String In KEYWORDS_SPLIT
|
||||
If CURRENT_MAIL_BODY_ANSWER1.ToUpper = str.ToUpper Then
|
||||
For Each oKeyWord As String In KEYWORDS_SPLIT
|
||||
If CURRENT_MAIL_BODY_ANSWER1.ToUpper = oKeyWord.ToUpper Then
|
||||
_worked_email = True
|
||||
Logger.Info(String.Format("Found Keyword '{0}' in MessageBody", str))
|
||||
|
||||
Logger.Info(String.Format("Found Keyword '{0}' in MessageBody", oKeyWord))
|
||||
oFoundSomething = True
|
||||
Dim sql As String = String.Format("SELECT * FROM TBEMLP_POLL_INDEXING_STEPS WHERE STEP_ID = {0} AND ACTIVE = 1", POLL_STEP_GUID)
|
||||
DT_INDEXING_STEPS = _Database.Return_Datatable(sql)
|
||||
If DT_INDEXING_STEPS.Rows.Count > 0 Then
|
||||
@ -566,9 +660,15 @@ Public Class clsWorkEmail
|
||||
Next
|
||||
|
||||
Next
|
||||
If _worked_email = False Then
|
||||
If oFoundSomething = False Then
|
||||
Logger.Info($"None of the keywords was found...Keyword after Regex is '{0}'")
|
||||
End If
|
||||
If _worked_email = False And oFoundSomething = False Then
|
||||
Dim sql As String = String.Format("SELECT * FROM TBEMLP_POLL_INDEXING_STEPS WHERE STEP_ID = {0} AND ACTIVE = 1 AND USE_FOR_DIRECT_ANSWER = 1", POLL_STEP_GUID)
|
||||
DT_INDEXING_STEPS = _Database.Return_Datatable(sql)
|
||||
If DT_INDEXING_STEPS.Rows.Count >= 1 Then
|
||||
Logger.Info($"An index for direct answer was configured. Therefore it will be used...")
|
||||
End If
|
||||
WORK_INDEXING_STEPS()
|
||||
_worked_email = True
|
||||
End If
|
||||
@ -674,7 +774,7 @@ Public Class clsWorkEmail
|
||||
CURRENT_WM_DOC = Nothing
|
||||
Dim oWMDOC As WMObject
|
||||
Try
|
||||
oWMDOC = _windream.oSession.GetWMObjectByPath(WMEntity.WMEntityDocument, CURRENT_DOC_PATH.Substring(2))
|
||||
oWMDOC = _windream.oWMSession.GetWMObjectByPath(WMEntity.WMEntityDocument, CURRENT_DOC_PATH.Substring(2))
|
||||
CURRENT_WM_DOC = oWMDOC
|
||||
Return True
|
||||
Catch ex As Exception
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
75ca9606c59e96beda488f8b876cf3665b773d22
|
||||
9c16fe2374e1e996b351d980c60514ee4e15bd53
|
||||
|
||||
@ -17,6 +17,7 @@ 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
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -24,7 +24,7 @@ DigitalData.Modules.Logging
|
||||
</member>
|
||||
<member name="T:DigitalData.Modules.Logging.LogConfig">
|
||||
<module>LogConfig</module>
|
||||
<version>0.0.0.5</version>
|
||||
<version>0.0.0.7</version>
|
||||
<date>02.10.2018</date>
|
||||
<summary>
|
||||
Module that writes file-logs to different locations:
|
||||
@ -139,6 +139,13 @@ DigitalData.Modules.Logging
|
||||
</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.GetClassFullName">
|
||||
<summary>
|
||||
Gets the fully qualified name of the class invoking the calling method,
|
||||
|
||||
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
File diff suppressed because it is too large
Load Diff
@ -1,140 +0,0 @@
|
||||
2019-01-03 11:19:21|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:22|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:23|Firebird|DEBUG >> Connecting to database..
|
||||
2019-01-03 11:19:23|Firebird|DEBUG >> Connection sucessfully established!
|
||||
2019-01-03 11:19:23|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:19:23|clsWorker|DEBUG >> now windream_init......
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:23|clsWorker|DEBUG >> windream_initialized!
|
||||
2019-01-03 11:19:24|clsWorker|DEBUG >> count of active profiles: 1
|
||||
2019-01-03 11:19:24|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com
|
||||
2019-01-03 11:19:24|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:20:11|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|Firebird|DEBUG >> Connecting to database..
|
||||
2019-01-03 11:20:11|Firebird|DEBUG >> Connection sucessfully established!
|
||||
2019-01-03 11:20:11|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:20:11|clsWorker|DEBUG >> now windream_init......
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|clsWorker|DEBUG >> windream_initialized!
|
||||
2019-01-03 11:20:11|clsWorker|DEBUG >> count of active profiles: 1
|
||||
2019-01-03 11:20:11|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com
|
||||
2019-01-03 11:20:12|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:21:01|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|Firebird|DEBUG >> Connecting to database..
|
||||
2019-01-03 11:21:01|Firebird|DEBUG >> Connection sucessfully established!
|
||||
2019-01-03 11:21:01|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:01|clsWorker|DEBUG >> now windream_init......
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|clsWorker|DEBUG >> windream_initialized!
|
||||
2019-01-03 11:21:01|clsWorker|DEBUG >> count of active profiles: 1
|
||||
2019-01-03 11:21:01|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com
|
||||
2019-01-03 11:21:01|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:21:51|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|Firebird|DEBUG >> Connecting to database..
|
||||
2019-01-03 11:21:51|Firebird|DEBUG >> Connection sucessfully established!
|
||||
2019-01-03 11:21:51|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:51|clsWorker|DEBUG >> now windream_init......
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|clsWorker|DEBUG >> windream_initialized!
|
||||
2019-01-03 11:21:51|clsWorker|DEBUG >> count of active profiles: 1
|
||||
2019-01-03 11:21:51|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com
|
||||
2019-01-03 11:21:51|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT.....
|
||||
@ -1,28 +0,0 @@
|
||||
2019-01-03 11:19:24|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:19:27|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-03 11:19:27|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:20:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:20:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-03 11:20:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:21:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:21:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-03 11:21:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:21:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:21:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-03 11:21:52|clsWorker|WARN >> Error while polling emails....
|
||||
@ -1,26 +0,0 @@
|
||||
2019-01-03 11:19:02|MyService|INFO >> ## Service started ##
|
||||
2019-01-03 11:19:21|MyService|INFO >> ...Timer started.
|
||||
2019-01-03 11:19:21|MyService|INFO >> ## running thread......
|
||||
2019-01-03 11:19:24|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-03 11:19:24|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:19:24|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:19:27|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:19:27|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-03 11:20:11|MyService|INFO >> ## running thread......
|
||||
2019-01-03 11:20:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-03 11:20:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:20:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:20:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:20:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-03 11:21:01|MyService|INFO >> ## running thread......
|
||||
2019-01-03 11:21:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-03 11:21:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:21:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:21:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:21:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-03 11:21:51|MyService|INFO >> ## running thread......
|
||||
2019-01-03 11:21:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-03 11:21:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:21:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:21:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:21:52|clsWorker|INFO >> No emails for profile!
|
||||
File diff suppressed because it is too large
Load Diff
@ -1,854 +0,0 @@
|
||||
2019-01-04 12:27:32|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:27:34|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:27:34|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:28:22|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:28:23|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:28:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:29:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:29:13|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:30:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:30:03|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:30:03|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:30:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:30:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:30:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:31:42|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:31:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:31:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:32:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:32:33|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:32:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:33:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:33:23|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:33:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:34:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:34:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:34:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:35:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:35:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:35:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:35:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:35:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:35:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:36:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:36:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:36:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:37:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:37:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:37:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:38:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:38:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:38:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:39:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:39:14|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:39:14|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:40:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:40:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:40:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:40:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:40:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:40:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:41:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:41:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:41:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:42:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:42:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:42:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:43:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:43:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:43:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:44:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:44:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:44:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:45:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:45:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:45:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:45:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:45:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:45:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:46:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:46:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:46:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:47:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:47:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:47:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:48:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:48:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:48:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:49:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:49:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:49:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:50:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:50:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:50:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:50:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:50:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:50:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:51:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:51:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:51:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:52:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:52:33|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:52:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:53:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:53:25|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:53:25|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:54:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:54:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:54:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:55:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:55:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:55:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:55:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:55:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:55:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:56:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:56:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:56:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:57:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:57:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:57:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:58:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:58:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:58:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:59:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:59:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:59:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:00:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:00:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:00:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:00:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:00:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:00:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:01:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:01:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:01:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:02:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:02:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:02:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:03:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:03:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:03:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:04:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:04:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:05:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:05:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:05:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:05:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:05:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:05:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:06:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:06:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:06:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:07:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:07:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:07:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:08:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:08:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:08:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:09:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:09:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:09:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:10:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:10:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:10:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:10:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:10:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:10:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:11:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:11:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:11:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:12:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:12:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:12:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:13:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:13:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:13:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:14:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:14:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:14:13|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:15:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:15:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:15:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:15:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:15:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:15:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:16:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:16:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:16:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:17:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:17:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:17:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:18:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:18:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:18:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:19:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:19:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:19:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:20:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:20:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:20:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:20:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:20:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:20:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:21:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:21:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:21:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:22:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:22:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:22:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:23:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:23:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:23:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:24:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:24:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:24:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:25:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:25:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:25:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:25:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:25:53|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:25:53|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:26:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:26:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:26:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:27:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:27:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:27:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:28:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:28:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:28:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:29:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:29:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:29:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:30:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:30:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:30:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:30:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:30:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:30:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:31:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:31:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:31:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:32:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:32:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:32:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:33:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:33:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:33:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:34:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:34:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:34:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:35:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:35:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:35:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:35:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:35:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:35:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:36:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:36:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:36:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:37:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:37:33|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:37:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:38:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:38:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:38:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:39:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:39:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:39:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:40:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:40:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:40:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:40:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:40:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:40:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:41:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:41:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:41:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:42:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:42:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:42:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:43:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:43:23|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:43:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:44:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:44:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:44:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:45:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:45:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:45:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:45:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:45:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:45:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:46:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:46:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:46:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:47:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:47:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:47:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:48:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:48:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:48:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:49:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:49:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:49:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:50:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:50:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:50:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:50:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:50:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:50:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:51:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:51:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:51:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:52:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:52:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:52:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:53:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:53:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:53:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:54:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:54:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:54:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:55:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:55:03|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:55:03|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:55:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:55:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:55:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:56:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:56:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:56:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:57:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:57:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:57:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:58:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:58:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:58:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:59:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:59:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:59:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:00:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:00:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:00:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:00:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:00:53|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:00:53|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:01:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:01:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:01:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:02:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:02:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:02:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:03:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:03:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:03:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:04:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:04:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:05:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:05:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:05:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:05:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:05:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:05:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:06:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:06:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:06:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:07:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:07:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:07:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:08:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:08:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:08:22|clsWorker|WARN >> Error while polling emails....
|
||||
@ -1,732 +0,0 @@
|
||||
2019-01-04 12:27:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:27:32|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:27:32|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:27:32|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:27:34|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:27:34|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:28:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:28:22|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:28:22|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:28:22|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:28:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:28:23|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:29:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:29:13|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:29:13|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:30:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:30:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:30:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:30:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:30:03|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:30:03|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:30:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:30:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:30:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:30:52|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:30:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:30:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:31:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:31:42|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:31:42|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:31:42|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:31:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:31:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:32:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:32:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:32:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:32:32|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:32:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:32:33|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:33:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:33:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:33:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:33:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:33:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:33:23|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:34:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:34:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:34:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:34:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:34:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:34:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:35:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:35:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:35:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:35:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:35:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:35:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:35:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:35:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:35:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:35:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:35:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:35:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:36:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:36:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:36:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:36:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:36:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:36:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:37:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:37:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:37:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:37:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:37:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:37:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:38:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:38:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:38:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:38:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:38:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:38:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:39:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:39:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:39:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:39:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:39:14|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:39:14|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:40:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:40:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:40:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:40:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:40:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:40:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:40:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:40:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:40:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:40:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:40:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:40:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:41:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:41:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:41:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:41:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:41:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:41:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:42:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:42:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:42:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:42:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:42:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:42:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:43:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:43:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:43:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:43:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:43:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:43:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:44:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:44:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:44:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:44:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:44:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:44:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:45:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:45:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:45:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:45:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:45:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:45:03|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:45:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:45:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:45:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:45:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:45:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:45:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:46:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:46:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:46:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:46:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:46:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:46:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:47:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:47:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:47:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:47:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:47:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:47:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:48:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:48:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:48:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:48:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:48:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:48:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:49:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:49:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:49:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:49:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:49:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:49:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:50:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:50:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:50:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:50:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:50:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:50:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:50:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:50:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:50:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:50:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:50:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:50:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:51:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:51:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:51:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:51:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:51:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:51:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:52:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:52:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:52:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:52:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:52:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:52:33|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:53:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:53:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:53:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:53:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:53:25|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:53:25|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:54:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:54:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:54:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:54:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:54:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:54:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:55:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:55:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:55:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:55:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:55:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:55:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:55:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:55:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:55:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:55:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:55:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:55:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:56:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:56:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:56:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:56:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:56:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:56:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:57:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:57:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:57:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:57:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:57:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:57:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:58:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:58:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:58:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:58:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:58:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:58:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:59:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:59:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:59:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:59:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:59:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:59:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:00:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:00:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:00:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:00:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:00:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:00:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:00:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:00:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:00:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:00:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:00:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:00:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:01:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:01:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:01:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:01:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:01:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:01:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:02:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:02:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:02:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:02:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:02:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:02:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:03:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:03:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:03:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:03:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:03:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:03:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:04:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:04:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:04:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:04:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:04:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:05:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:05:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:05:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:05:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:05:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:05:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:05:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:05:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:05:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:05:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:05:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:05:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:06:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:06:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:06:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:06:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:06:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:06:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:07:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:07:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:07:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:07:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:07:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:07:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:08:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:08:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:08:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:08:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:08:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:08:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:09:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:09:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:09:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:09:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:09:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:09:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:10:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:10:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:10:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:10:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:10:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:10:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:10:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:10:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:10:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:10:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:10:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:10:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:11:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:11:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:11:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:11:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:11:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:11:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:12:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:12:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:12:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:12:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:12:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:12:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:13:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:13:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:13:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:13:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:13:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:13:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:14:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:14:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:14:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:14:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:14:13|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:14:13|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:15:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:15:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:15:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:15:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:15:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:15:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:15:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:15:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:15:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:15:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:15:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:15:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:16:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:16:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:16:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:16:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:16:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:16:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:17:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:17:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:17:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:17:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:17:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:17:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:18:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:18:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:18:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:18:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:18:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:18:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:19:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:19:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:19:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:19:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:19:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:19:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:20:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:20:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:20:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:20:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:20:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:20:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:20:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:20:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:20:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:20:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:20:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:20:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:21:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:21:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:21:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:21:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:21:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:21:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:22:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:22:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:22:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:22:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:22:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:22:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:23:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:23:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:23:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:23:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:23:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:23:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:24:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:24:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:24:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:24:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:24:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:24:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:25:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:25:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:25:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:25:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:25:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:25:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:25:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:25:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:25:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:25:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:25:53|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:25:53|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:26:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:26:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:26:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:26:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:26:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:26:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:27:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:27:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:27:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:27:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:27:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:27:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:28:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:28:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:28:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:28:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:28:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:28:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:29:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:29:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:29:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:29:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:29:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:29:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:30:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:30:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:30:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:30:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:30:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:30:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:30:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:30:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:30:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:30:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:30:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:30:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:31:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:31:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:31:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:31:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:31:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:31:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:32:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:32:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:32:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:32:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:32:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:32:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:33:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:33:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:33:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:33:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:33:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:33:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:34:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:34:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:34:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:34:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:34:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:34:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:35:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:35:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:35:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:35:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:35:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:35:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:35:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:35:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:35:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:35:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:35:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:35:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:36:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:36:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:36:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:36:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:36:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:36:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:37:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:37:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:37:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:37:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:37:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:37:33|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:38:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:38:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:38:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:38:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:38:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:38:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:39:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:39:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:39:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:39:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:39:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:39:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:40:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:40:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:40:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:40:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:40:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:40:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:40:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:40:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:40:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:40:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:40:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:40:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:41:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:41:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:41:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:41:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:41:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:41:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:42:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:42:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:42:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:42:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:42:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:42:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:43:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:43:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:43:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:43:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:43:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:43:23|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:44:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:44:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:44:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:44:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:44:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:44:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:45:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:45:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:45:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:45:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:45:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:45:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:45:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:45:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:45:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:45:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:45:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:45:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:46:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:46:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:46:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:46:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:46:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:46:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:47:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:47:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:47:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:47:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:47:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:47:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:48:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:48:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:48:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:48:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:48:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:48:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:49:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:49:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:49:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:49:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:49:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:49:13|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:50:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:50:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:50:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:50:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:50:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:50:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:50:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:50:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:50:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:50:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:50:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:50:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:51:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:51:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:51:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:51:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:51:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:51:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:52:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:52:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:52:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:52:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:52:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:52:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:53:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:53:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:53:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:53:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:53:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:53:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:54:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:54:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:54:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:54:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:54:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:54:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:55:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:55:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:55:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:55:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:55:03|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:55:03|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:55:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:55:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:55:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:55:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:55:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:55:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:56:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:56:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:56:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:56:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:56:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:56:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:57:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:57:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:57:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:57:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:57:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:57:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:58:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:58:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:58:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:58:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:58:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:58:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:59:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:59:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:59:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:59:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:59:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:59:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:00:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:00:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:00:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:00:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:00:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:00:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:00:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:00:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:00:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:00:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:00:53|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:00:53|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:01:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:01:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:01:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:01:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:01:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:01:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:02:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:02:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:02:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:02:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:02:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:02:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:03:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:03:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:03:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:03:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:03:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:03:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:04:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:04:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:04:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:04:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:04:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:05:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:05:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:05:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:05:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:05:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:05:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:05:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:05:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:05:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:05:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:05:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:05:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:06:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:06:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:06:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:06:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:06:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:06:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:07:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:07:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:07:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:07:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:07:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:07:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:08:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:08:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:08:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:08:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:08:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:08:22|clsWorker|INFO >> No emails for profile!
|
||||
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
194f0e0b9909d26a065a24a0efa14204b59b0794
|
||||
726758b03f9473bdaf596fc9d5f7f7e814dacdb1
|
||||
|
||||
@ -18,7 +18,6 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_E
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.EMLProfiler.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Independentsoft.Email.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Interop.WINDREAMLib.dll
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user