MS Limilabs etc

This commit is contained in:
2021-10-22 15:24:49 +02:00
parent f2825b9d09
commit fb6f2558f2
449 changed files with 459298 additions and 427010 deletions

View File

@@ -32,6 +32,9 @@
<setting name="USE_WM" serializeAs="String">
<value>False</value>
</setting>
<setting name="EmailAccountID" serializeAs="String">
<value>2</value>
</setting>
</SERV_EMAIL.My.MySettings>
</applicationSettings>
</configuration>

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.3.0.0")>
<Assembly: AssemblyVersion("2.4.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")>

View File

@@ -15,7 +15,7 @@ Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0"), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.10.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
@@ -118,6 +118,15 @@ Namespace My
Return CType(Me("USE_WM"),Boolean)
End Get
End Property
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Configuration.DefaultSettingValueAttribute("2")> _
Public ReadOnly Property EmailAccountID() As Integer
Get
Return CType(Me("EmailAccountID"),Integer)
End Get
End Property
End Class
End Namespace

View File

@@ -28,5 +28,8 @@
<Setting Name="USE_WM" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="EmailAccountID" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">2</Value>
</Setting>
</Settings>
</SettingsFile>

View File

@@ -54,7 +54,8 @@ Public Class MyService
_database = New clsDatabase(MyLogger, My.Settings.MyConnectionString)
_email = New clsEmail(MyLogger)
Logger.Debug("_database and _email initialized")
_workmail = New clsWorkEmail(MyLogger, My.Settings.MyConnectionString, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW, My.Settings.USE_WM)
_workmail = New clsWorkEmail(MyLogger, My.Settings.MyConnectionString, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW,
My.Settings.USE_WM, My.Settings.EmailAccountID)
Logger.Debug("_workmail initialized")
If _database.Init(My.Settings.MyConnectionString) = False Then
Logger.Warn("ATTENTION: No Connection was established '" & My.Settings.MyConnectionString & "'!")
@@ -89,7 +90,7 @@ Public Class MyService
Public Sub RUN_THREAD(ByVal sender As Object, ByVal e As System.ComponentModel.DoWorkEventArgs)
Try
Dim notcompleted As Boolean = False
Dim _work As New clsWorker(MyLogger, My.Settings.MyConnectionString, 0, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW, My.Settings.USE_WM)
Dim _work As New clsWorker(MyLogger, My.Settings.MyConnectionString, 0, My.Settings.FB_DATASOURCE, My.Settings.FB_DATABASE, My.Settings.FB_USER, My.Settings.FB_PW, My.Settings.USE_WM, My.Settings.EmailAccountID)
_work.Start_WorkingProfiles()
Catch ex As Exception
Logger.Error(ex)

View File

@@ -47,8 +47,9 @@
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="DigitalData.EMLProfiler">
<HintPath>..\DigitalData.EMLProfiler\bin\Debug\DigitalData.EMLProfiler.dll</HintPath>
<Reference Include="DigitalData.EMLProfiler, Version=3.3.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DigitalData.EMLProfiler\bin\Release\DigitalData.EMLProfiler.dll</HintPath>
</Reference>
<Reference Include="DigitalData.Modules.Logging, Version=0.0.0.1, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -1,497 +0,0 @@
2019-04-10 18:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:08: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-04-10 18:08:03|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:12:59|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-04-10 18:12:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:18:00|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-04-10 18:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:23:00|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-04-10 18:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:28:00|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-04-10 18:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:32:59|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-04-10 18:32:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:38:00|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-04-10 18:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:42:59|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-04-10 18:42:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:48:00|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-04-10 18:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:52:59|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-04-10 18:52:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:57:59|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-04-10 18:57:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:03:00|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-04-10 19:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:08:00|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-04-10 19:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:13:00|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-04-10 19:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:18:00|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-04-10 19:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:23:00|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-04-10 19:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:28:00|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-04-10 19:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:32:59|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-04-10 19:32:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:37:59|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-04-10 19:37:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:43:00|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-04-10 19:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:48:00|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-04-10 19:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:52:59|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-04-10 19:52:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:58:00|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-04-10 19:58:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:03:00|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-04-10 20:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:08:00|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-04-10 20:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:13:00|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-04-10 20:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:18:00|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-04-10 20:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:22:59|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-04-10 20:22:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:28:00|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-04-10 20:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:33:00|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-04-10 20:33:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:38:00|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-04-10 20:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:43:00|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-04-10 20:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:48:00|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-04-10 20:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:53:00|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-04-10 20:53:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:58:00|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-04-10 20:58:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:03:00|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-04-10 21:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:08:00|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-04-10 21:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:13:00|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-04-10 21:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:18:00|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-04-10 21:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:23:00|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-04-10 21:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:28:00|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-04-10 21:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:33:00|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-04-10 21:33:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:38:00|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-04-10 21:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:43:00|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-04-10 21:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:48:00|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-04-10 21:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:53:00|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-04-10 21:53:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:58:01|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-04-10 21:58:01|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:03:00|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-04-10 22:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:08:00|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-04-10 22:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:13:00|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-04-10 22:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:18:00|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-04-10 22:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:23:00|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-04-10 22:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:28:00|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-04-10 22:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:33:00|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-04-10 22:33:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:38:00|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-04-10 22:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:43:00|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-04-10 22:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:48:00|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-04-10 22:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:53:00|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-04-10 22:53:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:58:00|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-04-10 22:58:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:03:00|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-04-10 23:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:08:00|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-04-10 23:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:13:00|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-04-10 23:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:18:00|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-04-10 23:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:23:00|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-04-10 23:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:28:00|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-04-10 23:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:33:00|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-04-10 23:33:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:38:00|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-04-10 23:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:43:00|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-04-10 23:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:48:00|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-04-10 23:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:53:00|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-04-10 23:53:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:58:00|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-04-10 23:58:00|clsWorker|WARN >> Error while polling emails....

View File

@@ -1,500 +0,0 @@
2019-04-10 18:07:38|MyService|INFO >> ## Service started ##
2019-04-10 18:07:51|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:07:59|MyService|INFO >> ...Timer started.
2019-04-10 18:07:59|MyService|INFO >> ## running thread......
2019-04-10 18:07:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:08:03|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:08:03|clsWorker|INFO >> No emails for profile!
2019-04-10 18:12:59|MyService|INFO >> ## running thread......
2019-04-10 18:12:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:12:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:12:59|clsWorker|INFO >> No emails for profile!
2019-04-10 18:17:59|MyService|INFO >> ## running thread......
2019-04-10 18:17:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:18:00|clsWorker|INFO >> No emails for profile!
2019-04-10 18:22:59|MyService|INFO >> ## running thread......
2019-04-10 18:22:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:23:00|clsWorker|INFO >> No emails for profile!
2019-04-10 18:27:59|MyService|INFO >> ## running thread......
2019-04-10 18:27:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:28:00|clsWorker|INFO >> No emails for profile!
2019-04-10 18:32:59|MyService|INFO >> ## running thread......
2019-04-10 18:32:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:32:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:32:59|clsWorker|INFO >> No emails for profile!
2019-04-10 18:37:59|MyService|INFO >> ## running thread......
2019-04-10 18:37:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:38:00|clsWorker|INFO >> No emails for profile!
2019-04-10 18:42:59|MyService|INFO >> ## running thread......
2019-04-10 18:42:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:42:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:42:59|clsWorker|INFO >> No emails for profile!
2019-04-10 18:47:59|MyService|INFO >> ## running thread......
2019-04-10 18:47:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:48:00|clsWorker|INFO >> No emails for profile!
2019-04-10 18:52:59|MyService|INFO >> ## running thread......
2019-04-10 18:52:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:52:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:52:59|clsWorker|INFO >> No emails for profile!
2019-04-10 18:57:59|MyService|INFO >> ## running thread......
2019-04-10 18:57:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 18:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 18:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 18:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 18:57:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 18:57:59|clsWorker|INFO >> No emails for profile!
2019-04-10 19:02:59|MyService|INFO >> ## running thread......
2019-04-10 19:02:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:03:00|clsWorker|INFO >> No emails for profile!
2019-04-10 19:07:59|MyService|INFO >> ## running thread......
2019-04-10 19:07:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:08:00|clsWorker|INFO >> No emails for profile!
2019-04-10 19:12:59|MyService|INFO >> ## running thread......
2019-04-10 19:12:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:13:00|clsWorker|INFO >> No emails for profile!
2019-04-10 19:17:59|MyService|INFO >> ## running thread......
2019-04-10 19:17:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:18:00|clsWorker|INFO >> No emails for profile!
2019-04-10 19:22:59|MyService|INFO >> ## running thread......
2019-04-10 19:22:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:23:00|clsWorker|INFO >> No emails for profile!
2019-04-10 19:27:59|MyService|INFO >> ## running thread......
2019-04-10 19:27:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:28:00|clsWorker|INFO >> No emails for profile!
2019-04-10 19:32:59|MyService|INFO >> ## running thread......
2019-04-10 19:32:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:32:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:32:59|clsWorker|INFO >> No emails for profile!
2019-04-10 19:37:59|MyService|INFO >> ## running thread......
2019-04-10 19:37:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:37:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:37:59|clsWorker|INFO >> No emails for profile!
2019-04-10 19:42:59|MyService|INFO >> ## running thread......
2019-04-10 19:42:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:43:00|clsWorker|INFO >> No emails for profile!
2019-04-10 19:47:59|MyService|INFO >> ## running thread......
2019-04-10 19:47:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:48:00|clsWorker|INFO >> No emails for profile!
2019-04-10 19:52:59|MyService|INFO >> ## running thread......
2019-04-10 19:52:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:52:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:52:59|clsWorker|INFO >> No emails for profile!
2019-04-10 19:57:59|MyService|INFO >> ## running thread......
2019-04-10 19:57:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 19:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 19:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 19:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 19:58:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 19:58:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:02:59|MyService|INFO >> ## running thread......
2019-04-10 20:02:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:03:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:07:59|MyService|INFO >> ## running thread......
2019-04-10 20:07:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:08:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:12:59|MyService|INFO >> ## running thread......
2019-04-10 20:12:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:13:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:17:59|MyService|INFO >> ## running thread......
2019-04-10 20:17:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:18:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:22:59|MyService|INFO >> ## running thread......
2019-04-10 20:22:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:22:59|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:22:59|clsWorker|INFO >> No emails for profile!
2019-04-10 20:27:59|MyService|INFO >> ## running thread......
2019-04-10 20:27:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:28:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:32:59|MyService|INFO >> ## running thread......
2019-04-10 20:32:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:33:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:33:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:37:59|MyService|INFO >> ## running thread......
2019-04-10 20:37:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:38:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:42:59|MyService|INFO >> ## running thread......
2019-04-10 20:42:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:43:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:47:59|MyService|INFO >> ## running thread......
2019-04-10 20:47:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:48:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:52:59|MyService|INFO >> ## running thread......
2019-04-10 20:52:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:53:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:53:00|clsWorker|INFO >> No emails for profile!
2019-04-10 20:57:59|MyService|INFO >> ## running thread......
2019-04-10 20:57:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 20:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 20:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 20:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 20:58:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 20:58:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:02:59|MyService|INFO >> ## running thread......
2019-04-10 21:02:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:03:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:07:59|MyService|INFO >> ## running thread......
2019-04-10 21:07:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:08:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:12:59|MyService|INFO >> ## running thread......
2019-04-10 21:12:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:13:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:17:59|MyService|INFO >> ## running thread......
2019-04-10 21:17:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:18:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:22:59|MyService|INFO >> ## running thread......
2019-04-10 21:22:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:23:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:27:59|MyService|INFO >> ## running thread......
2019-04-10 21:27:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:28:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:32:59|MyService|INFO >> ## running thread......
2019-04-10 21:32:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:33:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:33:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:37:59|MyService|INFO >> ## running thread......
2019-04-10 21:37:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:38:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:42:59|MyService|INFO >> ## running thread......
2019-04-10 21:42:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:43:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:47:59|MyService|INFO >> ## running thread......
2019-04-10 21:47:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:48:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:52:59|MyService|INFO >> ## running thread......
2019-04-10 21:52:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:53:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:53:00|clsWorker|INFO >> No emails for profile!
2019-04-10 21:57:59|MyService|INFO >> ## running thread......
2019-04-10 21:57:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 21:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 21:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 21:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 21:58:01|clsWorker|WARN >> Error while polling emails....
2019-04-10 21:58:01|clsWorker|INFO >> No emails for profile!
2019-04-10 22:02:59|MyService|INFO >> ## running thread......
2019-04-10 22:02:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:03:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:07:59|MyService|INFO >> ## running thread......
2019-04-10 22:07:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:08:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:12:59|MyService|INFO >> ## running thread......
2019-04-10 22:12:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:13:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:17:59|MyService|INFO >> ## running thread......
2019-04-10 22:17:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:18:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:22:59|MyService|INFO >> ## running thread......
2019-04-10 22:22:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:23:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:27:59|MyService|INFO >> ## running thread......
2019-04-10 22:27:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:28:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:32:59|MyService|INFO >> ## running thread......
2019-04-10 22:32:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:33:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:33:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:37:59|MyService|INFO >> ## running thread......
2019-04-10 22:37:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:38:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:42:59|MyService|INFO >> ## running thread......
2019-04-10 22:42:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:43:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:47:59|MyService|INFO >> ## running thread......
2019-04-10 22:47:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:48:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:52:59|MyService|INFO >> ## running thread......
2019-04-10 22:52:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:53:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:53:00|clsWorker|INFO >> No emails for profile!
2019-04-10 22:57:59|MyService|INFO >> ## running thread......
2019-04-10 22:57:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 22:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 22:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 22:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 22:58:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 22:58:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:02:59|MyService|INFO >> ## running thread......
2019-04-10 23:02:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:03:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:03:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:07:59|MyService|INFO >> ## running thread......
2019-04-10 23:07:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:08:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:08:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:12:59|MyService|INFO >> ## running thread......
2019-04-10 23:12:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:13:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:13:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:17:59|MyService|INFO >> ## running thread......
2019-04-10 23:17:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:18:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:18:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:22:59|MyService|INFO >> ## running thread......
2019-04-10 23:22:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:23:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:23:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:27:59|MyService|INFO >> ## running thread......
2019-04-10 23:27:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:28:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:28:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:32:59|MyService|INFO >> ## running thread......
2019-04-10 23:32:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:33:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:33:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:37:59|MyService|INFO >> ## running thread......
2019-04-10 23:37:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:38:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:38:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:42:59|MyService|INFO >> ## running thread......
2019-04-10 23:42:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:43:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:43:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:47:59|MyService|INFO >> ## running thread......
2019-04-10 23:47:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:48:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:48:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:52:59|MyService|INFO >> ## running thread......
2019-04-10 23:52:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:53:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:53:00|clsWorker|INFO >> No emails for profile!
2019-04-10 23:57:59|MyService|INFO >> ## running thread......
2019-04-10 23:57:59|clsWorkEmail|INFO >> Detail-Log is on
2019-04-10 23:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-10 23:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-10 23:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-10 23:58:00|clsWorker|WARN >> Error while polling emails....
2019-04-10 23:58:00|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

View File

@@ -1,791 +0,0 @@
2019-04-15 14:36:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:36:10|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-04-15 14:36:10|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:41:05|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:41:06|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-04-15 14:41:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:46:06|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-04-15 14:46:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:51:06|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-04-15 14:51:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:56:05|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-04-15 14:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:01:05|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-04-15 15:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:06:05|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-04-15 15:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:11:05|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-04-15 15:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:16:05|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-04-15 15:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:21:05|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-04-15 15:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:26:05|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-04-15 15:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:31:05|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-04-15 15:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:36:06|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-04-15 15:36:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:41:05|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-04-15 15:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:46:05|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-04-15 15:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:51:05|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-04-15 15:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:56:06|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-04-15 15:56:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:01:05|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-04-15 16:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:06:05|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-04-15 16:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:11:05|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-04-15 16:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:16:05|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-04-15 16:16:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:21:05|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-04-15 16:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:26:05|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-04-15 16:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:31:05|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-04-15 16:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:36:05|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-04-15 16:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:41:05|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-04-15 16:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:46:05|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-04-15 16:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:51:05|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-04-15 16:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:56:06|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-04-15 16:56:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:01:05|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-04-15 17:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:06:05|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-04-15 17:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:11:05|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-04-15 17:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:16:05|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-04-15 17:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:21:05|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-04-15 17:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:26:05|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-04-15 17:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:31:05|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-04-15 17:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:36:05|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-04-15 17:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:41:05|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-04-15 17:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:46:05|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-04-15 17:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:51:05|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-04-15 17:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:56:05|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-04-15 17:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:01:05|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-04-15 18:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:06:05|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-04-15 18:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:11:05|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-04-15 18:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:16:05|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-04-15 18:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:21:05|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-04-15 18:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:26:05|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-04-15 18:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:31:05|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-04-15 18:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:36:05|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-04-15 18:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:41:05|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-04-15 18:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:46:05|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-04-15 18:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:51:05|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-04-15 18:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:56:05|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-04-15 18:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:01:05|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-04-15 19:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:06:05|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-04-15 19:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:11:05|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-04-15 19:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:16:05|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-04-15 19:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:21:05|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-04-15 19:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:26:05|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-04-15 19:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:31:05|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-04-15 19:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:36:05|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-04-15 19:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:41:05|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-04-15 19:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:46:05|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-04-15 19:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:51:05|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-04-15 19:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:56:05|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-04-15 19:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:01:05|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-04-15 20:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:06:05|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-04-15 20:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:11:05|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-04-15 20:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:16:05|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-04-15 20:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:21:05|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-04-15 20:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:26:05|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-04-15 20:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:31:05|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-04-15 20:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:36:05|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-04-15 20:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:41:05|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-04-15 20:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:46:05|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-04-15 20:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:51:05|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-04-15 20:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:56:05|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-04-15 20:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:01:04|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-04-15 21:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:06:04|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-04-15 21:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:11:05|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-04-15 21:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:16:05|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-04-15 21:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:21:05|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-04-15 21:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:26:05|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-04-15 21:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:31:04|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-04-15 21:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:36:05|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-04-15 21:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:41:04|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-04-15 21:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:46:04|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-04-15 21:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:51:04|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-04-15 21:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:56:05|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-04-15 21:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:01:04|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-04-15 22:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:06:04|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-04-15 22:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:11:04|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-04-15 22:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:16:05|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-04-15 22:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:21:04|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-04-15 22:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:26:05|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-04-15 22:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:31:05|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-04-15 22:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:36:05|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-04-15 22:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:41:04|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-04-15 22:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:46:04|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-04-15 22:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:51:04|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-04-15 22:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:56:05|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-04-15 22:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:01:04|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-04-15 23:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:06:04|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-04-15 23:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:11:04|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-04-15 23:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:16:05|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-04-15 23:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:21:04|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-04-15 23:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:26:04|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-04-15 23:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:31:05|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-04-15 23:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:36:05|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-04-15 23:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:41:04|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-04-15 23:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:46:04|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-04-15 23:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:51:04|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-04-15 23:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:56:05|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-04-15 23:56:05|clsWorker|WARN >> Error while polling emails....

View File

@@ -1,791 +0,0 @@
2019-04-15 14:36:06|MyService|INFO >> ## running thread......
2019-04-15 14:36:07|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 14:36:07|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 14:36:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:36:08|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 14:36:10|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:36:10|clsWorker|INFO >> No emails for profile!
2019-04-15 14:41:05|MyService|INFO >> ## running thread......
2019-04-15 14:41:05|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 14:41:05|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 14:41:05|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:41:05|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 14:41:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:41:06|clsWorker|INFO >> No emails for profile!
2019-04-15 14:46:04|MyService|INFO >> ## running thread......
2019-04-15 14:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 14:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 14:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 14:46:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:46:06|clsWorker|INFO >> No emails for profile!
2019-04-15 14:51:04|MyService|INFO >> ## running thread......
2019-04-15 14:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 14:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 14:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 14:51:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:51:06|clsWorker|INFO >> No emails for profile!
2019-04-15 14:56:04|MyService|INFO >> ## running thread......
2019-04-15 14:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 14:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 14:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 14:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 14:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 14:56:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:01:04|MyService|INFO >> ## running thread......
2019-04-15 15:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:01:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:06:04|MyService|INFO >> ## running thread......
2019-04-15 15:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:06:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:11:04|MyService|INFO >> ## running thread......
2019-04-15 15:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:11:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:16:04|MyService|INFO >> ## running thread......
2019-04-15 15:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:16:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:21:04|MyService|INFO >> ## running thread......
2019-04-15 15:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:21:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:26:04|MyService|INFO >> ## running thread......
2019-04-15 15:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:26:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:31:04|MyService|INFO >> ## running thread......
2019-04-15 15:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:31:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:36:04|MyService|INFO >> ## running thread......
2019-04-15 15:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:36:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:36:06|clsWorker|INFO >> No emails for profile!
2019-04-15 15:41:04|MyService|INFO >> ## running thread......
2019-04-15 15:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:41:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:46:04|MyService|INFO >> ## running thread......
2019-04-15 15:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:46:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:51:04|MyService|INFO >> ## running thread......
2019-04-15 15:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:51:05|clsWorker|INFO >> No emails for profile!
2019-04-15 15:56:04|MyService|INFO >> ## running thread......
2019-04-15 15:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 15:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 15:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 15:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 15:56:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 15:56:06|clsWorker|INFO >> No emails for profile!
2019-04-15 16:01:04|MyService|INFO >> ## running thread......
2019-04-15 16:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:01:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:06:04|MyService|INFO >> ## running thread......
2019-04-15 16:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:06:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:11:04|MyService|INFO >> ## running thread......
2019-04-15 16:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:11:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:16:04|MyService|INFO >> ## running thread......
2019-04-15 16:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:16:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:16:06|clsWorker|INFO >> No emails for profile!
2019-04-15 16:21:04|MyService|INFO >> ## running thread......
2019-04-15 16:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:21:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:26:04|MyService|INFO >> ## running thread......
2019-04-15 16:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:26:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:31:04|MyService|INFO >> ## running thread......
2019-04-15 16:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:31:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:36:04|MyService|INFO >> ## running thread......
2019-04-15 16:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:36:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:41:04|MyService|INFO >> ## running thread......
2019-04-15 16:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:41:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:46:04|MyService|INFO >> ## running thread......
2019-04-15 16:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:46:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:51:04|MyService|INFO >> ## running thread......
2019-04-15 16:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:51:05|clsWorker|INFO >> No emails for profile!
2019-04-15 16:56:04|MyService|INFO >> ## running thread......
2019-04-15 16:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 16:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 16:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 16:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 16:56:06|clsWorker|WARN >> Error while polling emails....
2019-04-15 16:56:06|clsWorker|INFO >> No emails for profile!
2019-04-15 17:01:04|MyService|INFO >> ## running thread......
2019-04-15 17:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:01:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:06:04|MyService|INFO >> ## running thread......
2019-04-15 17:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:06:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:11:04|MyService|INFO >> ## running thread......
2019-04-15 17:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:11:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:16:04|MyService|INFO >> ## running thread......
2019-04-15 17:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:16:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:21:04|MyService|INFO >> ## running thread......
2019-04-15 17:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:21:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:26:04|MyService|INFO >> ## running thread......
2019-04-15 17:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:26:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:31:04|MyService|INFO >> ## running thread......
2019-04-15 17:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:31:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:36:04|MyService|INFO >> ## running thread......
2019-04-15 17:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:36:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:41:04|MyService|INFO >> ## running thread......
2019-04-15 17:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:41:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:46:04|MyService|INFO >> ## running thread......
2019-04-15 17:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:46:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:51:04|MyService|INFO >> ## running thread......
2019-04-15 17:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:51:05|clsWorker|INFO >> No emails for profile!
2019-04-15 17:56:04|MyService|INFO >> ## running thread......
2019-04-15 17:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 17:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 17:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 17:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 17:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 17:56:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:01:04|MyService|INFO >> ## running thread......
2019-04-15 18:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:01:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:06:04|MyService|INFO >> ## running thread......
2019-04-15 18:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:06:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:11:04|MyService|INFO >> ## running thread......
2019-04-15 18:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:11:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:16:04|MyService|INFO >> ## running thread......
2019-04-15 18:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:16:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:21:04|MyService|INFO >> ## running thread......
2019-04-15 18:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:21:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:26:04|MyService|INFO >> ## running thread......
2019-04-15 18:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:26:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:31:04|MyService|INFO >> ## running thread......
2019-04-15 18:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:31:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:36:04|MyService|INFO >> ## running thread......
2019-04-15 18:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:36:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:41:04|MyService|INFO >> ## running thread......
2019-04-15 18:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:41:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:46:04|MyService|INFO >> ## running thread......
2019-04-15 18:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:46:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:51:04|MyService|INFO >> ## running thread......
2019-04-15 18:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:51:05|clsWorker|INFO >> No emails for profile!
2019-04-15 18:56:04|MyService|INFO >> ## running thread......
2019-04-15 18:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 18:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 18:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 18:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 18:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 18:56:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:01:04|MyService|INFO >> ## running thread......
2019-04-15 19:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:01:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:06:04|MyService|INFO >> ## running thread......
2019-04-15 19:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:06:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:11:04|MyService|INFO >> ## running thread......
2019-04-15 19:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:11:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:16:04|MyService|INFO >> ## running thread......
2019-04-15 19:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:16:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:21:04|MyService|INFO >> ## running thread......
2019-04-15 19:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:21:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:26:04|MyService|INFO >> ## running thread......
2019-04-15 19:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:26:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:31:04|MyService|INFO >> ## running thread......
2019-04-15 19:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:31:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:36:04|MyService|INFO >> ## running thread......
2019-04-15 19:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:36:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:41:04|MyService|INFO >> ## running thread......
2019-04-15 19:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:41:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:46:04|MyService|INFO >> ## running thread......
2019-04-15 19:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:46:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:51:04|MyService|INFO >> ## running thread......
2019-04-15 19:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:51:05|clsWorker|INFO >> No emails for profile!
2019-04-15 19:56:04|MyService|INFO >> ## running thread......
2019-04-15 19:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 19:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 19:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 19:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 19:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 19:56:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:01:04|MyService|INFO >> ## running thread......
2019-04-15 20:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:01:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:06:04|MyService|INFO >> ## running thread......
2019-04-15 20:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:06:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:11:04|MyService|INFO >> ## running thread......
2019-04-15 20:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:11:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:16:04|MyService|INFO >> ## running thread......
2019-04-15 20:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:16:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:21:04|MyService|INFO >> ## running thread......
2019-04-15 20:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:21:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:26:04|MyService|INFO >> ## running thread......
2019-04-15 20:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:26:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:31:04|MyService|INFO >> ## running thread......
2019-04-15 20:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:31:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:36:04|MyService|INFO >> ## running thread......
2019-04-15 20:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:36:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:41:04|MyService|INFO >> ## running thread......
2019-04-15 20:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:41:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:41:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:46:04|MyService|INFO >> ## running thread......
2019-04-15 20:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:46:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:51:04|MyService|INFO >> ## running thread......
2019-04-15 20:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:51:05|clsWorker|INFO >> No emails for profile!
2019-04-15 20:56:04|MyService|INFO >> ## running thread......
2019-04-15 20:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 20:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 20:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 20:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 20:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 20:56:05|clsWorker|INFO >> No emails for profile!
2019-04-15 21:01:04|MyService|INFO >> ## running thread......
2019-04-15 21:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:01:04|clsWorker|INFO >> No emails for profile!
2019-04-15 21:06:04|MyService|INFO >> ## running thread......
2019-04-15 21:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:06:04|clsWorker|INFO >> No emails for profile!
2019-04-15 21:11:04|MyService|INFO >> ## running thread......
2019-04-15 21:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:11:05|clsWorker|INFO >> No emails for profile!
2019-04-15 21:16:04|MyService|INFO >> ## running thread......
2019-04-15 21:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:16:05|clsWorker|INFO >> No emails for profile!
2019-04-15 21:21:04|MyService|INFO >> ## running thread......
2019-04-15 21:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:21:05|clsWorker|INFO >> No emails for profile!
2019-04-15 21:26:04|MyService|INFO >> ## running thread......
2019-04-15 21:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:26:05|clsWorker|INFO >> No emails for profile!
2019-04-15 21:31:04|MyService|INFO >> ## running thread......
2019-04-15 21:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:31:04|clsWorker|INFO >> No emails for profile!
2019-04-15 21:36:04|MyService|INFO >> ## running thread......
2019-04-15 21:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:36:05|clsWorker|INFO >> No emails for profile!
2019-04-15 21:41:04|MyService|INFO >> ## running thread......
2019-04-15 21:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:41:04|clsWorker|INFO >> No emails for profile!
2019-04-15 21:46:04|MyService|INFO >> ## running thread......
2019-04-15 21:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:46:04|clsWorker|INFO >> No emails for profile!
2019-04-15 21:51:04|MyService|INFO >> ## running thread......
2019-04-15 21:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:51:04|clsWorker|INFO >> No emails for profile!
2019-04-15 21:56:04|MyService|INFO >> ## running thread......
2019-04-15 21:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 21:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 21:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 21:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 21:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 21:56:05|clsWorker|INFO >> No emails for profile!
2019-04-15 22:01:04|MyService|INFO >> ## running thread......
2019-04-15 22:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:01:04|clsWorker|INFO >> No emails for profile!
2019-04-15 22:06:04|MyService|INFO >> ## running thread......
2019-04-15 22:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:06:04|clsWorker|INFO >> No emails for profile!
2019-04-15 22:11:04|MyService|INFO >> ## running thread......
2019-04-15 22:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:11:04|clsWorker|INFO >> No emails for profile!
2019-04-15 22:16:04|MyService|INFO >> ## running thread......
2019-04-15 22:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:16:05|clsWorker|INFO >> No emails for profile!
2019-04-15 22:21:04|MyService|INFO >> ## running thread......
2019-04-15 22:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:21:04|clsWorker|INFO >> No emails for profile!
2019-04-15 22:26:04|MyService|INFO >> ## running thread......
2019-04-15 22:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:26:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:26:05|clsWorker|INFO >> No emails for profile!
2019-04-15 22:31:04|MyService|INFO >> ## running thread......
2019-04-15 22:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:31:05|clsWorker|INFO >> No emails for profile!
2019-04-15 22:36:04|MyService|INFO >> ## running thread......
2019-04-15 22:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:36:05|clsWorker|INFO >> No emails for profile!
2019-04-15 22:41:04|MyService|INFO >> ## running thread......
2019-04-15 22:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:41:04|clsWorker|INFO >> No emails for profile!
2019-04-15 22:46:04|MyService|INFO >> ## running thread......
2019-04-15 22:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:46:04|clsWorker|INFO >> No emails for profile!
2019-04-15 22:51:04|MyService|INFO >> ## running thread......
2019-04-15 22:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:51:04|clsWorker|INFO >> No emails for profile!
2019-04-15 22:56:04|MyService|INFO >> ## running thread......
2019-04-15 22:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 22:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 22:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 22:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 22:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 22:56:05|clsWorker|INFO >> No emails for profile!
2019-04-15 23:01:04|MyService|INFO >> ## running thread......
2019-04-15 23:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:01:04|clsWorker|INFO >> No emails for profile!
2019-04-15 23:06:04|MyService|INFO >> ## running thread......
2019-04-15 23:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:06:04|clsWorker|INFO >> No emails for profile!
2019-04-15 23:11:04|MyService|INFO >> ## running thread......
2019-04-15 23:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:11:04|clsWorker|INFO >> No emails for profile!
2019-04-15 23:16:04|MyService|INFO >> ## running thread......
2019-04-15 23:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:16:05|clsWorker|INFO >> No emails for profile!
2019-04-15 23:21:04|MyService|INFO >> ## running thread......
2019-04-15 23:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:21:04|clsWorker|INFO >> No emails for profile!
2019-04-15 23:26:04|MyService|INFO >> ## running thread......
2019-04-15 23:26:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:26:04|clsWorker|INFO >> No emails for profile!
2019-04-15 23:31:04|MyService|INFO >> ## running thread......
2019-04-15 23:31:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:31:05|clsWorker|INFO >> No emails for profile!
2019-04-15 23:36:04|MyService|INFO >> ## running thread......
2019-04-15 23:36:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:36:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:36:05|clsWorker|INFO >> No emails for profile!
2019-04-15 23:41:04|MyService|INFO >> ## running thread......
2019-04-15 23:41:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:41:04|clsWorker|INFO >> No emails for profile!
2019-04-15 23:46:04|MyService|INFO >> ## running thread......
2019-04-15 23:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:46:04|clsWorker|INFO >> No emails for profile!
2019-04-15 23:51:04|MyService|INFO >> ## running thread......
2019-04-15 23:51:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:51:04|clsWorker|INFO >> No emails for profile!
2019-04-15 23:56:04|MyService|INFO >> ## running thread......
2019-04-15 23:56:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-15 23:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-15 23:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-15 23:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-15 23:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-15 23:56:05|clsWorker|INFO >> No emails for profile!

View File

@@ -1,736 +0,0 @@
2019-04-16 00:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:01:04|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-04-16 00:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:06:04|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-04-16 00:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:11:04|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-04-16 00:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:16:05|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-04-16 00:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:21:04|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-04-16 00:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:26:04|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-04-16 00:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:31:06|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-04-16 00:31:06|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:36:04|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-04-16 00:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:41:04|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-04-16 00:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:46:04|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-04-16 00:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:51:05|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-04-16 00:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:56:04|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-04-16 00:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:01:04|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-04-16 01:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:06:04|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-04-16 01:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:11:05|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-04-16 01:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:16:04|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-04-16 01:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:21:04|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-04-16 01:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:26:04|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-04-16 01:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:31:04|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-04-16 01:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:36:04|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-04-16 01:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:41:04|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-04-16 01:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:46:04|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-04-16 01:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:51:04|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-04-16 01:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:56:04|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-04-16 01:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:01:04|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-04-16 02:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:06:04|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-04-16 02:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:11:04|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-04-16 02:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:16:04|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-04-16 02:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:21:04|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-04-16 02:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:26:04|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-04-16 02:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:31:05|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-04-16 02:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:36:04|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-04-16 02:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:41:04|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-04-16 02:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:46:04|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-04-16 02:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:51:04|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-04-16 02:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:56:05|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-04-16 02:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:01:05|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-04-16 03:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:06:05|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-04-16 03:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:11:05|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-04-16 03:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:16:05|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-04-16 03:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:21:05|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-04-16 03:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:26:04|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-04-16 03:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:31:04|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-04-16 03:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:36:04|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-04-16 03:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:41:04|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-04-16 03:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:46:05|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-04-16 03:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:51:04|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-04-16 03:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:56:04|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-04-16 03:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:01:04|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-04-16 04:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:06:04|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-04-16 04:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:11:04|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-04-16 04:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:16:04|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-04-16 04:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:21:04|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-04-16 04:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:26:04|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-04-16 04:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:31:04|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-04-16 04:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:36:04|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-04-16 04:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:41:04|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-04-16 04:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:46:04|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-04-16 04:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:51:04|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-04-16 04:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:56:04|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-04-16 04:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:01:04|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-04-16 05:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:06:04|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-04-16 05:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:11:04|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-04-16 05:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:16:04|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-04-16 05:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:21:04|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-04-16 05:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:26:04|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-04-16 05:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:31:04|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-04-16 05:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:36:04|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-04-16 05:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:41:04|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-04-16 05:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:46:04|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-04-16 05:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:51:04|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-04-16 05:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:56:04|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-04-16 05:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:01:04|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-04-16 06:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:06:04|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-04-16 06:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:11:04|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-04-16 06:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:16:04|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-04-16 06:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:21:04|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-04-16 06:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:26:04|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-04-16 06:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:31:04|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-04-16 06:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:36:04|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-04-16 06:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:41:04|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-04-16 06:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:46:04|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-04-16 06:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:51:04|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-04-16 06:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:56:04|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-04-16 06:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:01:04|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-04-16 07:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:06:04|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-04-16 07:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:11:04|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-04-16 07:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:16:04|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-04-16 07:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:21:04|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-04-16 07:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:26:04|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-04-16 07:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:31:04|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-04-16 07:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:36:04|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-04-16 07:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:41:04|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-04-16 07:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:46:04|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-04-16 07:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:51:04|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-04-16 07:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:56:04|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-04-16 07:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:01:04|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-04-16 08:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:06:04|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-04-16 08:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:11:04|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-04-16 08:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:16: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-04-16 08:16:03|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:21:04|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-04-16 08:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:26:04|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-04-16 08:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:31:04|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-04-16 08:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:36:04|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-04-16 08:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:41:04|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-04-16 08:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:45:22|MyService|WARN >> ## Service was stopped manually. ##

View File

@@ -1,737 +0,0 @@
2019-04-16 00:01:04|MyService|INFO >> ## running thread......
2019-04-16 00:01:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:01:04|clsWorker|INFO >> No emails for profile!
2019-04-16 00:06:04|MyService|INFO >> ## running thread......
2019-04-16 00:06:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:06:04|clsWorker|INFO >> No emails for profile!
2019-04-16 00:11:04|MyService|INFO >> ## running thread......
2019-04-16 00:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:11:04|clsWorker|INFO >> No emails for profile!
2019-04-16 00:16:03|MyService|INFO >> ## running thread......
2019-04-16 00:16:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:16:05|clsWorker|INFO >> No emails for profile!
2019-04-16 00:21:03|MyService|INFO >> ## running thread......
2019-04-16 00:21:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:21:04|clsWorker|INFO >> No emails for profile!
2019-04-16 00:26:03|MyService|INFO >> ## running thread......
2019-04-16 00:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 00:31:03|MyService|INFO >> ## running thread......
2019-04-16 00:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:31:06|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:31:06|clsWorker|INFO >> No emails for profile!
2019-04-16 00:36:03|MyService|INFO >> ## running thread......
2019-04-16 00:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 00:41:03|MyService|INFO >> ## running thread......
2019-04-16 00:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 00:46:03|MyService|INFO >> ## running thread......
2019-04-16 00:46:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:46:04|clsWorker|INFO >> No emails for profile!
2019-04-16 00:51:03|MyService|INFO >> ## running thread......
2019-04-16 00:51:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:51:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:51:05|clsWorker|INFO >> No emails for profile!
2019-04-16 00:56:03|MyService|INFO >> ## running thread......
2019-04-16 00:56:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 00:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 00:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 00:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 00:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 00:56:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:01:03|MyService|INFO >> ## running thread......
2019-04-16 01:01:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:01:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:06:03|MyService|INFO >> ## running thread......
2019-04-16 01:06:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:06:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:11:03|MyService|INFO >> ## running thread......
2019-04-16 01:11:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:11:05|clsWorker|INFO >> No emails for profile!
2019-04-16 01:16:03|MyService|INFO >> ## running thread......
2019-04-16 01:16:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:16:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:21:03|MyService|INFO >> ## running thread......
2019-04-16 01:21:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:21:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:26:03|MyService|INFO >> ## running thread......
2019-04-16 01:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:31:03|MyService|INFO >> ## running thread......
2019-04-16 01:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:31:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:36:03|MyService|INFO >> ## running thread......
2019-04-16 01:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:41:03|MyService|INFO >> ## running thread......
2019-04-16 01:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:46:03|MyService|INFO >> ## running thread......
2019-04-16 01:46:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:46:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:51:03|MyService|INFO >> ## running thread......
2019-04-16 01:51:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:51:04|clsWorker|INFO >> No emails for profile!
2019-04-16 01:56:03|MyService|INFO >> ## running thread......
2019-04-16 01:56:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 01:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 01:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 01:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 01:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 01:56:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:01:03|MyService|INFO >> ## running thread......
2019-04-16 02:01:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:01:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:06:03|MyService|INFO >> ## running thread......
2019-04-16 02:06:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:06:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:11:03|MyService|INFO >> ## running thread......
2019-04-16 02:11:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:11:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:16:03|MyService|INFO >> ## running thread......
2019-04-16 02:16:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:16:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:21:03|MyService|INFO >> ## running thread......
2019-04-16 02:21:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:21:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:26:03|MyService|INFO >> ## running thread......
2019-04-16 02:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:31:03|MyService|INFO >> ## running thread......
2019-04-16 02:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:31:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:31:05|clsWorker|INFO >> No emails for profile!
2019-04-16 02:36:03|MyService|INFO >> ## running thread......
2019-04-16 02:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:41:03|MyService|INFO >> ## running thread......
2019-04-16 02:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:46:03|MyService|INFO >> ## running thread......
2019-04-16 02:46:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:46:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:51:03|MyService|INFO >> ## running thread......
2019-04-16 02:51:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:51:04|clsWorker|INFO >> No emails for profile!
2019-04-16 02:56:03|MyService|INFO >> ## running thread......
2019-04-16 02:56:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 02:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 02:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 02:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 02:56:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 02:56:05|clsWorker|INFO >> No emails for profile!
2019-04-16 03:01:03|MyService|INFO >> ## running thread......
2019-04-16 03:01:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:01:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:01:05|clsWorker|INFO >> No emails for profile!
2019-04-16 03:06:03|MyService|INFO >> ## running thread......
2019-04-16 03:06:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:06:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:06:05|clsWorker|INFO >> No emails for profile!
2019-04-16 03:11:03|MyService|INFO >> ## running thread......
2019-04-16 03:11:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:11:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:11:05|clsWorker|INFO >> No emails for profile!
2019-04-16 03:16:03|MyService|INFO >> ## running thread......
2019-04-16 03:16:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:16:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:16:05|clsWorker|INFO >> No emails for profile!
2019-04-16 03:21:03|MyService|INFO >> ## running thread......
2019-04-16 03:21:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:21:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:21:05|clsWorker|INFO >> No emails for profile!
2019-04-16 03:26:03|MyService|INFO >> ## running thread......
2019-04-16 03:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 03:31:03|MyService|INFO >> ## running thread......
2019-04-16 03:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:31:04|clsWorker|INFO >> No emails for profile!
2019-04-16 03:36:03|MyService|INFO >> ## running thread......
2019-04-16 03:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 03:41:03|MyService|INFO >> ## running thread......
2019-04-16 03:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 03:46:03|MyService|INFO >> ## running thread......
2019-04-16 03:46:04|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:46:05|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:46:05|clsWorker|INFO >> No emails for profile!
2019-04-16 03:51:03|MyService|INFO >> ## running thread......
2019-04-16 03:51:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:51:04|clsWorker|INFO >> No emails for profile!
2019-04-16 03:56:03|MyService|INFO >> ## running thread......
2019-04-16 03:56:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 03:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 03:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 03:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 03:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 03:56:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:01:03|MyService|INFO >> ## running thread......
2019-04-16 04:01:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:01:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:06:03|MyService|INFO >> ## running thread......
2019-04-16 04:06:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:06:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:11:03|MyService|INFO >> ## running thread......
2019-04-16 04:11:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:11:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:16:03|MyService|INFO >> ## running thread......
2019-04-16 04:16:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:16:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:21:03|MyService|INFO >> ## running thread......
2019-04-16 04:21:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:21:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:26:03|MyService|INFO >> ## running thread......
2019-04-16 04:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:31:03|MyService|INFO >> ## running thread......
2019-04-16 04:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:31:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:36:03|MyService|INFO >> ## running thread......
2019-04-16 04:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:41:03|MyService|INFO >> ## running thread......
2019-04-16 04:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:46:03|MyService|INFO >> ## running thread......
2019-04-16 04:46:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:46:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:51:03|MyService|INFO >> ## running thread......
2019-04-16 04:51:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:51:04|clsWorker|INFO >> No emails for profile!
2019-04-16 04:56:03|MyService|INFO >> ## running thread......
2019-04-16 04:56:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 04:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 04:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 04:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 04:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 04:56:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:01:03|MyService|INFO >> ## running thread......
2019-04-16 05:01:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:01:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:06:03|MyService|INFO >> ## running thread......
2019-04-16 05:06:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:06:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:11:03|MyService|INFO >> ## running thread......
2019-04-16 05:11:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:11:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:16:03|MyService|INFO >> ## running thread......
2019-04-16 05:16:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:16:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:21:03|MyService|INFO >> ## running thread......
2019-04-16 05:21:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:21:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:26:03|MyService|INFO >> ## running thread......
2019-04-16 05:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:31:03|MyService|INFO >> ## running thread......
2019-04-16 05:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:31:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:36:03|MyService|INFO >> ## running thread......
2019-04-16 05:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:41:03|MyService|INFO >> ## running thread......
2019-04-16 05:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:46:03|MyService|INFO >> ## running thread......
2019-04-16 05:46:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:46:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:51:03|MyService|INFO >> ## running thread......
2019-04-16 05:51:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:51:04|clsWorker|INFO >> No emails for profile!
2019-04-16 05:56:03|MyService|INFO >> ## running thread......
2019-04-16 05:56:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 05:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 05:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 05:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 05:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 05:56:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:01:03|MyService|INFO >> ## running thread......
2019-04-16 06:01:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:01:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:06:03|MyService|INFO >> ## running thread......
2019-04-16 06:06:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:06:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:11:03|MyService|INFO >> ## running thread......
2019-04-16 06:11:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:11:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:16:03|MyService|INFO >> ## running thread......
2019-04-16 06:16:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:16:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:21:03|MyService|INFO >> ## running thread......
2019-04-16 06:21:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:21:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:26:03|MyService|INFO >> ## running thread......
2019-04-16 06:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:31:03|MyService|INFO >> ## running thread......
2019-04-16 06:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:31:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:36:03|MyService|INFO >> ## running thread......
2019-04-16 06:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:41:03|MyService|INFO >> ## running thread......
2019-04-16 06:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:46:03|MyService|INFO >> ## running thread......
2019-04-16 06:46:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:46:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:51:03|MyService|INFO >> ## running thread......
2019-04-16 06:51:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:51:04|clsWorker|INFO >> No emails for profile!
2019-04-16 06:56:03|MyService|INFO >> ## running thread......
2019-04-16 06:56:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 06:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 06:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 06:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 06:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 06:56:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:01:03|MyService|INFO >> ## running thread......
2019-04-16 07:01:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:01:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:06:03|MyService|INFO >> ## running thread......
2019-04-16 07:06:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:06:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:11:03|MyService|INFO >> ## running thread......
2019-04-16 07:11:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:11:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:16:03|MyService|INFO >> ## running thread......
2019-04-16 07:16:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:16:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:16:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:21:03|MyService|INFO >> ## running thread......
2019-04-16 07:21:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:21:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:26:03|MyService|INFO >> ## running thread......
2019-04-16 07:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:31:03|MyService|INFO >> ## running thread......
2019-04-16 07:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:31:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:36:03|MyService|INFO >> ## running thread......
2019-04-16 07:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:41:03|MyService|INFO >> ## running thread......
2019-04-16 07:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:46:03|MyService|INFO >> ## running thread......
2019-04-16 07:46:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:46:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:46:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:51:03|MyService|INFO >> ## running thread......
2019-04-16 07:51:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:51:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:51:04|clsWorker|INFO >> No emails for profile!
2019-04-16 07:56:03|MyService|INFO >> ## running thread......
2019-04-16 07:56:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 07:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 07:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 07:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 07:56:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 07:56:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:01:03|MyService|INFO >> ## running thread......
2019-04-16 08:01:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:01:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:01:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:06:03|MyService|INFO >> ## running thread......
2019-04-16 08:06:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:06:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:06:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:11:03|MyService|INFO >> ## running thread......
2019-04-16 08:11:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:11:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:11:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:16:03|MyService|INFO >> ## running thread......
2019-04-16 08:16:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:16:03|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:16:03|clsWorker|INFO >> No emails for profile!
2019-04-16 08:21:03|MyService|INFO >> ## running thread......
2019-04-16 08:21:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:21:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:21:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:26:03|MyService|INFO >> ## running thread......
2019-04-16 08:26:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:26:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:26:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:31:03|MyService|INFO >> ## running thread......
2019-04-16 08:31:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:31:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:31:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:36:03|MyService|INFO >> ## running thread......
2019-04-16 08:36:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:36:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:36:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:41:03|MyService|INFO >> ## running thread......
2019-04-16 08:41:03|clsWorkEmail|INFO >> Detail-Log is on
2019-04-16 08:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
2019-04-16 08:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
2019-04-16 08:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
2019-04-16 08:41:04|clsWorker|WARN >> Error while polling emails....
2019-04-16 08:41:04|clsWorker|INFO >> No emails for profile!
2019-04-16 08:45:22|MyService|INFO >> ## Service was stopped manually. ##
2019-04-16 08:45:22|MyService|WARN >> ## Service was stopped manually. ##

View File

@@ -32,6 +32,9 @@
<setting name="USE_WM" serializeAs="String">
<value>False</value>
</setting>
<setting name="EmailAccountID" serializeAs="String">
<value>2</value>
</setting>
</SERV_EMAIL.My.MySettings>
</applicationSettings>
</configuration>

View File

@@ -1 +1 @@
cea1fa609f67c5a2d096053c2a7f87e6739c097c
4449f7d03a18e13b7eb0ee8590d9e72ae625781d

View File

@@ -39,7 +39,7 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Digita
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.dll.config
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Encryption.pdb
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Encryption.xml
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbprojAssemblyReference.cache
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbproj.AssemblyReference.cache
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.Resources.resources
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.MyService.resources
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.ProjectInstaller.resources