Merge branch 'master' of http://172.24.11.74:90/scm/git/DDEmailProfiler
This commit is contained in:
commit
24059d8033
Binary file not shown.
Binary file not shown.
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP.7z
Normal file
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP.7z
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.reloc
Normal file
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.reloc
Normal file
Binary file not shown.
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/GROUP_ICON/32512
Normal file
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/GROUP_ICON/32512
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 B |
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/1.ico
Normal file
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/1.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/2.ico
Normal file
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/ICON/2.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
12
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/MANIFEST/1
Normal file
12
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/MANIFEST/1
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
|
||||
<security>
|
||||
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
|
||||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
</assembly>
|
||||
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/version.txt
Normal file
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.rsrc/version.txt
Normal file
Binary file not shown.
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.text
Normal file
BIN
App/CONFIG_APP/bin/Debug/CONFIG_APP/.text
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
41
App/CONFIG_APP/frmMain.Designer.vb
generated
41
App/CONFIG_APP/frmMain.Designer.vb
generated
@ -325,6 +325,9 @@ Partial Class frmMain
|
||||
Me.TBEMLP_HISTORYTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_HISTORYTableAdapter()
|
||||
Me.TBEMLP_CONFIGTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter()
|
||||
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.txtInboxname = New System.Windows.Forms.TextBox()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
PROFILE_NAMELabel = New System.Windows.Forms.Label()
|
||||
POLL_TYPELabel = New System.Windows.Forms.Label()
|
||||
@ -2889,6 +2892,9 @@ Partial Class frmMain
|
||||
'
|
||||
'TabPage3
|
||||
'
|
||||
Me.TabPage3.Controls.Add(Me.Button2)
|
||||
Me.TabPage3.Controls.Add(Me.txtInboxname)
|
||||
Me.TabPage3.Controls.Add(Me.Button1)
|
||||
Me.TabPage3.Controls.Add(Me.txtTestmail)
|
||||
Me.TabPage3.Controls.Add(Me.Label12)
|
||||
Me.TabPage3.Controls.Add(Me.btnsendtestmail)
|
||||
@ -3300,6 +3306,38 @@ Partial Class frmMain
|
||||
'
|
||||
Me.TBEMLP_CONFIGTableAdapter.ClearBeforeFill = True
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Image = Global.CONFIG_APP.My.Resources.Resources.email_go
|
||||
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button1.Location = New System.Drawing.Point(373, 280)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(117, 35)
|
||||
Me.Button1.TabIndex = 68
|
||||
Me.Button1.Text = "TEST_IMAP"
|
||||
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtInboxname
|
||||
'
|
||||
Me.txtInboxname.Location = New System.Drawing.Point(496, 294)
|
||||
Me.txtInboxname.Name = "txtInboxname"
|
||||
Me.txtInboxname.Size = New System.Drawing.Size(100, 21)
|
||||
Me.txtInboxname.TabIndex = 69
|
||||
Me.txtInboxname.Text = "Inbox"
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Image = Global.CONFIG_APP.My.Resources.Resources.email_go
|
||||
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.Button2.Location = New System.Drawing.Point(374, 321)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(117, 35)
|
||||
Me.Button2.TabIndex = 70
|
||||
Me.Button2.Text = "TEST_POP"
|
||||
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@ -3630,4 +3668,7 @@ Partial Class frmMain
|
||||
Friend WithEvents txtTestmail As TextBox
|
||||
Friend WithEvents Label12 As Label
|
||||
Friend WithEvents btnsendtestmail As Button
|
||||
Friend WithEvents Button1 As Button
|
||||
Friend WithEvents txtInboxname As TextBox
|
||||
Friend WithEvents Button2 As Button
|
||||
End Class
|
||||
|
||||
@ -304,6 +304,82 @@
|
||||
nRg7L/M8pziOWYAVBu8cdfSxgesVgiCgzWZLz8fTMABHHnX0cbOCMQfIRVFEt/LOgChNU14lJ7/UScxA
|
||||
AQ3Y6Xg4saCqHryCI/+TwTf8uQFu2SUS6FdwhSroObCNwI056As1UKFq0JNooZtEz3sBIUpmhmW9bzQA
|
||||
AAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="BindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1209, 17</value>
|
||||
</metadata>
|
||||
<metadata name="BindingNavigator5.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1297, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBDD_EMAIL_ACCOUNTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>777, 95</value>
|
||||
</metadata>
|
||||
<metadata name="BindingNavigator6.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1079, 134</value>
|
||||
</metadata>
|
||||
<data name="BindingNavigatorAddNewItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
|
||||
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
|
||||
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
|
||||
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
|
||||
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorDeleteItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
|
||||
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
|
||||
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
|
||||
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
|
||||
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
|
||||
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveFirstItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
||||
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
|
||||
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMovePreviousItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveNextItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||
oAc0QjgAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveLastItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="TBEMLP_POLL_PROFILESBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
@ -312,6 +388,9 @@
|
||||
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>404, 17</value>
|
||||
</metadata>
|
||||
<metadata name="MyDataset.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>404, 17</value>
|
||||
</metadata>
|
||||
<metadata name="TBDD_EMAIL_ACCOUNTBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>777, 95</value>
|
||||
</metadata>
|
||||
@ -382,6 +461,18 @@
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="BindingNavigator2.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 56</value>
|
||||
</metadata>
|
||||
<metadata name="BindingNavigator3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1175, 56</value>
|
||||
</metadata>
|
||||
<metadata name="BindingNavigator4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBEMLP_POLL_PROCESSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>171, 56</value>
|
||||
</metadata>
|
||||
<metadata name="TBEMLP_POLL_PROCESSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>171, 56</value>
|
||||
</metadata>
|
||||
@ -455,6 +546,9 @@
|
||||
<metadata name="TBEMLP_POLL_STEPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>691, 56</value>
|
||||
</metadata>
|
||||
<metadata name="TBEMLP_POLL_STEPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>691, 56</value>
|
||||
</metadata>
|
||||
<metadata name="BindingNavigator3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1175, 56</value>
|
||||
</metadata>
|
||||
@ -525,6 +619,9 @@
|
||||
<metadata name="TBEMLP_POLL_INDEXING_STEPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>171, 95</value>
|
||||
</metadata>
|
||||
<metadata name="TBEMLP_POLL_INDEXING_STEPSBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>171, 95</value>
|
||||
</metadata>
|
||||
<metadata name="BindingNavigator4.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 95</value>
|
||||
</metadata>
|
||||
@ -595,6 +692,9 @@
|
||||
<metadata name="TBEMLP_CONFIGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>467, 134</value>
|
||||
</metadata>
|
||||
<metadata name="TBEMLP_CONFIGBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>467, 134</value>
|
||||
</metadata>
|
||||
<metadata name="TBEMLP_HISTORYBindingSource.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>17, 134</value>
|
||||
</metadata>
|
||||
@ -639,73 +739,6 @@
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="BindingNavigator6.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>1079, 134</value>
|
||||
</metadata>
|
||||
<data name="BindingNavigatorAddNewItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
|
||||
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
|
||||
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
|
||||
zpX/v6RC8f/fWzFAjeH/p+Zp/J+QpfW/O0P3f3uq/v/mREPCYTIb6E+Qc//dCPjfk6FDWAM6APnz3w1/
|
||||
IPb735qsT7oB3em6YP+CcH2cEekGtCQZ/G+IN/xfE2v8vzLahHQD6AQYGAAkI9iedfyIaQAAAABJRU5E
|
||||
rkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorDeleteItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
|
||||
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
|
||||
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
|
||||
86CNhdrsX9a/uQZTPhQl4rMY4OLofbl3aX7I8uwPC7y/g1YdjyVJuEvT8e1tfwUYteHUxCCfHChDeHmG
|
||||
QQvokjlOU+PbWA0x3pZnILVVI3uvQyHsbiLnqnGmRCF1NYD8pDhpRxOH7HQoAKZGkFKjceszQbpSrumX
|
||||
bO+G80MFwKUTxgfgcO/b8D9IpXoFiiMDHIQm0skAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveFirstItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
||||
Iu/O/9T+11gVGSSd+C+b9vW/bvA83AYYZt3+H9byEqci/dTL/zV8p+E2QCftxn+/6od4Fal4TMBtgFPu
|
||||
lf8gBXgVDULAwAAA8HbAq6XlmnAAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMovePreviousItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveNextItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||
oAc0QjgAAAAASUVORK5CYII=
|
||||
</value>
|
||||
</data>
|
||||
<data name="BindingNavigatorMoveLastItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
wwAADsMBx2+oZAAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
WOTd+W9TcAVDMwiA5FL7X8O9hBUYZt3GqhkEQHJhLS//6wbPw22ATtoNnJIgOb/qh/81fKfhNgAfcMq9
|
||||
8l/FYwIYQ4UGBWBgAAC+0b+zuQxOnAAAAABJRU5ErkJggg==
|
||||
</value>
|
||||
</data>
|
||||
<metadata name="BackgroundWorker1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
|
||||
@ -13,6 +13,7 @@ Public Class frmMain
|
||||
Private _Encryption As clsEncryption
|
||||
Private _windream As clsWindream_allgemein
|
||||
Private _email As clsEmail
|
||||
Private _emailIMAP As clsEmailIMAP
|
||||
Private _LoadInProgress As Boolean = True
|
||||
|
||||
Public Sub New()
|
||||
@ -34,6 +35,7 @@ Public Class frmMain
|
||||
Logger = MyLogger.GetLogger()
|
||||
_windream = New clsWindream_allgemein(MyLogger)
|
||||
_email = New clsEmail(MyLogger)
|
||||
_emailIMAP = New clsEmailIMAP(MyLogger)
|
||||
InitDatabase()
|
||||
If Set_ConnectionStrings() Then
|
||||
Load_AllData()
|
||||
@ -645,4 +647,16 @@ Public Class frmMain
|
||||
End If
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
My.Settings.Save()
|
||||
Dim PWPlain = _Encryption.DecryptData(EMAIL_PWTextBox.Text)
|
||||
_emailIMAP.TEST_IMAP_COLLECT(txtInboxname.Text, EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain)
|
||||
End Sub
|
||||
|
||||
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
|
||||
My.Settings.Save()
|
||||
Dim PWPlain = _Encryption.DecryptData(EMAIL_PWTextBox.Text)
|
||||
_email.TEST_POP3_COLLECT(EMAIL_SMTPTextBox.Text, PORTTextBox.Text, EMAIL_USERTextBox.Text, PWPlain)
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -1,3 +1,6 @@
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraGrid.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.XtraGrid.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe.config
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\CONFIG_APP.pdb
|
||||
@ -28,7 +31,6 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExp
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Printing.v18.1.Core.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.Utils.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraEditors.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraGrid.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraLayout.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DevExpress.XtraPrinting.v18.1.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\DigitalData.EMLProfiler.pdb
|
||||
@ -64,7 +66,6 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\Dev
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.XtraEditors.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.XtraEditors.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.XtraEditors.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\de\DevExpress.XtraGrid.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\es\DevExpress.XtraGrid.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ja\DevExpress.XtraGrid.v18.1.resources.dll
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\ru\DevExpress.XtraGrid.v18.1.resources.dll
|
||||
@ -109,4 +110,3 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.vbproj.CopyComplete
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\obj\Debug\CONFIG_APP.pdb
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
App/DigitalData.EMLProfiler/bin/Debug/DLL.7z
Normal file
BIN
App/DigitalData.EMLProfiler/bin/Debug/DLL.7z
Normal file
Binary file not shown.
BIN
App/DigitalData.EMLProfiler/bin/Debug/DLLEM.7z
Normal file
BIN
App/DigitalData.EMLProfiler/bin/Debug/DLLEM.7z
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -5,6 +5,7 @@ Imports DigitalData.EMLProfiler.ClassCurrent
|
||||
Imports DigitalData.Modules.Logging
|
||||
Public Class clsEmailIMAP
|
||||
Private Shared Logger As DigitalData.Modules.Logging.Logger
|
||||
|
||||
Sub New(LogConf As LogConfig)
|
||||
Logger = LogConf.GetLogger
|
||||
End Sub
|
||||
@ -28,7 +29,6 @@ Public Class clsEmailIMAP
|
||||
client.SelectFolder("Inbox")
|
||||
Dim envelopes As Envelope() = client.ListMessages()
|
||||
For i As Integer = 0 To envelopes.Length - 1
|
||||
|
||||
If Not IsNothing(envelopes(i).Subject) Then
|
||||
'If envelopes(i).Subject.ToString.ToUpper.Contains("[PROCESSMANAGER]") Or envelopes(i).Subject.ToString.ToUpper.Contains("[ADDI]") Then
|
||||
Logger.Info($"Working on email: UniqueID: {envelopes(i).UniqueID} - Subject:{envelopes(i).Subject} - Date {envelopes(i).Date.ToString}")
|
||||
@ -38,30 +38,46 @@ Public Class clsEmailIMAP
|
||||
End If
|
||||
'End If
|
||||
End If
|
||||
|
||||
Next
|
||||
|
||||
client.Disconnect()
|
||||
Logger.Debug("IMAP_COLLECT finished!")
|
||||
Return True
|
||||
' MAIL_LIST
|
||||
|
||||
|
||||
'client.ValidateRemoteCertificate = False
|
||||
'client.Connect()
|
||||
|
||||
'client.Login(MAIL_USER, MAIL_USER_PW)
|
||||
|
||||
'Dim messages As Message() = client.GetMessages("Inbox")
|
||||
|
||||
'For i As Integer = 0 To messages.Length - 1
|
||||
' MAIL_LIST.Add(messages(i))
|
||||
'Next
|
||||
'Logger.Debug(String.Format("MAIL_LIST.Count: {0}", MAIL_LIST.Count))
|
||||
'client.Disconnect()
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex, "Unexpected Error in IMAP COLLECT:")
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
Public Function TEST_IMAP_COLLECT(INBOXNAME As String, MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String)
|
||||
Try
|
||||
Logger.Info(String.Format("Working on TEST_IMAP_COLLECT....."))
|
||||
|
||||
Dim client As New ImapClient(MYMAIL_SERVER, MYMAIL_PORT)
|
||||
|
||||
'If LOG_ERRORS_ONLY = False Then
|
||||
' Dim emaillogger As New Independentsoft.Email.Logger(My.Application.Info.DirectoryPath & "\Log\IDSoftMailLog.txt")
|
||||
' AddHandler emaillogger.WriteLog, AddressOf OnWriteLog
|
||||
'client.Logger = emaillogger
|
||||
'End If
|
||||
client.Connect()
|
||||
client.Login(MYMAIL_USER, MYMAIL_USER_PW)
|
||||
client.SelectFolder(INBOXNAME)
|
||||
Dim envelopes As Envelope() = client.ListMessages()
|
||||
|
||||
For i As Integer = 0 To envelopes.Length - 1
|
||||
If Not IsNothing(envelopes(i).Subject) Then
|
||||
'If envelopes(i).Subject.ToString.ToUpper.Contains("[PROCESSMANAGER]") Or envelopes(i).Subject.ToString.ToUpper.Contains("[ADDI]") Then
|
||||
MsgBox($"Working on email: UniqueID: {envelopes(i).UniqueID} - Subject:{envelopes(i).Subject} - Date {envelopes(i).Date.ToString}")
|
||||
Dim message As Mime.Message = client.GetMessage(envelopes(i).UniqueID)
|
||||
End If
|
||||
Next
|
||||
|
||||
client.Disconnect()
|
||||
Logger.Info("TEST_IMAP_COLLECT finished!")
|
||||
Return True
|
||||
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex, "Unexpected Error in TEST_IMAP_COLLECT:")
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
End Class
|
||||
|
||||
@ -1,13 +1,15 @@
|
||||
Imports Independentsoft.Email
|
||||
Imports Independentsoft.Email.Pop3
|
||||
Imports Independentsoft.Email.Smtp
|
||||
Imports Independentsoft.Email.Mime
|
||||
Imports Independentsoft.Email.Imap
|
||||
Imports DigitalData.EMLProfiler.ClassCurrent
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports Independentsoft.Email.Smtp
|
||||
|
||||
|
||||
Public Class clsEmail
|
||||
Private Shared Logger As DigitalData.Modules.Logging.Logger
|
||||
Public Shared EMAIL_INBOX_LIST As New ArrayList()
|
||||
Sub New(LogConf As LogConfig)
|
||||
Logger = LogConf.GetLogger
|
||||
End Sub
|
||||
@ -18,12 +20,6 @@ Public Class clsEmail
|
||||
Try
|
||||
Logger.Debug(String.Format("Working on POP3_COLLECT....."))
|
||||
Dim client As New Pop3Client(MAIL_SERVER, MAIL_PORT)
|
||||
'If LOG_ERRORS_ONLY = False Then
|
||||
' Dim logger As New Logger(My.Application.Info.DirectoryPath & "\Log\IDSoftMailLog.txt")
|
||||
' AddHandler logger.WriteLog, AddressOf OnWriteLog
|
||||
' client.Logger = logger
|
||||
'End If
|
||||
|
||||
|
||||
client.ValidateRemoteCertificate = False
|
||||
client.Connect()
|
||||
@ -35,7 +31,12 @@ Public Class clsEmail
|
||||
For i As Integer = 0 To messageInfo.Length - 1
|
||||
Dim message As Message = client.GetMessage(messageInfo(i).Index)
|
||||
MAIL_LIST.Add(message)
|
||||
Try
|
||||
Logger.Debug(String.Format("Message [{0}] added", message.Subject))
|
||||
Catch ex As Exception
|
||||
|
||||
End Try
|
||||
|
||||
|
||||
'client.Delete(messageInfo(i).Index)
|
||||
Next
|
||||
@ -50,16 +51,37 @@ Public Class clsEmail
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
Public Function TEST_POP3_COLLECT(MYMAIL_SERVER As String, MYMAIL_PORT As Integer, MYMAIL_USER As String, MYMAIL_USER_PW As String) As Boolean
|
||||
Try
|
||||
Logger.Debug(String.Format("Working on TEST_POP3_COLLECT..."))
|
||||
Dim client As New Pop3Client(MYMAIL_SERVER, MYMAIL_PORT)
|
||||
|
||||
client.ValidateRemoteCertificate = False
|
||||
client.Connect()
|
||||
Logger.Debug(String.Format("..connected!"))
|
||||
client.Login(MYMAIL_USER, MYMAIL_USER_PW)
|
||||
|
||||
Dim messageInfo As MessageInfo() = client.List()
|
||||
|
||||
For i As Integer = 0 To messageInfo.Length - 1
|
||||
Dim message As Message = client.GetMessage(messageInfo(i).Index)
|
||||
MsgBox(String.Format("Message [{0}] added", message.Subject))
|
||||
|
||||
Next
|
||||
|
||||
client.Disconnect()
|
||||
MsgBox(String.Format("TEST_POP3_COLLECT finished!"))
|
||||
Return True
|
||||
Catch ex As Exception
|
||||
Logger.Error(ex)
|
||||
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
Public Function DELETE_EMAIL(msgid As String)
|
||||
Try
|
||||
If CURRENT_POLL_TYPE = "POP" Then
|
||||
Dim client As New Pop3Client(MAIL_SERVER, MAIL_PORT)
|
||||
'If LOG_ERRORS_ONLY = False Then
|
||||
' Dim logger As New Independentsoft.Email.Logger(My.Application.Info.DirectoryPath & "\Log\IDSoftMailLog.txt")
|
||||
' AddHandler logger.WriteLog, AddressOf OnWriteLog
|
||||
' client.Logger = logger
|
||||
'End If
|
||||
|
||||
client.ValidateRemoteCertificate = False
|
||||
client.Connect()
|
||||
client.Login(MAIL_USER, MAIL_USER_PW)
|
||||
@ -79,10 +101,6 @@ Public Class clsEmail
|
||||
ElseIf CURRENT_POLL_TYPE = "IMAP" Then
|
||||
Dim client As New ImapClient(MAIL_SERVER, MAIL_PORT)
|
||||
|
||||
'Dim logger As New Logger(My.Application.Info.DirectoryPath & "\Log\IDSoftMailLog.txt")
|
||||
'AddHandler logger.WriteLog, AddressOf OnWriteLog
|
||||
'client.Logger = logger
|
||||
|
||||
client.ValidateRemoteCertificate = False
|
||||
client.Connect()
|
||||
client.Login(MAIL_USER, MAIL_USER_PW)
|
||||
@ -242,4 +260,5 @@ Public Class clsEmail
|
||||
Return False
|
||||
End Try
|
||||
End Function
|
||||
|
||||
End Class
|
||||
|
||||
@ -123,8 +123,8 @@ Public Class clsWorkEmail
|
||||
WM_IDX_BODY_SUBSTR_LENGTH = row("WM_IDX_BODY_SUBSTR_LENGTH")
|
||||
|
||||
COPY2HDD(row("COPY_2_HDD"), row("PATH_EMAIL_TEMP"), row("PATH_EMAIL_ERRORS"), True)
|
||||
EXTRACT_BODY()
|
||||
EXTRACT_ATTACHMENTS(row("PATH_EMAIL_TEMP"), row("PATH_EMAIL_ERRORS"))
|
||||
EXTRACT_BODY()
|
||||
oDel_email = row("DELETE_MAIL")
|
||||
Next
|
||||
EMAIL_DELETE(oDel_email)
|
||||
@ -273,7 +273,7 @@ Public Class clsWorkEmail
|
||||
If Not IsNothing(m.Value) Then
|
||||
If m.Value.Length > WM_IDX_BODY_SUBSTR_LENGTH Then
|
||||
Try
|
||||
Logger.Info($"Getting the Substring of body - Length: {WM_IDX_BODY_SUBSTR_LENGTH}...")
|
||||
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)
|
||||
@ -289,27 +289,9 @@ Public Class clsWorkEmail
|
||||
|
||||
End If
|
||||
End If
|
||||
'Dim matchcount As Integer = 0
|
||||
'Do While m.Success
|
||||
' matchcount += 1
|
||||
' Console.WriteLine("Match" & (matchcount))
|
||||
' Dim i As Integer
|
||||
' For i = 1 To 2
|
||||
' Dim g As Group = m.Groups(i)
|
||||
' Console.WriteLine("Group" & i & "='" & g.ToString() & "'")
|
||||
' Dim cc As CaptureCollection = g.Captures
|
||||
' Dim j As Integer
|
||||
' For j = 0 To cc.Count - 1
|
||||
' Dim c As Capture = cc(j)
|
||||
' Console.WriteLine("Capture" & j & "='" & c.ToString() _
|
||||
' & "', Position=" & c.Index)
|
||||
' Next
|
||||
' Next
|
||||
' m = m.NextMatch()
|
||||
'Loop
|
||||
|
||||
|
||||
Logger.Info(String.Format("MailBody-Substring After RecognizeString:...[{0}]", CURRENT_MAIL_BODY_Substr2))
|
||||
Logger.Debug(String.Format("MailBody-Substring After RecognizeString:...[{0}]", CURRENT_MAIL_BODY_Substr2))
|
||||
End If
|
||||
|
||||
Catch ex As Exception
|
||||
@ -403,8 +385,12 @@ Public Class clsWorkEmail
|
||||
Return children
|
||||
End Function
|
||||
Private Function EMAIL_DELETE(del As Boolean)
|
||||
If del = True And MessageError = False And _worked_email = True Then
|
||||
If del = True And MessageError = False Then
|
||||
_email.DELETE_EMAIL(CURRENT_MAIL_MESSAGE.MessageID)
|
||||
Else
|
||||
If MessageError = True Then
|
||||
Logger.Warn($"Could not delete Message {CURRENT_MAIL_MESSAGE.MessageID} as there was an MessageError!")
|
||||
End If
|
||||
End If
|
||||
End Function
|
||||
Private Function WORK_POLL_STEPS() As Boolean
|
||||
|
||||
@ -113,7 +113,7 @@ Public Class clsWorker
|
||||
End Select
|
||||
If pollresult = False Then
|
||||
Logger.Warn(String.Format("Error while polling emails...."))
|
||||
Continue For
|
||||
|
||||
End If
|
||||
If MAIL_LIST.Count() > 0 Then
|
||||
Logger.Info(String.Format("Worked/Pulled: {0} E-Mails", MAIL_LIST.Count()))
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -17,7 +17,6 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\Independentsoft.Email.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\NLog.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\bin\Debug\FirebirdSql.Data.FirebirdClient.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbprojAssemblyReference.cache
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.Resources.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.GenerateResource.cache
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\obj\Debug\DigitalData.EMLProfiler.vbproj.CoreCompileInputs.cache
|
||||
|
||||
Binary file not shown.
@ -26,6 +26,9 @@
|
||||
<setting name="FB_PW" serializeAs="String">
|
||||
<value>dd</value>
|
||||
</setting>
|
||||
<setting name="LOGERRORS_ONLY" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</SERV_EMAIL.My.MySettings>
|
||||
</applicationSettings>
|
||||
</configuration>
|
||||
9
App/SERV_EMAIL/My Project/Settings.Designer.vb
generated
9
App/SERV_EMAIL/My Project/Settings.Designer.vb
generated
@ -100,6 +100,15 @@ Namespace My
|
||||
Return CType(Me("FB_PW"),String)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
<Global.System.Configuration.ApplicationScopedSettingAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Configuration.DefaultSettingValueAttribute("True")> _
|
||||
Public ReadOnly Property LOGERRORS_ONLY() As Boolean
|
||||
Get
|
||||
Return CType(Me("LOGERRORS_ONLY"),Boolean)
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
|
||||
@ -22,5 +22,8 @@
|
||||
<Setting Name="FB_PW" Type="System.String" Scope="Application">
|
||||
<Value Profile="(Default)">dd</Value>
|
||||
</Setting>
|
||||
<Setting Name="LOGERRORS_ONLY" Type="System.Boolean" Scope="Application">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
BIN
App/SERV_EMAIL/bin/Debug/Debug.7z
Normal file
BIN
App/SERV_EMAIL/bin/Debug/Debug.7z
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23590
App/SERV_EMAIL/bin/Debug/Log/2018-12-19-SERV_EMAIL-Debug.0.log
Normal file
23590
App/SERV_EMAIL/bin/Debug/Log/2018-12-19-SERV_EMAIL-Debug.0.log
Normal file
File diff suppressed because it is too large
Load Diff
4718
App/SERV_EMAIL/bin/Debug/Log/2018-12-19-SERV_EMAIL-Error.0.log
Normal file
4718
App/SERV_EMAIL/bin/Debug/Log/2018-12-19-SERV_EMAIL-Error.0.log
Normal file
File diff suppressed because it is too large
Load Diff
3372
App/SERV_EMAIL/bin/Debug/Log/2018-12-19-SERV_EMAIL.0.log
Normal file
3372
App/SERV_EMAIL/bin/Debug/Log/2018-12-19-SERV_EMAIL.0.log
Normal file
File diff suppressed because it is too large
Load Diff
60445
App/SERV_EMAIL/bin/Debug/Log/2018-12-20-SERV_EMAIL-Debug.0.log
Normal file
60445
App/SERV_EMAIL/bin/Debug/Log/2018-12-20-SERV_EMAIL-Debug.0.log
Normal file
File diff suppressed because it is too large
Load Diff
12089
App/SERV_EMAIL/bin/Debug/Log/2018-12-20-SERV_EMAIL-Error.0.log
Normal file
12089
App/SERV_EMAIL/bin/Debug/Log/2018-12-20-SERV_EMAIL-Error.0.log
Normal file
File diff suppressed because it is too large
Load Diff
8635
App/SERV_EMAIL/bin/Debug/Log/2018-12-20-SERV_EMAIL.0.log
Normal file
8635
App/SERV_EMAIL/bin/Debug/Log/2018-12-20-SERV_EMAIL.0.log
Normal file
File diff suppressed because it is too large
Load Diff
28910
App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL-Debug.log
Normal file
28910
App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL-Debug.log
Normal file
File diff suppressed because it is too large
Load Diff
5783
App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL-Error.log
Normal file
5783
App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL-Error.log
Normal file
File diff suppressed because it is too large
Load Diff
4132
App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL.log
Normal file
4132
App/SERV_EMAIL/bin/Debug/Log/2018-12-21-SERV_EMAIL.log
Normal file
File diff suppressed because it is too large
Load Diff
140
App/SERV_EMAIL/bin/Debug/Log/2019-01-03-SERV_EMAIL-Debug.0.log
Normal file
140
App/SERV_EMAIL/bin/Debug/Log/2019-01-03-SERV_EMAIL-Debug.0.log
Normal file
@ -0,0 +1,140 @@
|
||||
2019-01-03 11:19:21|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:21|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:22|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:22|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:23|Firebird|DEBUG >> Connecting to database..
|
||||
2019-01-03 11:19:23|Firebird|DEBUG >> Connection sucessfully established!
|
||||
2019-01-03 11:19:23|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:19:23|clsWorker|DEBUG >> now windream_init......
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:19:23|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:19:23|clsWorker|DEBUG >> windream_initialized!
|
||||
2019-01-03 11:19:24|clsWorker|DEBUG >> count of active profiles: 1
|
||||
2019-01-03 11:19:24|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com
|
||||
2019-01-03 11:19:24|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:20:11|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|Firebird|DEBUG >> Connecting to database..
|
||||
2019-01-03 11:20:11|Firebird|DEBUG >> Connection sucessfully established!
|
||||
2019-01-03 11:20:11|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:20:11|clsWorker|DEBUG >> now windream_init......
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:20:11|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:20:11|clsWorker|DEBUG >> windream_initialized!
|
||||
2019-01-03 11:20:11|clsWorker|DEBUG >> count of active profiles: 1
|
||||
2019-01-03 11:20:11|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com
|
||||
2019-01-03 11:20:12|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:21:01|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|Firebird|DEBUG >> Connecting to database..
|
||||
2019-01-03 11:21:01|Firebird|DEBUG >> Connection sucessfully established!
|
||||
2019-01-03 11:21:01|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:01|clsWorker|DEBUG >> now windream_init......
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:01|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:01|clsWorker|DEBUG >> windream_initialized!
|
||||
2019-01-03 11:21:01|clsWorker|DEBUG >> count of active profiles: 1
|
||||
2019-01-03 11:21:01|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com
|
||||
2019-01-03 11:21:01|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:21:51|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|Firebird|DEBUG >> Connecting to database..
|
||||
2019-01-03 11:21:51|Firebird|DEBUG >> Connection sucessfully established!
|
||||
2019-01-03 11:21:51|clsDatabase|DEBUG >> Database initialized
|
||||
2019-01-03 11:21:51|clsWorker|DEBUG >> now windream_init......
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> sDD-VMX02-APS01
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-Server: 'sDD-VMX02-APS01'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> windream-UserName: 'DIGITALDATA.LOCAL\SchreiberM'
|
||||
2019-01-03 11:21:51|clsWindream_allgemein|DEBUG >> Alles OK - Erfolgreich angemeldet und Session aufgebaut
|
||||
2019-01-03 11:21:51|clsWorker|DEBUG >> windream_initialized!
|
||||
2019-01-03 11:21:51|clsWorker|DEBUG >> count of active profiles: 1
|
||||
2019-01-03 11:21:51|clsWorker|DEBUG >> gobd@tecosim.com-outlook.office365.com
|
||||
2019-01-03 11:21:51|clsEmailIMAP|DEBUG >> Working on IMAP_COLLECT.....
|
||||
@ -0,0 +1,28 @@
|
||||
2019-01-03 11:19:24|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:19:27|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-03 11:19:27|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:20:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:20:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-03 11:20:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:21:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:21:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-03 11:21:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:21:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:21:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-03 11:21:52|clsWorker|WARN >> Error while polling emails....
|
||||
26
App/SERV_EMAIL/bin/Debug/Log/2019-01-03-SERV_EMAIL.0.log
Normal file
26
App/SERV_EMAIL/bin/Debug/Log/2019-01-03-SERV_EMAIL.0.log
Normal file
@ -0,0 +1,26 @@
|
||||
2019-01-03 11:19:02|MyService|INFO >> ## Service started ##
|
||||
2019-01-03 11:19:21|MyService|INFO >> ...Timer started.
|
||||
2019-01-03 11:19:21|MyService|INFO >> ## running thread......
|
||||
2019-01-03 11:19:24|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-03 11:19:24|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:19:24|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:19:27|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:19:27|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-03 11:20:11|MyService|INFO >> ## running thread......
|
||||
2019-01-03 11:20:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-03 11:20:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:20:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:20:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:20:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-03 11:21:01|MyService|INFO >> ## running thread......
|
||||
2019-01-03 11:21:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-03 11:21:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:21:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:21:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:21:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-03 11:21:51|MyService|INFO >> ## running thread......
|
||||
2019-01-03 11:21:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-03 11:21:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-03 11:21:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-03 11:21:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-03 11:21:52|clsWorker|INFO >> No emails for profile!
|
||||
4270
App/SERV_EMAIL/bin/Debug/Log/2019-01-04-SERV_EMAIL-Debug.0.log
Normal file
4270
App/SERV_EMAIL/bin/Debug/Log/2019-01-04-SERV_EMAIL-Debug.0.log
Normal file
File diff suppressed because it is too large
Load Diff
854
App/SERV_EMAIL/bin/Debug/Log/2019-01-04-SERV_EMAIL-Error.0.log
Normal file
854
App/SERV_EMAIL/bin/Debug/Log/2019-01-04-SERV_EMAIL-Error.0.log
Normal file
@ -0,0 +1,854 @@
|
||||
2019-01-04 12:27:32|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:27:34|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:27:34|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:28:22|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:28:23|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:28:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:29:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:29:13|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:30:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:30:03|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:30:03|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:30:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:30:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:30:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:31:42|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:31:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:31:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:32:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:32:33|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:32:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:33:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:33:23|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:33:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:34:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:34:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:34:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:35:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:35:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:35:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:35:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:35:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:35:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:36:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:36:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:36:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:37:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:37:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:37:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:38:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:38:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:38:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:39:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:39:14|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:39:14|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:40:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:40:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:40:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:40:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:40:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:40:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:41:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:41:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:41:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:42:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:42:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:42:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:43:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:43:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:43:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:44:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:44:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:44:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:45:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:45:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:45:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:45:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:45:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:45:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:46:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:46:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:46:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:47:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:47:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:47:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:48:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:48:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:48:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:49:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:49:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:49:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:50:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:50:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:50:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:50:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:50:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:50:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:51:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:51:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:51:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:52:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:52:33|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:52:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:53:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:53:25|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:53:25|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:54:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:54:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:54:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:55:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:55:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:55:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:55:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:55:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:55:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:56:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:56:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:56:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:57:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:57:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:57:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:58:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:58:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:58:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:59:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:59:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 12:59:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:00:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:00:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:00:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:00:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:00:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:00:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:01:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:01:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:01:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:02:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:02:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:02:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:03:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:03:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:03:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:04:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:04:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:05:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:05:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:05:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:05:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:05:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:05:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:06:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:06:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:06:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:07:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:07:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:07:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:08:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:08:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:08:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:09:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:09:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:09:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:10:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:10:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:10:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:10:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:10:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:10:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:11:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:11:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:11:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:12:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:12:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:12:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:13:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:13:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:13:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:14:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:14:13|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:14:13|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:15:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:15:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:15:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:15:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:15:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:15:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:16:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:16:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:16:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:17:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:17:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:17:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:18:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:18:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:18:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:19:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:19:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:19:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:20:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:20:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:20:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:20:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:20:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:20:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:21:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:21:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:21:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:22:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:22:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:22:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:23:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:23:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:23:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:24:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:24:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:24:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:25:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:25:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:25:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:25:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:25:53|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:25:53|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:26:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:26:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:26:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:27:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:27:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:27:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:28:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:28:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:28:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:29:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:29:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:29:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:30:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:30:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:30:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:30:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:30:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:30:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:31:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:31:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:31:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:32:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:32:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:32:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:33:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:33:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:33:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:34:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:34:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:34:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:35:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:35:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:35:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:35:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:35:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:35:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:36:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:36:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:36:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:37:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:37:33|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:37:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:38:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:38:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:38:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:39:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:39:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:39:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:40:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:40:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:40:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:40:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:40:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:40:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:41:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:41:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:41:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:42:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:42:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:42:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:43:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:43:23|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:43:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:44:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:44:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:44:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:45:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:45:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:45:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:45:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:45:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:45:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:46:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:46:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:46:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:47:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:47:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:47:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:48:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:48:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:48:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:49:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:49:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:49:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:50:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:50:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:50:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:50:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:50:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:50:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:51:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:51:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:51:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:52:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:52:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:52:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:53:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:53:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:53:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:54:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:54:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:54:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:55:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:55:03|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:55:03|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:55:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:55:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:55:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:56:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:56:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:56:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:57:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:57:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:57:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:58:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:58:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:58:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:59:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:59:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 13:59:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:00:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:00:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:00:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:00:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:00:53|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:00:53|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:01:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:01:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:01:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:02:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:02:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:02:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:03:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:03:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:03:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:04:12|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:04:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:05:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:05:02|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:05:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:05:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:05:52|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:05:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:06:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:06:42|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:06:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:07:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:07:32|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:07:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:08:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:08:22|clsEmailIMAP|ERROR >> LOGIN failed.
|
||||
bei Independentsoft.Email.Imap.ImapClient.?(String ?, String ?)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password, AuthenticationType authenticationType)
|
||||
bei Independentsoft.Email.Imap.ImapClient.Login(String username, String password)
|
||||
bei DigitalData.EMLProfiler.clsEmailIMAP.IMAP_COLLECT() in E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\DigitalData.EMLProfiler\clsEmail.IMAP.vb:Zeile 28.
|
||||
2019-01-04 14:08:22|clsWorker|WARN >> Error while polling emails....
|
||||
732
App/SERV_EMAIL/bin/Debug/Log/2019-01-04-SERV_EMAIL.0.log
Normal file
732
App/SERV_EMAIL/bin/Debug/Log/2019-01-04-SERV_EMAIL.0.log
Normal file
@ -0,0 +1,732 @@
|
||||
2019-01-04 12:27:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:27:32|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:27:32|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:27:32|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:27:34|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:27:34|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:28:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:28:22|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:28:22|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:28:22|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:28:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:28:23|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:29:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:29:12|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:29:12|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:29:12|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:29:13|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:29:13|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:30:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:30:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:30:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:30:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:30:03|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:30:03|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:30:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:30:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:30:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:30:52|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:30:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:30:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:31:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:31:42|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:31:42|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:31:42|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:31:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:31:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:32:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:32:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:32:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:32:32|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:32:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:32:33|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:33:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:33:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:33:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:33:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:33:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:33:23|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:34:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:34:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:34:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:34:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:34:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:34:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:35:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:35:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:35:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:35:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:35:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:35:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:35:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:35:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:35:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:35:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:35:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:35:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:36:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:36:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:36:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:36:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:36:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:36:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:37:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:37:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:37:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:37:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:37:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:37:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:38:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:38:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:38:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:38:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:38:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:38:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:39:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:39:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:39:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:39:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:39:14|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:39:14|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:40:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:40:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:40:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:40:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:40:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:40:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:40:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:40:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:40:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:40:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:40:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:40:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:41:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:41:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:41:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:41:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:41:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:41:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:42:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:42:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:42:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:42:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:42:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:42:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:43:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:43:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:43:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:43:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:43:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:43:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:44:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:44:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:44:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:44:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:44:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:44:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:45:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:45:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:45:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:45:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:45:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:45:03|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:45:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:45:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:45:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:45:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:45:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:45:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:46:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:46:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:46:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:46:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:46:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:46:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:47:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:47:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:47:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:47:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:47:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:47:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:48:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:48:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:48:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:48:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:48:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:48:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:49:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:49:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:49:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:49:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:49:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:49:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:50:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:50:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:50:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:50:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:50:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:50:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:50:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:50:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:50:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:50:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:50:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:50:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:51:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:51:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:51:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:51:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:51:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:51:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:52:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:52:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:52:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:52:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:52:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:52:33|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:53:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:53:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:53:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:53:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:53:25|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:53:25|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:54:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:54:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:54:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:54:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:54:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:54:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:55:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:55:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:55:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:55:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:55:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:55:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:55:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:55:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:55:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:55:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:55:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:55:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:56:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:56:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:56:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:56:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:56:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:56:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:57:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:57:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:57:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:57:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:57:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:57:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:58:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:58:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:58:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:58:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:58:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:58:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 12:59:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 12:59:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 12:59:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 12:59:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 12:59:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 12:59:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:00:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:00:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:00:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:00:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:00:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:00:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:00:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:00:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:00:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:00:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:00:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:00:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:01:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:01:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:01:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:01:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:01:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:01:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:02:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:02:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:02:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:02:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:02:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:02:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:03:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:03:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:03:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:03:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:03:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:03:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:04:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:04:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:04:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:04:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:04:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:05:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:05:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:05:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:05:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:05:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:05:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:05:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:05:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:05:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:05:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:05:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:05:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:06:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:06:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:06:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:06:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:06:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:06:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:07:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:07:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:07:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:07:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:07:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:07:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:08:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:08:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:08:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:08:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:08:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:08:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:09:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:09:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:09:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:09:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:09:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:09:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:10:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:10:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:10:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:10:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:10:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:10:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:10:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:10:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:10:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:10:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:10:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:10:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:11:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:11:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:11:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:11:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:11:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:11:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:12:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:12:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:12:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:12:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:12:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:12:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:13:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:13:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:13:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:13:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:13:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:13:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:14:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:14:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:14:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:14:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:14:13|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:14:13|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:15:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:15:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:15:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:15:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:15:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:15:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:15:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:15:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:15:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:15:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:15:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:15:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:16:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:16:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:16:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:16:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:16:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:16:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:17:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:17:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:17:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:17:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:17:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:17:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:18:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:18:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:18:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:18:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:18:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:18:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:19:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:19:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:19:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:19:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:19:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:19:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:20:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:20:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:20:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:20:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:20:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:20:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:20:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:20:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:20:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:20:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:20:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:20:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:21:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:21:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:21:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:21:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:21:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:21:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:22:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:22:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:22:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:22:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:22:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:22:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:23:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:23:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:23:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:23:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:23:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:23:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:24:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:24:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:24:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:24:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:24:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:24:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:25:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:25:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:25:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:25:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:25:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:25:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:25:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:25:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:25:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:25:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:25:53|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:25:53|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:26:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:26:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:26:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:26:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:26:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:26:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:27:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:27:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:27:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:27:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:27:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:27:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:28:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:28:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:28:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:28:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:28:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:28:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:29:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:29:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:29:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:29:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:29:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:29:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:30:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:30:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:30:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:30:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:30:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:30:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:30:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:30:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:30:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:30:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:30:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:30:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:31:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:31:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:31:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:31:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:31:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:31:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:32:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:32:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:32:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:32:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:32:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:32:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:33:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:33:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:33:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:33:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:33:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:33:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:34:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:34:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:34:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:34:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:34:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:34:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:35:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:35:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:35:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:35:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:35:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:35:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:35:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:35:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:35:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:35:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:35:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:35:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:36:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:36:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:36:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:36:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:36:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:36:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:37:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:37:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:37:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:37:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:37:33|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:37:33|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:38:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:38:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:38:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:38:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:38:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:38:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:39:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:39:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:39:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:39:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:39:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:39:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:40:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:40:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:40:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:40:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:40:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:40:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:40:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:40:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:40:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:40:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:40:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:40:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:41:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:41:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:41:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:41:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:41:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:41:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:42:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:42:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:42:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:42:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:42:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:42:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:43:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:43:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:43:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:43:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:43:23|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:43:23|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:44:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:44:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:44:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:44:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:44:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:44:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:45:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:45:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:45:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:45:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:45:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:45:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:45:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:45:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:45:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:45:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:45:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:45:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:46:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:46:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:46:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:46:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:46:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:46:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:47:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:47:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:47:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:47:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:47:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:47:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:48:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:48:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:48:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:48:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:48:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:48:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:49:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:49:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:49:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:49:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:49:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:49:13|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:50:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:50:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:50:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:50:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:50:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:50:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:50:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:50:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:50:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:50:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:50:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:50:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:51:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:51:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:51:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:51:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:51:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:51:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:52:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:52:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:52:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:52:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:52:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:52:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:53:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:53:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:53:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:53:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:53:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:53:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:54:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:54:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:54:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:54:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:54:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:54:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:55:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:55:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:55:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:55:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:55:03|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:55:03|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:55:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:55:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:55:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:55:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:55:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:55:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:56:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:56:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:56:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:56:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:56:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:56:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:57:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:57:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:57:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:57:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:57:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:57:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:58:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:58:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:58:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:58:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:58:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:58:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 13:59:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 13:59:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 13:59:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 13:59:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 13:59:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 13:59:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:00:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:00:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:00:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:00:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:00:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:00:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:00:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:00:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:00:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:00:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:00:53|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:00:53|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:01:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:01:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:01:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:01:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:01:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:01:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:02:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:02:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:02:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:02:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:02:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:02:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:03:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:03:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:03:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:03:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:03:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:03:22|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:04:11|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:04:11|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:04:11|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:04:11|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:04:12|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:04:12|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:05:01|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:05:01|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:05:01|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:05:01|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:05:02|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:05:02|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:05:51|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:05:51|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:05:51|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:05:51|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:05:52|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:05:52|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:06:41|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:06:41|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:06:41|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:06:41|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:06:42|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:06:42|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:07:31|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:07:31|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:07:31|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:07:31|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:07:32|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:07:32|clsWorker|INFO >> No emails for profile!
|
||||
2019-01-04 14:08:21|MyService|INFO >> ## running thread......
|
||||
2019-01-04 14:08:21|clsWorker|INFO >> Working on profile: (1-TEST1-IMAP)
|
||||
2019-01-04 14:08:21|clsWorker|WARN >> PWPlain is nothing - Could not decrypt passwort
|
||||
2019-01-04 14:08:21|clsEmailIMAP|INFO >> Working on IMAP_COLLECT.....
|
||||
2019-01-04 14:08:22|clsWorker|WARN >> Error while polling emails....
|
||||
2019-01-04 14:08:22|clsWorker|INFO >> No emails for profile!
|
||||
28945
App/SERV_EMAIL/bin/Debug/Log/2019-01-07-SERV_EMAIL-Debug.0.log
Normal file
28945
App/SERV_EMAIL/bin/Debug/Log/2019-01-07-SERV_EMAIL-Debug.0.log
Normal file
File diff suppressed because it is too large
Load Diff
5795
App/SERV_EMAIL/bin/Debug/Log/2019-01-07-SERV_EMAIL-Error.0.log
Normal file
5795
App/SERV_EMAIL/bin/Debug/Log/2019-01-07-SERV_EMAIL-Error.0.log
Normal file
File diff suppressed because it is too large
Load Diff
4962
App/SERV_EMAIL/bin/Debug/Log/2019-01-07-SERV_EMAIL.0.log
Normal file
4962
App/SERV_EMAIL/bin/Debug/Log/2019-01-07-SERV_EMAIL.0.log
Normal file
File diff suppressed because it is too large
Load Diff
40320
App/SERV_EMAIL/bin/Debug/Log/2019-01-08-SERV_EMAIL-Debug.log
Normal file
40320
App/SERV_EMAIL/bin/Debug/Log/2019-01-08-SERV_EMAIL-Debug.log
Normal file
File diff suppressed because it is too large
Load Diff
8064
App/SERV_EMAIL/bin/Debug/Log/2019-01-08-SERV_EMAIL-Error.log
Normal file
8064
App/SERV_EMAIL/bin/Debug/Log/2019-01-08-SERV_EMAIL-Error.log
Normal file
File diff suppressed because it is too large
Load Diff
6912
App/SERV_EMAIL/bin/Debug/Log/2019-01-08-SERV_EMAIL.log
Normal file
6912
App/SERV_EMAIL/bin/Debug/Log/2019-01-08-SERV_EMAIL.log
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -26,6 +26,9 @@
|
||||
<setting name="FB_PW" serializeAs="String">
|
||||
<value>dd</value>
|
||||
</setting>
|
||||
<setting name="LOGERRORS_ONLY" serializeAs="String">
|
||||
<value>True</value>
|
||||
</setting>
|
||||
</SERV_EMAIL.My.MySettings>
|
||||
</applicationSettings>
|
||||
</configuration>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -36,6 +36,7 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\Digita
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\bin\Debug\DigitalData.Modules.Database.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\FirebirdSql.Data.FirebirdClient.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbprojAssemblyReference.cache
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.Resources.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.MyService.resources
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.ProjectInstaller.resources
|
||||
@ -45,4 +46,3 @@ E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_E
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.exe
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.xml
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.pdb
|
||||
E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\SERV_EMAIL\obj\Debug\SERV_EMAIL.vbprojAssemblyReference.cache
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user