MS_Divers
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -71,11 +71,13 @@ Public Class clsEmailIMAP
|
|||||||
Dim oMessage = oClient.GetMessage(oMessageId, False, Inbox)
|
Dim oMessage = oClient.GetMessage(oMessageId, False, Inbox)
|
||||||
Dim oTempPath = Path.GetTempFileName()
|
Dim oTempPath = Path.GetTempFileName()
|
||||||
Dim oResult = WriteMessageToFile(oMessage, oTempPath)
|
Dim oResult = WriteMessageToFile(oMessage, oTempPath)
|
||||||
|
Dim oCount As Integer = 0
|
||||||
Dim oMsg As New Message(oTempPath)
|
Dim oMsg As New Message(oTempPath)
|
||||||
|
oCount &= 1
|
||||||
If IsTest = False Then
|
If IsTest = False Then
|
||||||
MAIL_LIST.Add(oMsg)
|
MAIL_LIST.Add(oMsg)
|
||||||
Else
|
Else
|
||||||
|
Logger.Info($"IMAP-Test Message#: {oCount} - Msgsubject is: {oMsg.Subject}")
|
||||||
Logger.Debug($"message correctly fetched. Mail has been downloaded to {oTempPath}")
|
Logger.Debug($"message correctly fetched. Mail has been downloaded to {oTempPath}")
|
||||||
End If
|
End If
|
||||||
|
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ Public Class clsWorkEmail
|
|||||||
Logger.Warn($"Could not read the Temp-Mail. Insufficient rights? Message: {ex.Message}")
|
Logger.Warn($"Could not read the Temp-Mail. Insufficient rights? Message: {ex.Message}")
|
||||||
End Try
|
End Try
|
||||||
If oTempMailAccessible = True Then
|
If oTempMailAccessible = True Then
|
||||||
|
MessageError = False
|
||||||
If CURRENT_MAIL_SUBJECT.Contains("[PROCESSMANAGER]") Then
|
If CURRENT_MAIL_SUBJECT.Contains("[PROCESSMANAGER]") Then
|
||||||
PROCESS_MANAGER_IN()
|
PROCESS_MANAGER_IN()
|
||||||
ElseIf msg.Subject.Contains("[ADDI]") Then
|
ElseIf msg.Subject.Contains("[ADDI]") Then
|
||||||
@@ -111,7 +112,6 @@ Public Class clsWorkEmail
|
|||||||
Logger.Info(String.Format("Keyword contained a : at end...removing it..."))
|
Logger.Info(String.Format("Keyword contained a : at end...removing it..."))
|
||||||
CURRENT_MAIL_BODY_ANSWER1 = CURRENT_MAIL_BODY_ANSWER1.Replace(":", "")
|
CURRENT_MAIL_BODY_ANSWER1 = CURRENT_MAIL_BODY_ANSWER1.Replace(":", "")
|
||||||
End If
|
End If
|
||||||
MessageError = False
|
|
||||||
If GET_WMDOC_INFO() = True Then
|
If GET_WMDOC_INFO() = True Then
|
||||||
If DT_STEPS.Rows.Count > 0 Then
|
If DT_STEPS.Rows.Count > 0 Then
|
||||||
WORK_POLL_STEPS()
|
WORK_POLL_STEPS()
|
||||||
@@ -329,7 +329,7 @@ Public Class clsWorkEmail
|
|||||||
oClearedBodyText = oClearedBodyText.Replace(oMatch.Value, "")
|
oClearedBodyText = oClearedBodyText.Replace(oMatch.Value, "")
|
||||||
oMatch = oMatch.NextMatch()
|
oMatch = oMatch.NextMatch()
|
||||||
Loop
|
Loop
|
||||||
Logger.Info($"Cleared bodytext after Regex1 is: {oClearedBodyText}")
|
Logger.Debug($"Cleared bodytext after Regex1 is: {oClearedBodyText}")
|
||||||
Dim oReg2 As Regex = New Regex(oPattern2, RegexOptions.IgnoreCase)
|
Dim oReg2 As Regex = New Regex(oPattern2, RegexOptions.IgnoreCase)
|
||||||
Dim oMatch2 As Match = oReg2.Match(oClearedBodyText)
|
Dim oMatch2 As Match = oReg2.Match(oClearedBodyText)
|
||||||
|
|
||||||
@@ -342,7 +342,7 @@ Public Class clsWorkEmail
|
|||||||
|
|
||||||
oMatch2 = oMatch2.NextMatch()
|
oMatch2 = oMatch2.NextMatch()
|
||||||
Loop
|
Loop
|
||||||
Logger.Info($"Cleared bodytext after Regex2 is: {oClearedBodyText}")
|
Logger.Debug($"Cleared bodytext after Regex2 is: {oClearedBodyText}")
|
||||||
CURRENT_MAIL_BODY_ALL = oClearedBodyText
|
CURRENT_MAIL_BODY_ALL = oClearedBodyText
|
||||||
Else
|
Else
|
||||||
Logger.Info($"Mailbody still is nothing after bodyExtraction!!")
|
Logger.Info($"Mailbody still is nothing after bodyExtraction!!")
|
||||||
@@ -416,87 +416,9 @@ Public Class clsWorkEmail
|
|||||||
Next
|
Next
|
||||||
|
|
||||||
|
|
||||||
'Dim oFirstindex = CURRENT_MAIL_BODY_ALL.IndexOf(Chr(13))
|
Logger.Debug(String.Format("MailBody-ANSWER1:...[{0}]", CURRENT_MAIL_BODY_ANSWER1))
|
||||||
'If IsNothing(oFirstindex) Then
|
Logger.Debug(String.Format("MailBody-ANSWER2:...[{0}]", CURRENT_MAIL_BODY_Substr2))
|
||||||
' oFirstindex = CURRENT_MAIL_BODY_ALL.IndexOf(Chr(10))
|
|
||||||
'End If
|
|
||||||
'Logger.Debug(String.Format("firstindex....[{0}]", oFirstindex))
|
|
||||||
'If oFirstindex = -1 Then
|
|
||||||
' Logger.Warn("Could not find the first carriage-return in Mail-Body. Email can not be processed!")
|
|
||||||
' MessageError = True
|
|
||||||
' Return False
|
|
||||||
'End If
|
|
||||||
'If CURRENT_MAIL_BODY_ALL.StartsWith("<html") Then
|
|
||||||
' If TEMP_HTML_RESULTS.Count > 0 Then
|
|
||||||
|
|
||||||
' End If
|
|
||||||
|
|
||||||
|
|
||||||
'Else
|
|
||||||
' Try
|
|
||||||
' CURRENT_MAIL_BODY_ANSWER1 = CURRENT_MAIL_BODY_ALL.Substring(0, oFirstindex)
|
|
||||||
' CURRENT_MAIL_BODY_ANSWER1 = RTrim(LTrim(CURRENT_MAIL_BODY_ANSWER1))
|
|
||||||
' Catch ex As Exception
|
|
||||||
' Logger.Warn("Error in Substring 144: " & ex.Message)
|
|
||||||
' Logger.Warn("CURRENT_MAIL_BODY: " & CURRENT_MAIL_BODY_ALL)
|
|
||||||
' Logger.Warn("oFirstindex: " & oFirstindex)
|
|
||||||
' CURRENT_MAIL_BODY_ANSWER1 = ""
|
|
||||||
' End Try
|
|
||||||
'End If
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Logger.Info(String.Format("MailBody-ANSWER1:...[{0}]", CURRENT_MAIL_BODY_ANSWER1))
|
|
||||||
Logger.Info(String.Format("MailBody-ANSWER2:...[{0}]", CURRENT_MAIL_BODY_Substr2))
|
|
||||||
'now trying to get the text before Masterline
|
|
||||||
'If WM_IDX_BODY_TEXT <> String.Empty And WM_IDX_BODY_SUBSTR_LENGTH <> 0 And oDTFunctionRegex.Rows.Count >= 1 Then
|
|
||||||
' If CURRENT_MAIL_BODY_ALL.StartsWith("<html") Then
|
|
||||||
' Dim oTempBodyString As String = ""
|
|
||||||
' oCount = 0
|
|
||||||
' For Each _oAnswer1 In TEMP_HTML_RESULTS
|
|
||||||
' If oCount = 0 Then
|
|
||||||
' oTempBodyString = _oAnswer1
|
|
||||||
' Else
|
|
||||||
' oTempBodyString &= vbNewLine & _oAnswer1
|
|
||||||
' End If
|
|
||||||
' oCount += 1
|
|
||||||
' Next
|
|
||||||
' CURRENT_MAIL_BODY_Substr2 = oTempBodyString
|
|
||||||
|
|
||||||
' Else
|
|
||||||
' Dim pattern As String = oDTFunctionRegex.Rows(0).Item("REGEX")
|
|
||||||
|
|
||||||
' ' Instantiate the regular expression object.
|
|
||||||
' Dim r As Regex = New Regex(pattern, RegexOptions.Multiline)
|
|
||||||
|
|
||||||
' ' Match the regular expression pattern against a text string.
|
|
||||||
' Dim m As Match = r.Match(CURRENT_MAIL_BODY_ALL)
|
|
||||||
' If m.Success Then
|
|
||||||
' If Not IsNothing(m.Value) Then
|
|
||||||
' If m.Value.Length > WM_IDX_BODY_SUBSTR_LENGTH Then
|
|
||||||
' Try
|
|
||||||
' Logger.Debug($"Getting the Substring of body - Length: {WM_IDX_BODY_SUBSTR_LENGTH}...")
|
|
||||||
' CURRENT_MAIL_BODY_Substr2 = m.Value.Substring(0, WM_IDX_BODY_SUBSTR_LENGTH)
|
|
||||||
' Catch ex As Exception
|
|
||||||
' Logger.Warn("Error in Substring 168: " & ex.Message)
|
|
||||||
' Logger.Warn("m.Value: " & m.Value)
|
|
||||||
' Logger.Warn("WM_IDX_BODY_SUBSTR_LENGTH: " & WM_IDX_BODY_SUBSTR_LENGTH.ToString)
|
|
||||||
' CURRENT_MAIL_BODY_Substr2 = ""
|
|
||||||
' End Try
|
|
||||||
|
|
||||||
' Else
|
|
||||||
' Logger.Info($"m.Value.Length [{m.Value.Length}] < WM_IDX_BODY_SUBSTR_LENGTH [{WM_IDX_BODY_SUBSTR_LENGTH}], so simply m.Value [{m.Value}] will be taken...")
|
|
||||||
' CURRENT_MAIL_BODY_Substr2 = m.Value
|
|
||||||
' End If
|
|
||||||
|
|
||||||
' End If
|
|
||||||
' End If
|
|
||||||
|
|
||||||
|
|
||||||
' Logger.Debug(String.Format("MailBody-Substring After RecognizeString:...[{0}]", CURRENT_MAIL_BODY_Substr2))
|
|
||||||
' End If
|
|
||||||
'End If
|
|
||||||
If CURRENT_MAIL_BODY_ANSWER1 = String.Empty Then
|
If CURRENT_MAIL_BODY_ANSWER1 = String.Empty Then
|
||||||
Logger.Warn("CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!")
|
Logger.Warn("CURRENT_MAIL_BODY_ANSWER1 is String.Empty: So the answer will interpreted as empty!")
|
||||||
End If
|
End If
|
||||||
@@ -628,7 +550,7 @@ Public Class clsWorkEmail
|
|||||||
_email.DELETE_EMAIL(CURRENT_MAIL_MESSAGE.MessageID)
|
_email.DELETE_EMAIL(CURRENT_MAIL_MESSAGE.MessageID)
|
||||||
Else
|
Else
|
||||||
If MessageError = True Then
|
If MessageError = True Then
|
||||||
Logger.Warn($"Could not delete Message {CURRENT_MAIL_MESSAGE.MessageID} as there was an MessageError!")
|
Logger.Warn($"Did not delete Message [{CURRENT_MAIL_MESSAGE.MessageID}] as there was an MessageError!")
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End Function
|
End Function
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -21,6 +21,7 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin
|
|||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\NLog.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\NLog.xml
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\S22.Imap.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\S22.Imap.xml
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
|
||||||
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbprojAssemblyReference.cache
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.Resources.resources
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.Resources.resources
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.GenerateResource.cache
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.GenerateResource.cache
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -22,6 +22,12 @@ DigitalData.EMLProfiler
|
|||||||
resource lookups using this strongly typed resource class.
|
resource lookups using this strongly typed resource class.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:DigitalData.EMLProfiler.clsEmailIMAP.WriteMessageToFile(System.Net.Mail.MailMessage,System.String)">
|
||||||
|
<summary>
|
||||||
|
Uses a private API from MailWriter to write a MailMessage to disk.
|
||||||
|
May break in future versions of .NET
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.#ctor(DigitalData.Modules.Logging.LogConfig)">
|
<member name="M:DigitalData.EMLProfiler.clsWindream_allgemein.#ctor(DigitalData.Modules.Logging.LogConfig)">
|
||||||
<summary>
|
<summary>
|
||||||
Konstruktor für die windream-Klasse
|
Konstruktor für die windream-Klasse
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -915,3 +915,374 @@
|
|||||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
2019-04-12 10:54:13|clsWorker|WARN >> Error while polling emails....
|
2019-04-12 10:54:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 10:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 10:59:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 10:59:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:04:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:04:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:09:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:14:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:14:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:19:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:19:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:24:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:24:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:29:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:29:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:34:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:34:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:39:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:39:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:44:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:44:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:49:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:49:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:54:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:54:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:59:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 11:59:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:04:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:04:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:09:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:14:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:14:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:19:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:19:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:24:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:24:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:29:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:29:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:34:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:34:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:39:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:39:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:44:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:44:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:49:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:49:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:54:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:54:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:59:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 12:59:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:04:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:04:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:09:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:14:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:14:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:19:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:19:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:24:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:24:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:29:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:29:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:34:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:34:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:39:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:39:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:44:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:44:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:49:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:49:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:54:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:54:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:59:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 13:59:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:04:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:04:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:09:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:14:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:14:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:19:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:19:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:24:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:24:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:29:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:29:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:34:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:34:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:39:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:39:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:44:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:44:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:49:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:49:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:54:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:54:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:59:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 14:59:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 15:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 15:04:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 15:04:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 15:09:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 15:09:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 15:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 15:14:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 15:14:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 15:14:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 15:19:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 15:19:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-12 15:19:12|clsWorker|WARN >> Error while polling emails....
|
||||||
@@ -918,3 +918,374 @@
|
|||||||
2019-04-12 10:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
2019-04-12 10:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
2019-04-12 10:54:13|clsWorker|WARN >> Error while polling emails....
|
2019-04-12 10:54:13|clsWorker|WARN >> Error while polling emails....
|
||||||
2019-04-12 10:54:13|clsWorker|INFO >> No emails for profile!
|
2019-04-12 10:54:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 10:59:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 10:59:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 10:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 10:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 10:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 10:59:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 10:59:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:04:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:04:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:04:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:04:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:09:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:09:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:09:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:14:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:14:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:14:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:14:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:19:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:19:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:19:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:19:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:24:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:24:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:24:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:24:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:29:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:29:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:29:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:29:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:34:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:34:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:34:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:34:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:39:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:39:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:39:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:39:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:44:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:44:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:44:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:44:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:49:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:49:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:49:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:49:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:54:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:54:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:54:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:54:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 11:59:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 11:59:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 11:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 11:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 11:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 11:59:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 11:59:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:04:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:04:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:04:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:04:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:09:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:09:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:09:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:14:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:14:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:14:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:14:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:19:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:19:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:19:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:19:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:24:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:24:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:24:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:24:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:29:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:29:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:29:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:29:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:34:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:34:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:34:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:34:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:39:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:39:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:39:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:39:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:44:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:44:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:44:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:44:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:49:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:49:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:49:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:49:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:54:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:54:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:54:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:54:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 12:59:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 12:59:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 12:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 12:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 12:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 12:59:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 12:59:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:04:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:04:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:04:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:04:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:09:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:09:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:09:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:14:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:14:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:14:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:14:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:19:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:19:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:19:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:19:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:24:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:24:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:24:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:24:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:29:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:29:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:29:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:29:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:34:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:34:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:34:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:34:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:39:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:39:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:39:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:39:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:44:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:44:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:44:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:44:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:49:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:49:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:49:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:49:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:54:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:54:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:54:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:54:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 13:59:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 13:59:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 13:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 13:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 13:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 13:59:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 13:59:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:04:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:04:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:04:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:04:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:04:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:04:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:09:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:09:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:09:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:09:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:09:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:09:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:14:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:14:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:14:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:14:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:14:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:14:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:14:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:19:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:19:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:19:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:19:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:19:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:19:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:19:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:24:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:24:11|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:24:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:24:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:24:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:24:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:24:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:29:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:29:11|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:29:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:29:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:34:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:34:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:34:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:34:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:34:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:34:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:34:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:39:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:39:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:39:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:39:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:39:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:39:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:39:14|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:44:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:44:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:44:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:44:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:44:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:44:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:44:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:49:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:49:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:49:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:49:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:49:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:49:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:49:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:54:12|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:54:12|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:54:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:54:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:54:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:54:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:54:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 14:59:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 14:59:11|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 14:59:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 14:59:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 14:59:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 14:59:13|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 14:59:13|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 15:04:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 15:04:11|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 15:04:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 15:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 15:04:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 15:04:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 15:04:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 15:09:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 15:09:11|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 15:09:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 15:09:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 15:09:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 15:09:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 15:09:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 15:14:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 15:14:11|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 15:14:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 15:14:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 15:14:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 15:14:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 15:14:12|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-12 15:19:11|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-12 15:19:11|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-12 15:19:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-12 15:19:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-12 15:19:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-12 15:19:12|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-12 15:19:12|clsWorker|INFO >> No emails for profile!
|
||||||
791
App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL-Error.0.log
Normal file
791
App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL-Error.0.log
Normal file
@@ -0,0 +1,791 @@
|
|||||||
|
2019-04-15 14:36:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:36:10|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 14:36:10|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:41:05|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:41:06|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 14:41:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:46:06|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 14:46:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:51:06|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 14:51:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 14:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:01:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:06:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:21:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:26:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:36:06|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:36:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:41:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:46:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:51:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:56:06|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 15:56:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:01:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:06:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:16:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:21:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:26:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:36:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:41:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:46:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:51:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:56:06|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 16:56:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:01:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:06:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:21:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:26:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:36:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:41:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:46:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:51:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 17:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:01:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:06:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:21:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:26:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:36:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:41:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:46:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:51:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 18:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:01:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:06:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:21:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:26:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:36:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:41:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:46:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:51:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 19:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:01:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:06:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:21:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:26:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:36:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:41:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:46:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:51:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 20:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:21:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:26:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:31:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:36:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 21:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:26:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:36:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 22:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:36:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-15 23:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
791
App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL.0.log
Normal file
791
App/SERV_EMAIL/bin/Debug/Log/2019-04-15-SERV_EMAIL.0.log
Normal file
@@ -0,0 +1,791 @@
|
|||||||
|
2019-04-15 14:36:06|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 14:36:07|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 14:36:07|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 14:36:07|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:36:08|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 14:36:10|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:36:10|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 14:41:05|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 14:41:05|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 14:41:05|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 14:41:05|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:41:05|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 14:41:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:41:06|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 14:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 14:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 14:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 14:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 14:46:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:46:06|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 14:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 14:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 14:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 14:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 14:51:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:51:06|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 14:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 14:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 14:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 14:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 14:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 14:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 14:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:01:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:06:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:21:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:26:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:36:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:36:06|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:41:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:46:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:51:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 15:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 15:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 15:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 15:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 15:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 15:56:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 15:56:06|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:01:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:06:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:16:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:16:06|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:21:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:26:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:36:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:41:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:46:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:51:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 16:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 16:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 16:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 16:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 16:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 16:56:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 16:56:06|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:01:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:06:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:21:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:26:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:36:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:41:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:46:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:51:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 17:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 17:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 17:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 17:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 17:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 17:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 17:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:01:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:06:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:21:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:26:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:36:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:41:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:46:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:51:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 18:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 18:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 18:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 18:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 18:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 18:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 18:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:01:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:06:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:21:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:26:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:36:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:41:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:46:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:51:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 19:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 19:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 19:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 19:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 19:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 19:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 19:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:01:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:06:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:21:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:26:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:36:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:41:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:41:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:46:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:51:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 20:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 20:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 20:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 20:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 20:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 20:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 20:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:21:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:26:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:31:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:36:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 21:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 21:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 21:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 21:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 21:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 21:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 21:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:26:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:26:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:36:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 22:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 22:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 22:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 22:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 22:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 22:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 22:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:16:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:21:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:26:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:26:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:31:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:31:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:36:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:36:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:36:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:36:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:41:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:41:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:46:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:51:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:51:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-15 23:56:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-15 23:56:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-15 23:56:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-15 23:56:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-15 23:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-15 23:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-15 23:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
736
App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL-Error.log
Normal file
736
App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL-Error.log
Normal file
@@ -0,0 +1,736 @@
|
|||||||
|
2019-04-16 00:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:31:06|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:31:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:51:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:56:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 00:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:16:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:31:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:56:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 01:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:16:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:31:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:56:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 02:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:01:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:06:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:11:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:16:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:21:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:31:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:46:05|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:56:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 03:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:16:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:31:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:56:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 04:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:16:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:31:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:56:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 05:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:16:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:31:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:56:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 06:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:16:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:31:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:46:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:51:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:56:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 07:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:01:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:06:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:11:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:16:03|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:16:03|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:21:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:26:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:31:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:36:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:41:04|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||||
|
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||||
|
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||||
|
2019-04-16 08:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:45:22|MyService|WARN >> ## Service was stopped manually. ##
|
||||||
737
App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL.log
Normal file
737
App/SERV_EMAIL/bin/Debug/Log/2019-04-16-SERV_EMAIL.log
Normal file
@@ -0,0 +1,737 @@
|
|||||||
|
2019-04-16 00:01:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:01:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:06:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:06:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:06:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:06:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:06:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:11:04|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:16:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:16:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:16:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:16:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:21:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:26:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:26:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:26:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:31:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:31:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:31:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:31:06|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:31:06|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:36:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:36:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:36:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:41:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:41:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:41:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:46:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:46:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:51:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:51:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:51:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:51:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:51:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:51:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:51:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 00:56:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 00:56:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 00:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 00:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 00:56:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 00:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 00:56:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:01:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:01:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:01:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:01:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:01:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:06:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:06:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:11:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:11:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:16:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:16:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:21:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:31:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:46:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:46:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:51:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:51:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 01:56:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 01:56:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 01:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 01:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 01:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 01:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 01:56:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:01:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:01:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:06:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:06:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:11:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:11:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:16:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:16:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:21:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:31:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:31:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:46:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:46:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:51:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:51:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 02:56:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 02:56:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 02:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 02:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 02:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 02:56:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 02:56:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:01:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:01:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:01:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:01:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:06:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:06:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:06:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:06:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:11:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:11:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:11:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:11:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:11:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:11:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:11:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:16:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:16:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:16:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:21:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:21:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:21:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:21:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:21:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:21:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:31:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:46:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:46:04|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:46:04|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:46:04|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:46:04|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:46:05|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:46:05|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:51:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:51:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 03:56:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 03:56:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 03:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 03:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 03:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 03:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 03:56:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:01:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:01:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:06:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:06:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:11:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:11:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:16:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:16:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:21:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:31:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:46:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:46:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:51:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:51:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 04:56:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 04:56:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 04:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 04:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 04:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 04:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 04:56:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:01:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:01:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:06:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:06:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:11:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:11:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:16:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:16:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:21:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:31:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:46:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:46:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:51:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:51:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 05:56:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 05:56:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 05:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 05:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 05:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 05:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 05:56:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:01:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:01:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:06:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:06:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:11:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:11:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:16:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:16:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:21:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:31:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:46:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:46:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:51:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:51:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 06:56:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 06:56:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 06:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 06:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 06:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 06:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 06:56:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:01:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:01:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:06:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:06:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:11:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:11:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:16:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:16:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:16:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:21:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:31:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:46:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:46:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:46:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:46:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:46:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:46:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:46:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:51:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:51:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:51:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:51:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:51:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:51:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:51:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 07:56:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 07:56:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 07:56:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 07:56:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 07:56:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 07:56:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 07:56:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:01:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:01:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:01:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:01:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:01:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:01:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:01:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:06:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:06:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:06:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:06:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:06:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:06:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:06:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:11:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:11:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:11:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:11:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:11:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:11:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:11:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:16:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:16:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:16:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:16:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:16:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:16:03|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:16:03|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:21:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:21:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:21:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:21:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:21:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:21:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:21:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:26:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:26:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:26:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:26:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:26:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:26:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:26:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:31:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:31:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:31:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:31:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:31:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:31:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:31:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:36:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:36:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:36:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:36:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:36:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:36:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:36:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:41:03|MyService|INFO >> ## running thread......
|
||||||
|
2019-04-16 08:41:03|clsWorkEmail|INFO >> Detail-Log is on
|
||||||
|
2019-04-16 08:41:03|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||||
|
2019-04-16 08:41:03|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||||
|
2019-04-16 08:41:03|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||||
|
2019-04-16 08:41:04|clsWorker|WARN >> Error while polling emails....
|
||||||
|
2019-04-16 08:41:04|clsWorker|INFO >> No emails for profile!
|
||||||
|
2019-04-16 08:45:22|MyService|INFO >> ## Service was stopped manually. ##
|
||||||
|
2019-04-16 08:45:22|MyService|WARN >> ## Service was stopped manually. ##
|
||||||
BIN
App/SERV_EMAIL/bin/Debug/S22.Imap.dll
Normal file
BIN
App/SERV_EMAIL/bin/Debug/S22.Imap.dll
Normal file
Binary file not shown.
7178
App/SERV_EMAIL/bin/Debug/S22.Imap.xml
Normal file
7178
App/SERV_EMAIL/bin/Debug/S22.Imap.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
726758b03f9473bdaf596fc9d5f7f7e814dacdb1
|
194f0e0b9909d26a065a24a0efa14204b59b0794
|
||||||
|
|||||||
@@ -18,10 +18,12 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_E
|
|||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.exe
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.exe
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.pdb
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.pdb
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\SERV_EMAIL.xml
|
||||||
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.EMLProfiler.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Independentsoft.Email.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Independentsoft.Email.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Interop.WINDREAMLib.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Interop.WINDREAMLib.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\NLog.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\NLog.dll
|
||||||
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\S22.Imap.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\FirebirdSql.Data.FirebirdClient.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\FirebirdSql.Data.FirebirdClient.dll
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Oracle.ManagedDataAccess.dll
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Oracle.ManagedDataAccess.dll
|
||||||
@@ -31,6 +33,7 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Digita
|
|||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.pdb
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.pdb
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Logging.xml
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\NLog.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\NLog.xml
|
||||||
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\S22.Imap.xml
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.pdb
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.pdb
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.xml
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.xml
|
||||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.dll.config
|
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.dll.config
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user