This commit is contained in:
Digital Data - Marlon Schreiber
2019-04-11 18:06:23 +02:00
parent 470430e9c4
commit 909c617b67
11 changed files with 4039 additions and 1 deletions

Binary file not shown.

View File

@@ -58,6 +58,7 @@ Public Class clsDatabase
Dim adapter1 As SqlClient.SqlDataAdapter = New SqlClient.SqlDataAdapter(SQLcommand)
Dim dt As DataTable = New DataTable()
Logger.Debug("ReturnDatatable Command: " & Select_anweisung)
adapter1.Fill(dt)
SQLconnect.Close()
Return dt

View File

@@ -51,7 +51,7 @@ Public Class clsWorker
Else
osql &= " WHERE GUID = " & _POLL_PROFILEID
End If
Dim DT_TBDD_EMAIL = _Database.Return_Datatable("SELECT * FROM TBDD_EMAIL_ACCOUNT WHERE ACTIVE = 1")
Dim DT_TBDD_EMAIL As DataTable = _Database.Return_Datatable("SELECT * FROM TBDD_EMAIL_ACCOUNT WHERE ACTIVE = 1")
Dim DT_PROFILES = _Database.Return_Datatable(osql)
If Not IsNothing(DT_PROFILES) Then
If DT_PROFILES.Rows.Count > 0 Then
@@ -89,6 +89,8 @@ Public Class clsWorker
'Presuming the DataTable has a column named Date.
Dim expression As String
expression = "GUID = " & CURRENT_EMAIL_GUID
Logger.Debug("Expression Filter email: " & expression)
Logger.Debug("DT_TBDD_EMAIL.rowCount: " & DT_TBDD_EMAIL.Rows.Count)
'Filter the rows using Select() method of DataTable
Dim FilteredRows As DataRow() = EMAIL_PROF_TABLE.Select(expression)
If FilteredRows.Length = 1 Then

View File

@@ -0,0 +1,497 @@
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

@@ -0,0 +1,500 @@
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