diff --git a/App/.vs/SERV_EMAIL/v15/.suo b/App/.vs/SERV_EMAIL/v15/.suo index a4e1787..3ec123e 100644 Binary files a/App/.vs/SERV_EMAIL/v15/.suo and b/App/.vs/SERV_EMAIL/v15/.suo differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll index 74cc564..ea18586 100644 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll and b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.dll differ diff --git a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb index e443f43..9b5bb2c 100644 Binary files a/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb and b/App/DigitalData.EMLProfiler/bin/Debug/DigitalData.EMLProfiler.pdb differ diff --git a/App/DigitalData.EMLProfiler/clsDatabase.vb b/App/DigitalData.EMLProfiler/clsDatabase.vb index 17a43c4..13f26c7 100644 --- a/App/DigitalData.EMLProfiler/clsDatabase.vb +++ b/App/DigitalData.EMLProfiler/clsDatabase.vb @@ -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 diff --git a/App/DigitalData.EMLProfiler/clsWorker.vb b/App/DigitalData.EMLProfiler/clsWorker.vb index 73352de..3533e71 100644 --- a/App/DigitalData.EMLProfiler/clsWorker.vb +++ b/App/DigitalData.EMLProfiler/clsWorker.vb @@ -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 diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll index 74cc564..ea18586 100644 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll and b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.dll differ diff --git a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb index e443f43..9b5bb2c 100644 Binary files a/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb and b/App/DigitalData.EMLProfiler/obj/Debug/DigitalData.EMLProfiler.pdb differ diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL-Error.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL-Error.0.log new file mode 100644 index 0000000..7b31f28 --- /dev/null +++ b/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL-Error.0.log @@ -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.... diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL.0.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL.0.log new file mode 100644 index 0000000..3d43156 --- /dev/null +++ b/App/SERV_EMAIL/bin/Debug/Log/2019-04-10-SERV_EMAIL.0.log @@ -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! diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL-Error.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL-Error.log new file mode 100644 index 0000000..9a8f114 --- /dev/null +++ b/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL-Error.log @@ -0,0 +1,1519 @@ +2019-04-11 00:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00: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-11 00:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01: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-11 01:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02: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-11 02:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02: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-11 02:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02: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-11 02:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:18: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-11 02:18:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:23: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-11 02:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02: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-11 02:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:33: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-11 02:33:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02: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-11 02:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:43: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-11 02:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:48: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-11 02:48:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02: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-11 02:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02: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-11 02:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:03: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-11 03:03:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:43: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-11 03:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:53: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-11 03:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03: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-11 03:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04: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-11 04:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05: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-11 05:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:03: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-11 06:03:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06: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-11 06:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:13: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-11 06:13:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06: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-11 06:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:23: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-11 06:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06: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-11 06:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06: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-11 06:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06: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-11 06:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:43: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-11 06:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06: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-11 06:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06: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-11 06:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06: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-11 06:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:03:02|clsEmailIMAP|ERROR >> LOGIN failed. + bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) + bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) + bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) + bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. +2019-04-11 07:03:02|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:23: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-11 07:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:43: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-11 07:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07: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-11 07:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:03: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-11 08:03:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:23: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-11 08:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:43: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-11 08:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08: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-11 08:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:03: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-11 09:03:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09: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-11 09:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09: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-11 09:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:18:02|clsEmailIMAP|ERROR >> LOGIN failed. + bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) + bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) + bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) + bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. +2019-04-11 09:18:02|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09: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-11 09:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09: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-11 09:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09: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-11 09:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:38: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-11 09:38:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09: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-11 09:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09: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-11 09:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:53: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-11 09:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09: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-11 09:58:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10: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-11 10:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:08: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-11 10:08:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:13: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-11 10:13:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:18: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-11 10:18:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10: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-11 10:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10: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-11 10:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10: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-11 10:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:38: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-11 10:38:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:43: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-11 10:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:48: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-11 10:48:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:53: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-11 10:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10: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-11 10:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11: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-11 11:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11: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-11 11:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:13: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-11 11:13:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11: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-11 11:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:23: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-11 11:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11: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-11 11:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:33: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-11 11:33:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:38: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-11 11:38:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11: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-11 11:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11: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-11 11:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:53: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-11 11:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:58:02|clsEmailIMAP|ERROR >> LOGIN failed. + bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?) + bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType) + bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password) + bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28. +2019-04-11 11:58:02|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12: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-11 12:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:08: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-11 12:08:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:13: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-11 12:13:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:18: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-11 12:18:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12: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-11 12:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12: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-11 12:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:33: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-11 12:33:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12: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-11 12:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12: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-11 12:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12: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-11 12:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:53: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-11 12:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12: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-11 12:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:28: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-11 13:28:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:48: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-11 13:48:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13: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-11 13:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:08: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-11 14:08:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:28: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-11 14:28:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14: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-11 14:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:08: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-11 15:08:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:28: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-11 15:28:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:48: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-11 15:48:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15: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-11 15:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:43: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-11 16:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16: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-11 16:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17: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-11 17:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 18:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 18: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-11 18:03:00|clsWorker|WARN >> Error while polling emails.... diff --git a/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL.log b/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL.log new file mode 100644 index 0000000..ca70d75 --- /dev/null +++ b/App/SERV_EMAIL/bin/Debug/Log/2019-04-11-SERV_EMAIL.log @@ -0,0 +1,1519 @@ +2019-04-11 00:02:59|MyService|INFO >> ## running thread...... +2019-04-11 00:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:07:59|MyService|INFO >> ## running thread...... +2019-04-11 00:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:12:59|MyService|INFO >> ## running thread...... +2019-04-11 00:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:17:59|MyService|INFO >> ## running thread...... +2019-04-11 00:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:22:59|MyService|INFO >> ## running thread...... +2019-04-11 00:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:27:59|MyService|INFO >> ## running thread...... +2019-04-11 00:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:32:59|MyService|INFO >> ## running thread...... +2019-04-11 00:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:37:59|MyService|INFO >> ## running thread...... +2019-04-11 00:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:42:59|MyService|INFO >> ## running thread...... +2019-04-11 00:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:47:59|MyService|INFO >> ## running thread...... +2019-04-11 00:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:52:59|MyService|INFO >> ## running thread...... +2019-04-11 00:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 00:57:59|MyService|INFO >> ## running thread...... +2019-04-11 00:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 00:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 00:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 00:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 00:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 00:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:02:59|MyService|INFO >> ## running thread...... +2019-04-11 01:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:07:59|MyService|INFO >> ## running thread...... +2019-04-11 01:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:12:59|MyService|INFO >> ## running thread...... +2019-04-11 01:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:17:59|MyService|INFO >> ## running thread...... +2019-04-11 01:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:22:59|MyService|INFO >> ## running thread...... +2019-04-11 01:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:27:59|MyService|INFO >> ## running thread...... +2019-04-11 01:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:32:59|MyService|INFO >> ## running thread...... +2019-04-11 01:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:37:59|MyService|INFO >> ## running thread...... +2019-04-11 01:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:42:59|MyService|INFO >> ## running thread...... +2019-04-11 01:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:47:59|MyService|INFO >> ## running thread...... +2019-04-11 01:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:52:59|MyService|INFO >> ## running thread...... +2019-04-11 01:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 01:57:59|MyService|INFO >> ## running thread...... +2019-04-11 01:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 01:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 01:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 01:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 01:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 01:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 02:02:59|MyService|INFO >> ## running thread...... +2019-04-11 02:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 02:07:59|MyService|INFO >> ## running thread...... +2019-04-11 02:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 02:12:59|MyService|INFO >> ## running thread...... +2019-04-11 02:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 02:17:59|MyService|INFO >> ## running thread...... +2019-04-11 02:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:18:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:18:01|clsWorker|INFO >> No emails for profile! +2019-04-11 02:22:59|MyService|INFO >> ## running thread...... +2019-04-11 02:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:23:01|clsWorker|INFO >> No emails for profile! +2019-04-11 02:27:59|MyService|INFO >> ## running thread...... +2019-04-11 02:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 02:32:59|MyService|INFO >> ## running thread...... +2019-04-11 02:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:33:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:33:01|clsWorker|INFO >> No emails for profile! +2019-04-11 02:37:59|MyService|INFO >> ## running thread...... +2019-04-11 02:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 02:42:59|MyService|INFO >> ## running thread...... +2019-04-11 02:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:43:01|clsWorker|INFO >> No emails for profile! +2019-04-11 02:47:59|MyService|INFO >> ## running thread...... +2019-04-11 02:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:48:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:48:01|clsWorker|INFO >> No emails for profile! +2019-04-11 02:52:59|MyService|INFO >> ## running thread...... +2019-04-11 02:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 02:57:59|MyService|INFO >> ## running thread...... +2019-04-11 02:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 02:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 02:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 02:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 02:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 02:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:02:59|MyService|INFO >> ## running thread...... +2019-04-11 03:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:03:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:03:01|clsWorker|INFO >> No emails for profile! +2019-04-11 03:07:59|MyService|INFO >> ## running thread...... +2019-04-11 03:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:12:59|MyService|INFO >> ## running thread...... +2019-04-11 03:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:17:59|MyService|INFO >> ## running thread...... +2019-04-11 03:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:22:59|MyService|INFO >> ## running thread...... +2019-04-11 03:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:27:59|MyService|INFO >> ## running thread...... +2019-04-11 03:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:32:59|MyService|INFO >> ## running thread...... +2019-04-11 03:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:37:59|MyService|INFO >> ## running thread...... +2019-04-11 03:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:42:59|MyService|INFO >> ## running thread...... +2019-04-11 03:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:43:01|clsWorker|INFO >> No emails for profile! +2019-04-11 03:47:59|MyService|INFO >> ## running thread...... +2019-04-11 03:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 03:52:59|MyService|INFO >> ## running thread...... +2019-04-11 03:53:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:53:01|clsWorker|INFO >> No emails for profile! +2019-04-11 03:57:59|MyService|INFO >> ## running thread...... +2019-04-11 03:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 03:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 03:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 03:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 03:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 03:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:02:59|MyService|INFO >> ## running thread...... +2019-04-11 04:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:07:59|MyService|INFO >> ## running thread...... +2019-04-11 04:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:12:59|MyService|INFO >> ## running thread...... +2019-04-11 04:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:17:59|MyService|INFO >> ## running thread...... +2019-04-11 04:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:22:59|MyService|INFO >> ## running thread...... +2019-04-11 04:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:27:59|MyService|INFO >> ## running thread...... +2019-04-11 04:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:32:59|MyService|INFO >> ## running thread...... +2019-04-11 04:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:37:59|MyService|INFO >> ## running thread...... +2019-04-11 04:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:42:59|MyService|INFO >> ## running thread...... +2019-04-11 04:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:47:59|MyService|INFO >> ## running thread...... +2019-04-11 04:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:52:59|MyService|INFO >> ## running thread...... +2019-04-11 04:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 04:57:59|MyService|INFO >> ## running thread...... +2019-04-11 04:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 04:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 04:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 04:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 04:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 04:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:02:59|MyService|INFO >> ## running thread...... +2019-04-11 05:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:07:59|MyService|INFO >> ## running thread...... +2019-04-11 05:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:12:59|MyService|INFO >> ## running thread...... +2019-04-11 05:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:17:59|MyService|INFO >> ## running thread...... +2019-04-11 05:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:22:59|MyService|INFO >> ## running thread...... +2019-04-11 05:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:27:59|MyService|INFO >> ## running thread...... +2019-04-11 05:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:32:59|MyService|INFO >> ## running thread...... +2019-04-11 05:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:37:59|MyService|INFO >> ## running thread...... +2019-04-11 05:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:42:59|MyService|INFO >> ## running thread...... +2019-04-11 05:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:47:59|MyService|INFO >> ## running thread...... +2019-04-11 05:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:52:59|MyService|INFO >> ## running thread...... +2019-04-11 05:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 05:58:00|MyService|INFO >> ## running thread...... +2019-04-11 05:58:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 05:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 05:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 05:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 05:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 05:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 06:03:00|MyService|INFO >> ## running thread...... +2019-04-11 06:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:03:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:03:01|clsWorker|INFO >> No emails for profile! +2019-04-11 06:08:00|MyService|INFO >> ## running thread...... +2019-04-11 06:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 06:13:00|MyService|INFO >> ## running thread...... +2019-04-11 06:13:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:13:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:13:01|clsWorker|INFO >> No emails for profile! +2019-04-11 06:18:00|MyService|INFO >> ## running thread...... +2019-04-11 06:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 06:23:00|MyService|INFO >> ## running thread...... +2019-04-11 06:23:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:23:01|clsWorker|INFO >> No emails for profile! +2019-04-11 06:28:00|MyService|INFO >> ## running thread...... +2019-04-11 06:28:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 06:33:00|MyService|INFO >> ## running thread...... +2019-04-11 06:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 06:38:00|MyService|INFO >> ## running thread...... +2019-04-11 06:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 06:43:00|MyService|INFO >> ## running thread...... +2019-04-11 06:43:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:43:01|clsWorker|INFO >> No emails for profile! +2019-04-11 06:48:00|MyService|INFO >> ## running thread...... +2019-04-11 06:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 06:53:00|MyService|INFO >> ## running thread...... +2019-04-11 06:53:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 06:58:00|MyService|INFO >> ## running thread...... +2019-04-11 06:58:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 06:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 06:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 06:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 06:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 06:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:03:00|MyService|INFO >> ## running thread...... +2019-04-11 07:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:03:02|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:03:02|clsWorker|INFO >> No emails for profile! +2019-04-11 07:08:00|MyService|INFO >> ## running thread...... +2019-04-11 07:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:13:00|MyService|INFO >> ## running thread...... +2019-04-11 07:13:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:18:00|MyService|INFO >> ## running thread...... +2019-04-11 07:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:23:00|MyService|INFO >> ## running thread...... +2019-04-11 07:23:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:23:01|clsWorker|INFO >> No emails for profile! +2019-04-11 07:28:00|MyService|INFO >> ## running thread...... +2019-04-11 07:28:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:33:00|MyService|INFO >> ## running thread...... +2019-04-11 07:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:38:00|MyService|INFO >> ## running thread...... +2019-04-11 07:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:43:00|MyService|INFO >> ## running thread...... +2019-04-11 07:43:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:43:01|clsWorker|INFO >> No emails for profile! +2019-04-11 07:48:00|MyService|INFO >> ## running thread...... +2019-04-11 07:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:53:00|MyService|INFO >> ## running thread...... +2019-04-11 07:53:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 07:58:00|MyService|INFO >> ## running thread...... +2019-04-11 07:58:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 07:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 07:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 07:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 07:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 07:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:03:00|MyService|INFO >> ## running thread...... +2019-04-11 08:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:03:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:03:01|clsWorker|INFO >> No emails for profile! +2019-04-11 08:08:00|MyService|INFO >> ## running thread...... +2019-04-11 08:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:13:00|MyService|INFO >> ## running thread...... +2019-04-11 08:13:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:18:00|MyService|INFO >> ## running thread...... +2019-04-11 08:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:23:00|MyService|INFO >> ## running thread...... +2019-04-11 08:23:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:23:01|clsWorker|INFO >> No emails for profile! +2019-04-11 08:28:00|MyService|INFO >> ## running thread...... +2019-04-11 08:28:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:33:00|MyService|INFO >> ## running thread...... +2019-04-11 08:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:38:00|MyService|INFO >> ## running thread...... +2019-04-11 08:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:43:00|MyService|INFO >> ## running thread...... +2019-04-11 08:43:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:43:01|clsWorker|INFO >> No emails for profile! +2019-04-11 08:48:00|MyService|INFO >> ## running thread...... +2019-04-11 08:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:53:00|MyService|INFO >> ## running thread...... +2019-04-11 08:53:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 08:58:00|MyService|INFO >> ## running thread...... +2019-04-11 08:58:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 08:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 08:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 08:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 08:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 08:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 09:03:00|MyService|INFO >> ## running thread...... +2019-04-11 09:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:03:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:03:01|clsWorker|INFO >> No emails for profile! +2019-04-11 09:08:00|MyService|INFO >> ## running thread...... +2019-04-11 09:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 09:13:00|MyService|INFO >> ## running thread...... +2019-04-11 09:13:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 09:18:00|MyService|INFO >> ## running thread...... +2019-04-11 09:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:18:02|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:18:02|clsWorker|INFO >> No emails for profile! +2019-04-11 09:23:00|MyService|INFO >> ## running thread...... +2019-04-11 09:23:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 09:28:00|MyService|INFO >> ## running thread...... +2019-04-11 09:28:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 09:33:00|MyService|INFO >> ## running thread...... +2019-04-11 09:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 09:38:00|MyService|INFO >> ## running thread...... +2019-04-11 09:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:38:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:38:01|clsWorker|INFO >> No emails for profile! +2019-04-11 09:43:00|MyService|INFO >> ## running thread...... +2019-04-11 09:43:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 09:48:00|MyService|INFO >> ## running thread...... +2019-04-11 09:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 09:53:00|MyService|INFO >> ## running thread...... +2019-04-11 09:53:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:53:01|clsWorker|INFO >> No emails for profile! +2019-04-11 09:58:00|MyService|INFO >> ## running thread...... +2019-04-11 09:58:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 09:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 09:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 09:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 09:58:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 09:58:01|clsWorker|INFO >> No emails for profile! +2019-04-11 10:03:00|MyService|INFO >> ## running thread...... +2019-04-11 10:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 10:08:00|MyService|INFO >> ## running thread...... +2019-04-11 10:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:08:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:08:01|clsWorker|INFO >> No emails for profile! +2019-04-11 10:13:00|MyService|INFO >> ## running thread...... +2019-04-11 10:13:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:13:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:13:01|clsWorker|INFO >> No emails for profile! +2019-04-11 10:18:00|MyService|INFO >> ## running thread...... +2019-04-11 10:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:18:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:18:01|clsWorker|INFO >> No emails for profile! +2019-04-11 10:23:00|MyService|INFO >> ## running thread...... +2019-04-11 10:23:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 10:28:00|MyService|INFO >> ## running thread...... +2019-04-11 10:28:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 10:33:00|MyService|INFO >> ## running thread...... +2019-04-11 10:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 10:38:00|MyService|INFO >> ## running thread...... +2019-04-11 10:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:38:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:38:01|clsWorker|INFO >> No emails for profile! +2019-04-11 10:43:00|MyService|INFO >> ## running thread...... +2019-04-11 10:43:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:43:01|clsWorker|INFO >> No emails for profile! +2019-04-11 10:48:00|MyService|INFO >> ## running thread...... +2019-04-11 10:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:48:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:48:01|clsWorker|INFO >> No emails for profile! +2019-04-11 10:53:00|MyService|INFO >> ## running thread...... +2019-04-11 10:53:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:53:01|clsWorker|INFO >> No emails for profile! +2019-04-11 10:58:00|MyService|INFO >> ## running thread...... +2019-04-11 10:58:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 10:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 10:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 10:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 10:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 10:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 11:03:00|MyService|INFO >> ## running thread...... +2019-04-11 11:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 11:08:00|MyService|INFO >> ## running thread...... +2019-04-11 11:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 11:13:00|MyService|INFO >> ## running thread...... +2019-04-11 11:13:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:13:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:13:01|clsWorker|INFO >> No emails for profile! +2019-04-11 11:18:00|MyService|INFO >> ## running thread...... +2019-04-11 11:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 11:23:00|MyService|INFO >> ## running thread...... +2019-04-11 11:23:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:23:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:23:01|clsWorker|INFO >> No emails for profile! +2019-04-11 11:28:00|MyService|INFO >> ## running thread...... +2019-04-11 11:28:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 11:33:00|MyService|INFO >> ## running thread...... +2019-04-11 11:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:33:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:33:01|clsWorker|INFO >> No emails for profile! +2019-04-11 11:38:00|MyService|INFO >> ## running thread...... +2019-04-11 11:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:38:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:38:01|clsWorker|INFO >> No emails for profile! +2019-04-11 11:43:00|MyService|INFO >> ## running thread...... +2019-04-11 11:43:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:43:01|clsWorker|INFO >> No emails for profile! +2019-04-11 11:48:00|MyService|INFO >> ## running thread...... +2019-04-11 11:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 11:53:00|MyService|INFO >> ## running thread...... +2019-04-11 11:53:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:53:01|clsWorker|INFO >> No emails for profile! +2019-04-11 11:58:00|MyService|INFO >> ## running thread...... +2019-04-11 11:58:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 11:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 11:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 11:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 11:58:02|clsWorker|WARN >> Error while polling emails.... +2019-04-11 11:58:02|clsWorker|INFO >> No emails for profile! +2019-04-11 12:03:00|MyService|INFO >> ## running thread...... +2019-04-11 12:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 12:08:00|MyService|INFO >> ## running thread...... +2019-04-11 12:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:08:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:08:01|clsWorker|INFO >> No emails for profile! +2019-04-11 12:13:00|MyService|INFO >> ## running thread...... +2019-04-11 12:13:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:13:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:13:01|clsWorker|INFO >> No emails for profile! +2019-04-11 12:18:00|MyService|INFO >> ## running thread...... +2019-04-11 12:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:18:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:18:01|clsWorker|INFO >> No emails for profile! +2019-04-11 12:23:00|MyService|INFO >> ## running thread...... +2019-04-11 12:23:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 12:28:00|MyService|INFO >> ## running thread...... +2019-04-11 12:28:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 12:33:00|MyService|INFO >> ## running thread...... +2019-04-11 12:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:33:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:33:01|clsWorker|INFO >> No emails for profile! +2019-04-11 12:38:00|MyService|INFO >> ## running thread...... +2019-04-11 12:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 12:43:00|MyService|INFO >> ## running thread...... +2019-04-11 12:43:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 12:48:00|MyService|INFO >> ## running thread...... +2019-04-11 12:48:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:48:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 12:53:00|MyService|INFO >> ## running thread...... +2019-04-11 12:53:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:53:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:53:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:53:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:53:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:53:01|clsWorker|INFO >> No emails for profile! +2019-04-11 12:58:00|MyService|INFO >> ## running thread...... +2019-04-11 12:58:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 12:58:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 12:58:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 12:58:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 12:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 12:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:03:00|MyService|INFO >> ## running thread...... +2019-04-11 13:03:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:03:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:03:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:03:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:08:00|MyService|INFO >> ## running thread...... +2019-04-11 13:08:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:08:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:08:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:08:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:13:00|MyService|INFO >> ## running thread...... +2019-04-11 13:13:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:13:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:13:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:13:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:18:00|MyService|INFO >> ## running thread...... +2019-04-11 13:18:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:18:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:18:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:18:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:23:00|MyService|INFO >> ## running thread...... +2019-04-11 13:23:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:23:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:23:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:23:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:28:00|MyService|INFO >> ## running thread...... +2019-04-11 13:28:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:28:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:28:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:28:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:28:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:28:02|clsWorker|INFO >> No emails for profile! +2019-04-11 13:33:00|MyService|INFO >> ## running thread...... +2019-04-11 13:33:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:33:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:33:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:33:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:37:59|MyService|INFO >> ## running thread...... +2019-04-11 13:38:00|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:38:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:38:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:38:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:42:59|MyService|INFO >> ## running thread...... +2019-04-11 13:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:43:00|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:43:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:43:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:47:59|MyService|INFO >> ## running thread...... +2019-04-11 13:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:48:00|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:48:00|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:48:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:48:01|clsWorker|INFO >> No emails for profile! +2019-04-11 13:52:59|MyService|INFO >> ## running thread...... +2019-04-11 13:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 13:57:59|MyService|INFO >> ## running thread...... +2019-04-11 13:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 13:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 13:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 13:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 13:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 13:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:02:59|MyService|INFO >> ## running thread...... +2019-04-11 14:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:07:59|MyService|INFO >> ## running thread...... +2019-04-11 14:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:08:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:08:01|clsWorker|INFO >> No emails for profile! +2019-04-11 14:12:59|MyService|INFO >> ## running thread...... +2019-04-11 14:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:17:59|MyService|INFO >> ## running thread...... +2019-04-11 14:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:22:59|MyService|INFO >> ## running thread...... +2019-04-11 14:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:27:59|MyService|INFO >> ## running thread...... +2019-04-11 14:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:28:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:28:01|clsWorker|INFO >> No emails for profile! +2019-04-11 14:32:59|MyService|INFO >> ## running thread...... +2019-04-11 14:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:37:59|MyService|INFO >> ## running thread...... +2019-04-11 14:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:42:59|MyService|INFO >> ## running thread...... +2019-04-11 14:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:47:59|MyService|INFO >> ## running thread...... +2019-04-11 14:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:48:01|clsWorker|INFO >> No emails for profile! +2019-04-11 14:52:59|MyService|INFO >> ## running thread...... +2019-04-11 14:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 14:57:59|MyService|INFO >> ## running thread...... +2019-04-11 14:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 14:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 14:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 14:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 14:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 14:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:02:59|MyService|INFO >> ## running thread...... +2019-04-11 15:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:07:59|MyService|INFO >> ## running thread...... +2019-04-11 15:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:08:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:08:01|clsWorker|INFO >> No emails for profile! +2019-04-11 15:12:59|MyService|INFO >> ## running thread...... +2019-04-11 15:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:17:59|MyService|INFO >> ## running thread...... +2019-04-11 15:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:22:59|MyService|INFO >> ## running thread...... +2019-04-11 15:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:27:59|MyService|INFO >> ## running thread...... +2019-04-11 15:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:28:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:28:01|clsWorker|INFO >> No emails for profile! +2019-04-11 15:32:59|MyService|INFO >> ## running thread...... +2019-04-11 15:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:37:59|MyService|INFO >> ## running thread...... +2019-04-11 15:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:42:59|MyService|INFO >> ## running thread...... +2019-04-11 15:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:47:59|MyService|INFO >> ## running thread...... +2019-04-11 15:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:48:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:48:01|clsWorker|INFO >> No emails for profile! +2019-04-11 15:52:59|MyService|INFO >> ## running thread...... +2019-04-11 15:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 15:57:59|MyService|INFO >> ## running thread...... +2019-04-11 15:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 15:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 15:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 15:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 15:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 15:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:02:59|MyService|INFO >> ## running thread...... +2019-04-11 16:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:07:59|MyService|INFO >> ## running thread...... +2019-04-11 16:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:12:59|MyService|INFO >> ## running thread...... +2019-04-11 16:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:17:59|MyService|INFO >> ## running thread...... +2019-04-11 16:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:22:59|MyService|INFO >> ## running thread...... +2019-04-11 16:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:27:59|MyService|INFO >> ## running thread...... +2019-04-11 16:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:32:59|MyService|INFO >> ## running thread...... +2019-04-11 16:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:37:59|MyService|INFO >> ## running thread...... +2019-04-11 16:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:42:59|MyService|INFO >> ## running thread...... +2019-04-11 16:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:43:01|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:43:01|clsWorker|INFO >> No emails for profile! +2019-04-11 16:47:59|MyService|INFO >> ## running thread...... +2019-04-11 16:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:52:59|MyService|INFO >> ## running thread...... +2019-04-11 16:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 16:57:59|MyService|INFO >> ## running thread...... +2019-04-11 16:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 16:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 16:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 16:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 16:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 16:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:02:59|MyService|INFO >> ## running thread...... +2019-04-11 17:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:03:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:07:59|MyService|INFO >> ## running thread...... +2019-04-11 17:07:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:07:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:07:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:07:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:08:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:08:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:12:59|MyService|INFO >> ## running thread...... +2019-04-11 17:12:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:12:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:12:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:12:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:13:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:13:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:17:59|MyService|INFO >> ## running thread...... +2019-04-11 17:17:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:17:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:17:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:17:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:18:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:18:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:22:59|MyService|INFO >> ## running thread...... +2019-04-11 17:22:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:22:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:22:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:22:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:23:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:23:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:27:59|MyService|INFO >> ## running thread...... +2019-04-11 17:27:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:27:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:27:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:27:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:28:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:28:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:32:59|MyService|INFO >> ## running thread...... +2019-04-11 17:32:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:32:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:32:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:32:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:33:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:33:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:37:59|MyService|INFO >> ## running thread...... +2019-04-11 17:37:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:37:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:37:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:37:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:38:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:38:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:42:59|MyService|INFO >> ## running thread...... +2019-04-11 17:42:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:42:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:42:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:42:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:43:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:43:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:47:59|MyService|INFO >> ## running thread...... +2019-04-11 17:47:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:47:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:47:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:47:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:48:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:48:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:52:59|MyService|INFO >> ## running thread...... +2019-04-11 17:52:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:52:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:52:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:52:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:53:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:53:00|clsWorker|INFO >> No emails for profile! +2019-04-11 17:57:59|MyService|INFO >> ## running thread...... +2019-04-11 17:57:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 17:57:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 17:57:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 17:57:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 17:58:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 17:58:00|clsWorker|INFO >> No emails for profile! +2019-04-11 18:02:59|MyService|INFO >> ## running thread...... +2019-04-11 18:02:59|clsWorkEmail|INFO >> Detail-Log is on +2019-04-11 18:02:59|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP) +2019-04-11 18:02:59|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort +2019-04-11 18:02:59|clsEmailIMAP|INFO >> Working on IMAP_COLLECT..... +2019-04-11 18:03:00|clsWorker|WARN >> Error while polling emails.... +2019-04-11 18:03:00|clsWorker|INFO >> No emails for profile!