This commit is contained in:
2021-07-13 17:24:31 +02:00
parent 2d8f5fe192
commit 2936b1fcbd
145 changed files with 94345 additions and 118148 deletions

View File

@@ -283,9 +283,8 @@ Partial Class frmMain
Me.ARCHIVE_FOLDERTextBox = New System.Windows.Forms.TextBox()
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
Me.Button7 = New System.Windows.Forms.Button()
Me.chkS22 = New System.Windows.Forms.CheckBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.btntestImap = New System.Windows.Forms.Button()
Me.chkDeleteMail = New System.Windows.Forms.CheckBox()
Me.txtInboxname = New System.Windows.Forms.TextBox()
Me.Button6 = New System.Windows.Forms.Button()
@@ -296,7 +295,7 @@ Partial Class frmMain
Me.btnsendtestmail = New System.Windows.Forms.Button()
Me.txtnewpasswort = New System.Windows.Forms.TextBox()
Me.Button4 = New System.Windows.Forms.Button()
Me.GUIDTextBox2 = New System.Windows.Forms.TextBox()
Me.EMAILIDTextBox = New System.Windows.Forms.TextBox()
Me.NAMETextBox = New System.Windows.Forms.TextBox()
Me.EMAIL_FROMTextBox = New System.Windows.Forms.TextBox()
Me.EMAIL_SMTPTextBox = New System.Windows.Forms.TextBox()
@@ -351,6 +350,7 @@ Partial Class frmMain
Me.TBEMLP_CONFIGTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter()
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
GUIDLabel = New System.Windows.Forms.Label()
PROFILE_NAMELabel = New System.Windows.Forms.Label()
POLL_TYPELabel = New System.Windows.Forms.Label()
@@ -866,9 +866,9 @@ Partial Class frmMain
GUIDLabel4.AutoSize = True
GUIDLabel4.Location = New System.Drawing.Point(310, 28)
GUIDLabel4.Name = "GUIDLabel4"
GUIDLabel4.Size = New System.Drawing.Size(36, 13)
GUIDLabel4.Size = New System.Drawing.Size(22, 13)
GUIDLabel4.TabIndex = 34
GUIDLabel4.Text = "GUID:"
GUIDLabel4.Text = "ID:"
'
'NAMELabel
'
@@ -965,9 +965,9 @@ Partial Class frmMain
Label11.AutoSize = True
Label11.Location = New System.Drawing.Point(735, 108)
Label11.Name = "Label11"
Label11.Size = New System.Drawing.Size(57, 13)
Label11.Size = New System.Drawing.Size(81, 13)
Label11.TabIndex = 64
Label11.Text = "Password:"
Label11.Text = "New password:"
'
'PORT_INLabel
'
@@ -989,7 +989,7 @@ Partial Class frmMain
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblstatus, Me.tslblRefresh})
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tslblstatus, Me.tslblRefresh, Me.ToolStripStatusLabel1})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 585)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(1227, 22)
@@ -2945,7 +2945,7 @@ Partial Class frmMain
Me.TabPage3.Controls.Add(Me.txtnewpasswort)
Me.TabPage3.Controls.Add(Me.Button4)
Me.TabPage3.Controls.Add(GUIDLabel4)
Me.TabPage3.Controls.Add(Me.GUIDTextBox2)
Me.TabPage3.Controls.Add(Me.EMAILIDTextBox)
Me.TabPage3.Controls.Add(NAMELabel)
Me.TabPage3.Controls.Add(Me.NAMETextBox)
Me.TabPage3.Controls.Add(EMAIL_FROMLabel)
@@ -2989,9 +2989,8 @@ Partial Class frmMain
'GroupBox5
'
Me.GroupBox5.Controls.Add(Me.Button7)
Me.GroupBox5.Controls.Add(Me.chkS22)
Me.GroupBox5.Controls.Add(Me.Label16)
Me.GroupBox5.Controls.Add(Me.Button1)
Me.GroupBox5.Controls.Add(Me.btntestImap)
Me.GroupBox5.Controls.Add(Me.chkDeleteMail)
Me.GroupBox5.Controls.Add(Me.txtInboxname)
Me.GroupBox5.Location = New System.Drawing.Point(374, 319)
@@ -3010,16 +3009,6 @@ Partial Class frmMain
Me.Button7.Text = "Set to SEEN (Email must contain ""seen"" in Subject"
Me.Button7.UseVisualStyleBackColor = True
'
'chkS22
'
Me.chkS22.AutoSize = True
Me.chkS22.Location = New System.Drawing.Point(6, 62)
Me.chkS22.Name = "chkS22"
Me.chkS22.Size = New System.Drawing.Size(44, 17)
Me.chkS22.TabIndex = 77
Me.chkS22.Text = "S22"
Me.chkS22.UseVisualStyleBackColor = True
'
'Label16
'
Me.Label16.AutoSize = True
@@ -3029,17 +3018,17 @@ Partial Class frmMain
Me.Label16.TabIndex = 76
Me.Label16.Text = "InBox-Name:"
'
'Button1
'btntestImap
'
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(6, 20)
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
Me.btntestImap.Image = Global.CONFIG_APP.My.Resources.Resources.email_go
Me.btntestImap.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btntestImap.Location = New System.Drawing.Point(6, 20)
Me.btntestImap.Name = "btntestImap"
Me.btntestImap.Size = New System.Drawing.Size(117, 35)
Me.btntestImap.TabIndex = 68
Me.btntestImap.Text = "TEST_IMAP"
Me.btntestImap.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.btntestImap.UseVisualStyleBackColor = True
'
'chkDeleteMail
'
@@ -3142,20 +3131,20 @@ Partial Class frmMain
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.Button4.UseVisualStyleBackColor = True
'
'GUIDTextBox2
'EMAILIDTextBox
'
Me.GUIDTextBox2.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "GUID", True))
Me.GUIDTextBox2.Location = New System.Drawing.Point(313, 44)
Me.GUIDTextBox2.Name = "GUIDTextBox2"
Me.GUIDTextBox2.Size = New System.Drawing.Size(50, 21)
Me.GUIDTextBox2.TabIndex = 35
Me.EMAILIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "GUID", True))
Me.EMAILIDTextBox.Location = New System.Drawing.Point(313, 44)
Me.EMAILIDTextBox.Name = "EMAILIDTextBox"
Me.EMAILIDTextBox.Size = New System.Drawing.Size(50, 21)
Me.EMAILIDTextBox.TabIndex = 35
'
'NAMETextBox
'
Me.NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_EMAIL_ACCOUNTBindingSource, "NAME", True))
Me.NAMETextBox.Location = New System.Drawing.Point(373, 44)
Me.NAMETextBox.Name = "NAMETextBox"
Me.NAMETextBox.Size = New System.Drawing.Size(236, 21)
Me.NAMETextBox.Size = New System.Drawing.Size(323, 21)
Me.NAMETextBox.TabIndex = 37
'
'EMAIL_FROMTextBox
@@ -3203,9 +3192,9 @@ Partial Class frmMain
'ACTIVECheckBox4
'
Me.ACTIVECheckBox4.DataBindings.Add(New System.Windows.Forms.Binding("CheckState", Me.TBDD_EMAIL_ACCOUNTBindingSource, "ACTIVE", True))
Me.ACTIVECheckBox4.Location = New System.Drawing.Point(899, 42)
Me.ACTIVECheckBox4.Location = New System.Drawing.Point(953, 44)
Me.ACTIVECheckBox4.Name = "ACTIVECheckBox4"
Me.ACTIVECheckBox4.Size = New System.Drawing.Size(121, 24)
Me.ACTIVECheckBox4.Size = New System.Drawing.Size(67, 24)
Me.ACTIVECheckBox4.TabIndex = 49
Me.ACTIVECheckBox4.Text = "Active"
Me.ACTIVECheckBox4.UseVisualStyleBackColor = True
@@ -3612,6 +3601,11 @@ Partial Class frmMain
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
'
'ToolStripStatusLabel1
'
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(0, 17)
'
'frmMain
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
@@ -3919,7 +3913,7 @@ Partial Class frmMain
Friend WithEvents BindingNavigatorMoveNextItem1 As ToolStripButton
Friend WithEvents BindingNavigatorMoveLastItem1 As ToolStripButton
Friend WithEvents BindingNavigatorSeparator5 As ToolStripSeparator
Friend WithEvents GUIDTextBox2 As TextBox
Friend WithEvents EMAILIDTextBox As TextBox
Friend WithEvents NAMETextBox As TextBox
Friend WithEvents EMAIL_FROMTextBox As TextBox
Friend WithEvents EMAIL_SMTPTextBox As TextBox
@@ -3943,7 +3937,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 btntestImap As Button
Friend WithEvents txtInboxname As TextBox
Friend WithEvents Button2 As Button
Friend WithEvents tsbtnRunLocalMail As ToolStripButton
@@ -3967,9 +3961,9 @@ Partial Class frmMain
Friend WithEvents GroupBox5 As GroupBox
Friend WithEvents Label16 As Label
Friend WithEvents chkDeleteMail As CheckBox
Friend WithEvents chkS22 As CheckBox
Friend WithEvents Button7 As Button
Friend WithEvents TextBox1 As TextBox
Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
Friend WithEvents ARCHIVE_FOLDERTextBox As TextBox
Friend WithEvents ToolStripStatusLabel1 As ToolStripStatusLabel
End Class