MS Limilabs etc

This commit is contained in:
SchreiberM 2021-10-22 15:24:49 +02:00
parent f2825b9d09
commit fb6f2558f2
449 changed files with 459298 additions and 427010 deletions

Binary file not shown.

View File

@ -50,18 +50,19 @@
<ApplicationIcon>email_download_handdrawn.ico</ApplicationIcon> <ApplicationIcon>email_download_handdrawn.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="DevExpress.Data.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <Reference Include="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <Reference Include="DevExpress.Printing.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Utils.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <Reference Include="DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <Reference Include="DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> <Reference Include="DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraLayout.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <Reference Include="DevExpress.XtraLayout.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraPrinting.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> <Reference Include="DevExpress.XtraPrinting.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DigitalData.Modules.Logging"> <Reference Include="DigitalData.Modules.Logging">
<HintPath>..\..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath> <HintPath>..\..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath>
</Reference> </Reference>
<Reference Include="DigitalData.Modules.Messaging"> <Reference Include="DigitalData.Modules.Messaging, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\DDMonorepo\Message\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath> <SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\DDMonorepo\Modules.Messaging\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath>
</Reference> </Reference>
<Reference Include="Independentsoft.Email, Version=2.1.5953.24395, Culture=neutral, PublicKeyToken=76be97fe952f1ec7, processorArchitecture=MSIL"> <Reference Include="Independentsoft.Email, Version=2.1.5953.24395, Culture=neutral, PublicKeyToken=76be97fe952f1ec7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
@ -105,6 +106,7 @@
<Import Include="System.Threading.Tasks" /> <Import Include="System.Threading.Tasks" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="Class1.vb" />
<Compile Include="frmMain.vb"> <Compile Include="frmMain.vb">
<SubType>Form</SubType> <SubType>Form</SubType>
</Compile> </Compile>

View File

@ -0,0 +1,203 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{CADEB4EE-C7EF-446D-8F18-69A89E65EBBD}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>CONFIG_APP.My.MyApplication</StartupObject>
<RootNamespace>CONFIG_APP</RootNamespace>
<AssemblyName>CONFIG_APP</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>CONFIG_APP.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>CONFIG_APP.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>email_download_handdrawn.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DevExpress.Data.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.Utils.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraLayout.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DevExpress.XtraPrinting.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
<Reference Include="DigitalData.Modules.Logging">
<HintPath>..\..\..\DDMonorepo\Modules.Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath>
</Reference>
<Reference Include="DigitalData.Modules.Messaging">
<HintPath>..\..\..\DDMonorepo\Message\bin\Debug\DigitalData.Modules.Messaging.dll</HintPath>
</Reference>
<Reference Include="Independentsoft.Email, Version=2.1.5953.24395, Culture=neutral, PublicKeyToken=76be97fe952f1ec7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>P:\Projekte DIGITAL DATA\DIGITAL DATA - Entwicklung\DLL_Bibliotheken\Email .NET\Bin\Independentsoft.Email.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.7.10\lib\net45\NLog.dll</HintPath>
</Reference>
<Reference Include="S22.Imap, Version=3.6.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\S22.Imap.3.6.0.0\lib\net40\S22.Imap.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="frmMain.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmMain.Designer.vb">
<DependentUpon>frmMain.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="ModuleSettings.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="MyDataset.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>MyDataset.xsd</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="frmMain.resx">
<DependentUpon>frmMain.vb</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="My Project\licenses.licx" />
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
<None Include="App.config" />
<None Include="MyDataset.xsc">
<DependentUpon>MyDataset.xsd</DependentUpon>
</None>
<None Include="MyDataset.xsd">
<SubType>Designer</SubType>
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>MyDataset.Designer.vb</LastGenOutput>
</None>
<None Include="MyDataset.xss">
<DependentUpon>MyDataset.xsd</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="Resources\save_16xMD.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\refresh_16xLG.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\arrow_right.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\handdrawn_arrow_down.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\arrow_Down_16xMD.png" />
</ItemGroup>
<ItemGroup>
<Content Include="email_download_handdrawn.ico" />
<None Include="Resources\email_go.png" />
<None Include="Resources\key_16xLG.png" />
<None Include="Resources\Encrypt.png" />
<None Include="Resources\folder_Closed_16xLG.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DigitalData.EMLProfiler\DigitalData.EMLProfiler.vbproj">
<Project>{9f748dcd-952e-40a0-9dad-65bf8a39b231}</Project>
<Name>DigitalData.EMLProfiler</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
</Project>

3
App/CONFIG_APP/Class1.vb Normal file
View File

@ -0,0 +1,3 @@
Public Class Class1
End Class

View File

@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben: ' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")> ' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("2.3.0.0")> <Assembly: AssemblyVersion("2.5.0.0")>
<Assembly: AssemblyFileVersion("1.0.0.0")> <Assembly: AssemblyFileVersion("1.0.0.0")>

View File

@ -1 +1 @@
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

View File

@ -0,0 +1 @@
DevExpress.XtraGrid.GridControl, DevExpress.XtraGrid.v18.1, Version=18.1.5.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a

View File

@ -3495,6 +3495,7 @@ Partial Public Class MyDataset
Me.columnPORT_IN.AllowDBNull = false Me.columnPORT_IN.AllowDBNull = false
Me.columnPORT_IN.DefaultValue = CType(25,Integer) Me.columnPORT_IN.DefaultValue = CType(25,Integer)
Me.columnARCHIVE_FOLDER.AllowDBNull = false Me.columnARCHIVE_FOLDER.AllowDBNull = false
Me.columnARCHIVE_FOLDER.DefaultValue = CType("",String)
Me.columnARCHIVE_FOLDER.MaxLength = 100 Me.columnARCHIVE_FOLDER.MaxLength = 100
End Sub End Sub

View File

@ -5,5 +5,17 @@
the code is regenerated. the code is regenerated.
</autogenerated>--> </autogenerated>-->
<DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource"> <DataSetUISetting Version="1.00" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
<TableUISettings /> <TableUISettings>
<TableUISetting Name="TBDD_EMAIL_ACCOUNT">
<ColumnUISettings>
<ColumnUISetting Name="AUTH_TYPE">
<ControlSettings>
<ControlSetting ArtifactName="Microsoft:System.Windows.Forms:Form">
<BindableControlInfo Name="ComboBox" Type="System.Windows.Forms.ComboBox" AssemblyName="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</ControlSetting>
</ControlSettings>
</ColumnUISetting>
</ColumnUISettings>
</TableUISetting>
</TableUISettings>
</DataSetUISetting> </DataSetUISetting>

View File

@ -605,7 +605,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
<xs:element name="MyDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="MyDataset" msprop:Generator_UserDSName="MyDataset"> <xs:element name="MyDataset" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:EnableTableAdapterManager="true" msprop:Generator_DataSetName="MyDataset" msprop:Generator_UserDSName="MyDataset">
<xs:complexType> <xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="TBEMLP_POLL_PROFILES" msprop:Generator_TableClassName="TBEMLP_POLL_PROFILESDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROFILES" msprop:Generator_TablePropName="TBEMLP_POLL_PROFILES" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROFILESRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROFILESRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROFILESRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROFILESRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_PROFILES" msprop:Generator_RowChangedName="TBEMLP_POLL_PROFILESRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROFILESRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_PROFILESRow"> <xs:element name="TBEMLP_POLL_PROFILES" msprop:Generator_TableClassName="TBEMLP_POLL_PROFILESDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROFILES" msprop:Generator_RowChangedName="TBEMLP_POLL_PROFILESRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_PROFILES" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROFILESRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROFILESRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROFILESRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROFILESRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_PROFILESRow" msprop:Generator_UserTableName="TBEMLP_POLL_PROFILES" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROFILESRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -653,7 +653,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBEMLP_POLL_PROCESS" msprop:Generator_TableClassName="TBEMLP_POLL_PROCESSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROCESS" msprop:Generator_TablePropName="TBEMLP_POLL_PROCESS" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROCESSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROCESSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROCESSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROCESSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_PROCESS" msprop:Generator_RowChangedName="TBEMLP_POLL_PROCESSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROCESSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_PROCESSRow"> <xs:element name="TBEMLP_POLL_PROCESS" msprop:Generator_TableClassName="TBEMLP_POLL_PROCESSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_PROCESS" msprop:Generator_RowChangedName="TBEMLP_POLL_PROCESSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_PROCESS" msprop:Generator_RowDeletingName="TBEMLP_POLL_PROCESSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_PROCESSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_PROCESSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_PROCESSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_PROCESSRow" msprop:Generator_UserTableName="TBEMLP_POLL_PROCESS" msprop:Generator_RowEvArgName="TBEMLP_POLL_PROCESSRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -767,7 +767,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBEMLP_POLL_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_STEPS" msprop:Generator_TablePropName="TBEMLP_POLL_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_STEPSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_STEPSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_STEPSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_STEPSRow"> <xs:element name="TBEMLP_POLL_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_STEPSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_STEPSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_STEPSRow" msprop:Generator_UserTableName="TBEMLP_POLL_STEPS" msprop:Generator_RowEvArgName="TBEMLP_POLL_STEPSRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -814,7 +814,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_INDEXING_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TablePropName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_INDEXING_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_INDEXING_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_INDEXING_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_INDEXING_STEPSRowDeleted" msprop:Generator_UserTableName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_INDEXING_STEPSRowChanged" msprop:Generator_RowEvArgName="TBEMLP_POLL_INDEXING_STEPSRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_POLL_INDEXING_STEPSRow"> <xs:element name="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_TableClassName="TBEMLP_POLL_INDEXING_STEPSDataTable" msprop:Generator_TableVarName="tableTBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowChangedName="TBEMLP_POLL_INDEXING_STEPSRowChanged" msprop:Generator_TablePropName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowDeletingName="TBEMLP_POLL_INDEXING_STEPSRowDeleting" msprop:Generator_RowChangingName="TBEMLP_POLL_INDEXING_STEPSRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_POLL_INDEXING_STEPSRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_POLL_INDEXING_STEPSRowDeleted" msprop:Generator_RowClassName="TBEMLP_POLL_INDEXING_STEPSRow" msprop:Generator_UserTableName="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_RowEvArgName="TBEMLP_POLL_INDEXING_STEPSRowChangeEvent">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:short" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:short" />
@ -855,7 +855,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBEMLP_HISTORY" msprop:Generator_TableClassName="TBEMLP_HISTORYDataTable" msprop:Generator_TableVarName="tableTBEMLP_HISTORY" msprop:Generator_RowChangedName="TBEMLP_HISTORYRowChanged" msprop:Generator_TablePropName="TBEMLP_HISTORY" msprop:Generator_RowDeletingName="TBEMLP_HISTORYRowDeleting" msprop:Generator_RowChangingName="TBEMLP_HISTORYRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_HISTORYRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_HISTORYRowDeleted" msprop:Generator_RowClassName="TBEMLP_HISTORYRow" msprop:Generator_UserTableName="TBEMLP_HISTORY" msprop:Generator_RowEvArgName="TBEMLP_HISTORYRowChangeEvent"> <xs:element name="TBEMLP_HISTORY" msprop:Generator_TableClassName="TBEMLP_HISTORYDataTable" msprop:Generator_TableVarName="tableTBEMLP_HISTORY" msprop:Generator_TablePropName="TBEMLP_HISTORY" msprop:Generator_RowDeletingName="TBEMLP_HISTORYRowDeleting" msprop:Generator_RowChangingName="TBEMLP_HISTORYRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_HISTORYRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_HISTORYRowDeleted" msprop:Generator_UserTableName="TBEMLP_HISTORY" msprop:Generator_RowChangedName="TBEMLP_HISTORYRowChanged" msprop:Generator_RowEvArgName="TBEMLP_HISTORYRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_HISTORYRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msdata:AutoIncrementSeed="-1" msdata:AutoIncrementStep="-1" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -913,7 +913,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBEMLP_CONFIG" msprop:Generator_TableClassName="TBEMLP_CONFIGDataTable" msprop:Generator_TableVarName="tableTBEMLP_CONFIG" msprop:Generator_RowChangedName="TBEMLP_CONFIGRowChanged" msprop:Generator_TablePropName="TBEMLP_CONFIG" msprop:Generator_RowDeletingName="TBEMLP_CONFIGRowDeleting" msprop:Generator_RowChangingName="TBEMLP_CONFIGRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_CONFIGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_CONFIGRowDeleted" msprop:Generator_RowClassName="TBEMLP_CONFIGRow" msprop:Generator_UserTableName="TBEMLP_CONFIG" msprop:Generator_RowEvArgName="TBEMLP_CONFIGRowChangeEvent"> <xs:element name="TBEMLP_CONFIG" msprop:Generator_TableClassName="TBEMLP_CONFIGDataTable" msprop:Generator_TableVarName="tableTBEMLP_CONFIG" msprop:Generator_TablePropName="TBEMLP_CONFIG" msprop:Generator_RowDeletingName="TBEMLP_CONFIGRowDeleting" msprop:Generator_RowChangingName="TBEMLP_CONFIGRowChanging" msprop:Generator_RowEvHandlerName="TBEMLP_CONFIGRowChangeEventHandler" msprop:Generator_RowDeletedName="TBEMLP_CONFIGRowDeleted" msprop:Generator_UserTableName="TBEMLP_CONFIG" msprop:Generator_RowChangedName="TBEMLP_CONFIGRowChanged" msprop:Generator_RowEvArgName="TBEMLP_CONFIGRowChangeEvent" msprop:Generator_RowClassName="TBEMLP_CONFIGRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:unsignedByte" /> <xs:element name="GUID" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:unsignedByte" />
@ -960,7 +960,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>
<xs:element name="TBDD_EMAIL_ACCOUNT" msprop:Generator_TableClassName="TBDD_EMAIL_ACCOUNTDataTable" msprop:Generator_TableVarName="tableTBDD_EMAIL_ACCOUNT" msprop:Generator_RowChangedName="TBDD_EMAIL_ACCOUNTRowChanged" msprop:Generator_TablePropName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowDeletingName="TBDD_EMAIL_ACCOUNTRowDeleting" msprop:Generator_RowChangingName="TBDD_EMAIL_ACCOUNTRowChanging" msprop:Generator_RowEvHandlerName="TBDD_EMAIL_ACCOUNTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_EMAIL_ACCOUNTRowDeleted" msprop:Generator_RowClassName="TBDD_EMAIL_ACCOUNTRow" msprop:Generator_UserTableName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowEvArgName="TBDD_EMAIL_ACCOUNTRowChangeEvent"> <xs:element name="TBDD_EMAIL_ACCOUNT" msprop:Generator_TableClassName="TBDD_EMAIL_ACCOUNTDataTable" msprop:Generator_TableVarName="tableTBDD_EMAIL_ACCOUNT" msprop:Generator_TablePropName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowDeletingName="TBDD_EMAIL_ACCOUNTRowDeleting" msprop:Generator_RowChangingName="TBDD_EMAIL_ACCOUNTRowChanging" msprop:Generator_RowEvHandlerName="TBDD_EMAIL_ACCOUNTRowChangeEventHandler" msprop:Generator_RowDeletedName="TBDD_EMAIL_ACCOUNTRowDeleted" msprop:Generator_UserTableName="TBDD_EMAIL_ACCOUNT" msprop:Generator_RowChangedName="TBDD_EMAIL_ACCOUNTRowChanged" msprop:Generator_RowEvArgName="TBDD_EMAIL_ACCOUNTRowChangeEvent" msprop:Generator_RowClassName="TBDD_EMAIL_ACCOUNTRow">
<xs:complexType> <xs:complexType>
<xs:sequence> <xs:sequence>
<xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" /> <xs:element name="GUID" msdata:ReadOnly="true" msdata:AutoIncrement="true" msprop:Generator_ColumnVarNameInTable="columnGUID" msprop:Generator_ColumnPropNameInRow="GUID" msprop:Generator_ColumnPropNameInTable="GUIDColumn" msprop:Generator_UserColumnName="GUID" type="xs:int" />
@ -1026,7 +1026,7 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:simpleType> </xs:simpleType>
</xs:element> </xs:element>
<xs:element name="PORT_IN" msprop:Generator_ColumnVarNameInTable="columnPORT_IN" msprop:Generator_ColumnPropNameInRow="PORT_IN" msprop:Generator_ColumnPropNameInTable="PORT_INColumn" msprop:Generator_UserColumnName="PORT_IN" type="xs:int" default="25" /> <xs:element name="PORT_IN" msprop:Generator_ColumnVarNameInTable="columnPORT_IN" msprop:Generator_ColumnPropNameInRow="PORT_IN" msprop:Generator_ColumnPropNameInTable="PORT_INColumn" msprop:Generator_UserColumnName="PORT_IN" type="xs:int" default="25" />
<xs:element name="ARCHIVE_FOLDER" msprop:Generator_ColumnVarNameInTable="columnARCHIVE_FOLDER" msprop:Generator_ColumnPropNameInRow="ARCHIVE_FOLDER" msprop:Generator_ColumnPropNameInTable="ARCHIVE_FOLDERColumn" msprop:Generator_UserColumnName="ARCHIVE_FOLDER"> <xs:element name="ARCHIVE_FOLDER" msprop:Generator_ColumnVarNameInTable="columnARCHIVE_FOLDER" msprop:Generator_ColumnPropNameInRow="ARCHIVE_FOLDER" msprop:Generator_ColumnPropNameInTable="ARCHIVE_FOLDERColumn" msprop:Generator_UserColumnName="ARCHIVE_FOLDER" default="">
<xs:simpleType> <xs:simpleType>
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:maxLength value="100" /> <xs:maxLength value="100" />
@ -1069,9 +1069,9 @@ SELECT GUID, NAME, EMAIL_FROM, EMAIL_SMTP, EMAIL_USER, EMAIL_PW, PORT, ACTIVE, A
</xs:element> </xs:element>
<xs:annotation> <xs:annotation>
<xs:appinfo> <xs:appinfo>
<msdata:Relationship name="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msdata:parent="TBEMLP_POLL_PROFILES" msdata:child="TBEMLP_POLL_PROCESS" msdata:parentkey="GUID" msdata:childkey="PROFILE_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_PROCESS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_PROCESSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_PROFILESRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROFILES" /> <msdata:Relationship name="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msdata:parent="TBEMLP_POLL_PROFILES" msdata:child="TBEMLP_POLL_PROCESS" msdata:parentkey="GUID" msdata:childkey="PROFILE_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_PROCESS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_PROCESSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_PROCESS_PROFILE_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROFILES" msprop:Generator_ParentPropName="TBEMLP_POLL_PROFILESRow" />
<msdata:Relationship name="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msdata:parent="TBEMLP_POLL_PROCESS" msdata:child="TBEMLP_POLL_STEPS" msdata:parentkey="GUID" msdata:childkey="PROCESS_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_PROCESSRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROCESS" /> <msdata:Relationship name="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msdata:parent="TBEMLP_POLL_PROCESS" msdata:child="TBEMLP_POLL_STEPS" msdata:parentkey="GUID" msdata:childkey="PROCESS_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_STEPS_PROCESS_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_PROCESS" msprop:Generator_ParentPropName="TBEMLP_POLL_PROCESSRow" />
<msdata:Relationship name="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msdata:parent="TBEMLP_POLL_STEPS" msdata:child="TBEMLP_POLL_INDEXING_STEPS" msdata:parentkey="GUID" msdata:childkey="STEP_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_INDEXING_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_ParentPropName="TBEMLP_POLL_STEPSRow" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_STEPS" /> <msdata:Relationship name="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msdata:parent="TBEMLP_POLL_STEPS" msdata:child="TBEMLP_POLL_INDEXING_STEPS" msdata:parentkey="GUID" msdata:childkey="STEP_ID" msprop:Generator_UserChildTable="TBEMLP_POLL_INDEXING_STEPS" msprop:Generator_ChildPropName="GetTBEMLP_POLL_INDEXING_STEPSRows" msprop:Generator_UserRelationName="FK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_RelationVarName="relationFK_TBEMLP_POLL_INDEXING_STEPS_STEP_ID" msprop:Generator_UserParentTable="TBEMLP_POLL_STEPS" msprop:Generator_ParentPropName="TBEMLP_POLL_STEPSRow" />
</xs:appinfo> </xs:appinfo>
</xs:annotation> </xs:annotation>
</xs:schema> </xs:schema>

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,878 +0,0 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>DevExpress.Sparkline.v18.1.Core</name>
</assembly>
<members>
<member name="T:DevExpress.Sparkline.ISparklineViewVisitor">
<summary>
<para>Interface implementing the <b>Visitor</b> pattern.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.LineSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.AreaSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.BarSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.BarSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.WinLossSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
</para>
</summary>
<param name="view">
An <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object for which the operation is performed.
</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineView">
<summary>
<para>The <b>Bar</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the BarSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the BarSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A BarSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.HighlightNegativePoints">
<summary>
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
</para>
</summary>
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current BarSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.LineSparklineView">
<summary>
<para>The <b>Line</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the LineSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualEndPointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualLineWidth">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerColor">
<summary>
<para>Gets the actual color of a sparkline marker.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMaxPointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMinPointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualNegativePointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualStartPointMarkerSize">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the LineSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A LineSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
<summary>
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.
</para>
</summary>
<value><b>True</b> to apply anti-aliasing to the line view; <b>False</b> to disable anti-aliasing.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
<summary>
<para>Gets or sets the size of an end point's marker.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.HighlightNegativePoints">
<summary>
<para>Gets or sets a value specifying whether or not to highlight all sparkline points that have negative values (less than 0).
</para>
</summary>
<value><b>true</b>, to highlight points with negative values; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
<summary>
<para>Specifies the width of a line in a LineSparklineView.
</para>
</summary>
<value>An integer value specifying the line width (in pixels).
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
<summary>
<para>Gets or sets the color to draw line markers.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
<summary>
<para>Gets or sets the size of markers for data points in a line sparkline.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the maximum value among all data points.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the minimum value among all data points.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
<summary>
<para>Gets or sets the marker size of all data points that have negative values (less than 0).
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ScaleFactor">
<summary>
<para> </para>
</summary>
<value> </value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
<summary>
<para>Sets size for all markers of a sparkline.
</para>
</summary>
<param name="markerSize">
An integer value specifying the new size for sparkline markers (in pixels).
</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
<summary>
<para>Gets or sets a value specifying the visibility of point markers on a sparkline.
</para>
</summary>
<value><b>true</b> to show markers for each data point; <b>false</b> to hide them.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
<summary>
<para>Gets or sets the size of a start point's marker.
</para>
</summary>
<value>An integer value specifying the marker size, in pixels.
</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current LineSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewType">
<summary>
<para>Lists the values used to specify the available view types of a sparkline.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Area">
<summary>
<para>Sparkline data points are represented as <b>area</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
<summary>
<para>Sparkline data points are represented as <b>bars</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
<summary>
<para>Sparkline data points are represented as a <b>line</b>.
</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
<summary>
<para>Sparkline data points are represented as <b>win</b> and <b>loss</b> squares.
</para>
</summary>
</member>
<member name="T:DevExpress.Sparkline.SparklineRange">
<summary>
<para>Represents a range to be used in DevExpress Sparkline controls.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the SparklineRange class with the specified minimum and maximum limits.
</para>
</summary>
<param name="min">
A <see cref="T:System.Double"/> value, specifying the minimum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> property.
</param>
<param name="max">
A <see cref="T:System.Double"/> value, specifying the maximum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property.
</param>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
<summary>
<para>Initializes a new instance of the SparklineRange class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
<summary>
<para>Gets or sets a value indicating whether or not range limits should be calculated automatically.
</para>
</summary>
<value><b>true</b> to calculate range limits automatically; <b>false</b> to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property values.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
<summary>
<para>Gets or sets a value specifying the first limit of the range.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the first limit.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
<summary>
<para>Gets or sets a value specifying the second limit of the range.
</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the second limit.
</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
<summary>
<para>This event is hidden, because it is not appropriate for the SparklineRange class.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
<summary>
<para>Returns the textual representation of the SparklineRange.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the SparklineRange.
</returns>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewBase">
<summary>
<para>The base class for sparkline views.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
<summary>
<para>Gets the actual color of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
<summary>
<para>Gets the actual color of a sparkline end point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
<summary>
<para>Gets the actual color of a sparkline maximum point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
<summary>
<para>Gets the actual color of a sparkline minimum point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
<summary>
<para>Gets the actual color of sparkline negative points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
<summary>
<para>Gets the actual color of a sparkline start point.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the SparklineViewBase object passed as the parameter.
</para>
</summary>
<param name="view">
A SparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
<summary>
<para>Gets or sets the color to draw a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
<summary>
<para>Creates a sparkline view of the specified type.
</para>
</summary>
<param name="viewType">
A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.
</param>
<returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.
</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
<summary>
<para>Gets or sets the color to draw the end point of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the end point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.
</para>
</summary>
<value><b>true</b>, to highlight a point with the maximum value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.
</para>
</summary>
<value><b>true</b>, to highlight a point with the minimum value; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.
</para>
</summary>
<value><b>true</b>, to highlight the start point; otherwise, <b>false</b>.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.
</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
<summary>
<para>Gets or sets the color to draw sparkline points that have negative values (less than 0).
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.
</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
<summary>
<para>Occurs when any property of the SparklineViewBase object has changed its value.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
<summary>
<para>Gets or sets the color to draw the start point of a sparkline.
</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
<summary>
<para>Returns a human-readable string that represents the SparklineViewBase object.
</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents the SparklineViewBase object.
</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.
</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current SparklineViewBase object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
<summary>
<para>The <b>WinLoss</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the WinLossSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current WinLossSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineViewBase">
<summary>
<para>The base for <b>Bar</b> and <b>WinLoss</b> sparkline views.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the BarSparklineViewBase object passed as the parameter.
</para>
</summary>
<param name="view">
A BarSparklineViewBase object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
<summary>
<para>Specifies the distance between two bars of a bar sparkline.
</para>
</summary>
<value>An integer value (in pixels).
</value>
</member>
<member name="T:DevExpress.Sparkline.AreaSparklineView">
<summary>
<para>The <b>Area</b> sparkline view.
</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the AreaSparklineView class with the default settings.
</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
<summary>
<para>Specifies the opacity (<b>0</b>-<b>255</b>) of the area sparkline.
</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from <b>0</b> (transparent) to <b>255</b> (opaque).
</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the AreaSparklineView object passed as the parameter.
</para>
</summary>
<param name="view">
A AreaSparklineView object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If <b>null</b> (<b>Nothing</b> in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.
</param>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.
</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.
</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the <b>Visit</b> method of the specified visitor for the current AreaSparklineView object.
</para>
</summary>
<param name="visitor">
An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.
</param>
</member>
</members>
</doc>

View File

@ -0,0 +1,499 @@
<?xml version="1.0" encoding="utf-8"?>
<doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<assembly>
<name>DevExpress.Sparkline.v19.2.Core</name>
</assembly>
<members>
<member name="N:DevExpress.Sparkline">
<summary>
<para>Contains classes required for DevExpress sparklines.</para>
</summary>
</member>
<member name="T:DevExpress.Sparkline.AreaSparklineView">
<summary>
<para>The Area sparkline view.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.AreaOpacity">
<summary>
<para>Specifies the opacity (0-255) of the area sparkline.</para>
</summary>
<value>A <see cref="T:System.Byte"/> value from 0 (transparent) to 255 (opaque).</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object passed as the parameter.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.Sparkline.AreaSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Area"/>.</value>
</member>
<member name="M:DevExpress.Sparkline.AreaSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object.</para>
</summary>
<param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineView">
<summary>
<para>The Bar sparkline view.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.BarSparklineView"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Bar"/>.</value>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.BarSparklineView"/> object.</para>
</summary>
<param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
</member>
<member name="T:DevExpress.Sparkline.BarSparklineViewBase">
<summary>
<para>The base for Bar and WinLoss sparkline views.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.BarSparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.BarSparklineViewBase"/> object passed as the parameter.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.Sparkline.BarSparklineViewBase"/> object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.Sparkline.BarSparklineViewBase.BarDistance">
<summary>
<para>Specifies the distance between two bars of a bar sparkline.</para>
</summary>
<value>An integer value (in pixels).</value>
</member>
<member name="T:DevExpress.Sparkline.ISparklineViewVisitor">
<summary>
<para>Interface implementing the Visitor pattern.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.AreaSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.</para>
</summary>
<param name="view">An <see cref="T:DevExpress.Sparkline.AreaSparklineView"/> object for which the operation is performed.</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.BarSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.</para>
</summary>
<param name="view">An <see cref="T:DevExpress.Sparkline.BarSparklineView"/> object for which the operation is performed.</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.LineSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.</para>
</summary>
<param name="view">An <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object for which the operation is performed.</param>
</member>
<member name="M:DevExpress.Sparkline.ISparklineViewVisitor.Visit(DevExpress.Sparkline.WinLossSparklineView)">
<summary>
<para>Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.</para>
</summary>
<param name="view">An <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object for which the operation is performed.</param>
</member>
<member name="T:DevExpress.Sparkline.LineSparklineView">
<summary>
<para>The Line sparkline view.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.LineSparklineView"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualEndPointMarkerSize">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualLineWidth">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerColor">
<summary>
<para>Gets the actual color of a sparkline marker.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual marker color.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMarkerSize">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMaxPointMarkerSize">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualMinPointMarkerSize">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualNegativePointMarkerSize">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ActualStartPointMarkerSize">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object passed as the parameter.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EnableAntialiasing">
<summary>
<para>Gets or sets whether anti-aliasing (smoothing) is applied to the line view.</para>
</summary>
<value>True to apply anti-aliasing to the line view; False to disable anti-aliasing.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.EndPointMarkerSize">
<summary>
<para>Gets or sets the size of an end point&#39;s marker.</para>
</summary>
<value>An integer value specifying the marker size, in pixels.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.LineWidth">
<summary>
<para>Specifies the width of a line in a <see cref="T:DevExpress.Sparkline.LineSparklineView"/>.</para>
</summary>
<value>An integer value specifying the line width (in pixels).</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerColor">
<summary>
<para>Gets or sets the color to draw line markers.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw line markers.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MarkerSize">
<summary>
<para>Gets or sets the size of markers for data points in a line sparkline.</para>
</summary>
<value>An integer value specifying the marker size, in pixels.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MaxPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the maximum value among all data points.</para>
</summary>
<value>An integer value specifying the marker size, in pixels.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.MinPointMarkerSize">
<summary>
<para>Gets or sets the marker size of a data point that has the minimum value among all data points.</para>
</summary>
<value>An integer value specifying the marker size, in pixels.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.NegativePointMarkerSize">
<summary>
<para>Gets or sets the marker size of all data points that have negative values (less than 0).</para>
</summary>
<value>An integer value specifying the marker size, in pixels.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ScaleFactor">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.SetSizeForAllMarkers(System.Int32)">
<summary>
<para>Sets size for all markers of a sparkline.</para>
</summary>
<param name="markerSize">An integer value specifying the new size for sparkline markers (in pixels).</param>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.ShowMarkers">
<summary>
<para>Gets or sets a value specifying the visibility of point markers on a sparkline.</para>
</summary>
<value>true to show markers for each data point; false to hide them.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.StartPointMarkerSize">
<summary>
<para>Gets or sets the size of a start point&#39;s marker.</para>
</summary>
<value>An integer value specifying the marker size, in pixels.</value>
</member>
<member name="P:DevExpress.Sparkline.LineSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.Line"/>.</value>
</member>
<member name="M:DevExpress.Sparkline.LineSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.LineSparklineView"/> object.</para>
</summary>
<param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
</member>
<member name="T:DevExpress.Sparkline.SparklineRange">
<summary>
<para>Represents a range to be used in DevExpress Sparkline controls.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.SparklineRange"/> class with the default settings.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.#ctor(System.Double,System.Double)">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.SparklineRange"/> class with the specified minimum and maximum limits.</para>
</summary>
<param name="min">A <see cref="T:System.Double"/> value, specifying the minimum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> property.</param>
<param name="max">A <see cref="T:System.Double"/> value, specifying the maximum limit. This value is assigned to the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property.</param>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.IsAuto">
<summary>
<para>Gets or sets a value indicating whether or not range limits should be calculated automatically.</para>
</summary>
<value>true to calculate range limits automatically; false to use the <see cref="P:DevExpress.Sparkline.SparklineRange.Limit1"/> and <see cref="P:DevExpress.Sparkline.SparklineRange.Limit2"/> property values.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit1">
<summary>
<para>Gets or sets a value specifying the first limit of the range.</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the first limit.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineRange.Limit2">
<summary>
<para>Gets or sets a value specifying the second limit of the range.</para>
</summary>
<value>A <see cref="T:System.Double"/> value that specifies the second limit.</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineRange.PropertiesChanged">
<summary>
<para>This event is hidden, because it is not appropriate for the <see cref="T:DevExpress.Sparkline.SparklineRange"/> class.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.SparklineRange.ToString">
<summary>
<para>Returns the textual representation of the <see cref="T:DevExpress.Sparkline.SparklineRange"/>.</para>
</summary>
<returns>A <see cref="T:System.String"/> value which is the textual representation of the <see cref="T:DevExpress.Sparkline.SparklineRange"/>.</returns>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewBase">
<summary>
<para>The base class for sparkline views.</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualColor">
<summary>
<para>Gets the actual color of a sparkline.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual sparkline color.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualEndPointColor">
<summary>
<para>Gets the actual color of a sparkline end point.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMaxPointColor">
<summary>
<para>Gets the actual color of a sparkline maximum point.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualMinPointColor">
<summary>
<para>Gets the actual color of a sparkline minimum point.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualNegativePointColor">
<summary>
<para>Gets the actual color of sparkline negative points.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.ActualStartPointColor">
<summary>
<para>Gets the actual color of a sparkline start point.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value that is the actual point color.</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Assign(DevExpress.Sparkline.SparklineViewBase)">
<summary>
<para>Copies all the settings from the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object passed as the parameter.</para>
</summary>
<param name="view">A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object (which is the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> descendant) whose settings are assigned to the current object. If null (Nothing in Visual Basic), then a <see cref="T:System.ArgumentNullException"/> will be thrown.</param>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Color">
<summary>
<para>Gets or sets the color to draw a sparkline.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a sparkline.</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.CreateView(DevExpress.Sparkline.SparklineViewType)">
<summary>
<para>Creates a sparkline view of the specified type.</para>
</summary>
<param name="viewType">A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the type of view to create.</param>
<returns>A <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> class descendant.</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.EndPointColor">
<summary>
<para>Gets or sets the color to draw the end point of a sparkline.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the end point.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightEndPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the end point of a sparkline.</para>
</summary>
<value>true, to highlight the end point; otherwise, false.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMaxPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the highest value among all points.</para>
</summary>
<value>true, to highlight a point with the maximum value; otherwise, false.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightMinPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight a sparkline point that has the lowest value among all points.</para>
</summary>
<value>true, to highlight a point with the minimum value; otherwise, false.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightNegativePoints">
<summary>
<para></para>
</summary>
<value></value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.HighlightStartPoint">
<summary>
<para>Gets or sets a value specifying whether or not to highlight the start point of a sparkline.</para>
</summary>
<value>true, to highlight the start point; otherwise, false.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MaxPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the highest value among all data points.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the maximum value.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.MinPointColor">
<summary>
<para>Gets or sets the color to draw a sparkline point that has the lowest value among all data points.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw a data point with the minimum value.</value>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.NegativePointColor">
<summary>
<para>Gets or sets the color to draw sparkline points that have negative values (less than 0).</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw data points with negative values.</value>
</member>
<member name="E:DevExpress.Sparkline.SparklineViewBase.PropertiesChanged">
<summary>
<para>Occurs when any property of the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object has changed its value.</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.StartPointColor">
<summary>
<para>Gets or sets the color to draw the start point of a sparkline.</para>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> that defines the color to draw the start point.</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.ToString">
<summary>
<para>Returns a human-readable string that represents the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object.</para>
</summary>
<returns>A <see cref="T:System.String"/> value that represents the <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object.</returns>
</member>
<member name="P:DevExpress.Sparkline.SparklineViewBase.Type">
<summary>
<para>Gets the type of the sparkline view.</para>
</summary>
<value>A <see cref="T:DevExpress.Sparkline.SparklineViewType"/> enumeration value specifying the view type.</value>
</member>
<member name="M:DevExpress.Sparkline.SparklineViewBase.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.SparklineViewBase"/> object.</para>
</summary>
<param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
</member>
<member name="T:DevExpress.Sparkline.SparklineViewType">
<summary>
<para>Lists the values used to specify the available view types of a sparkline.</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Area">
<summary>
<para>Sparkline data points are represented as area.</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Bar">
<summary>
<para>Sparkline data points are represented as bars.</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.Line">
<summary>
<para>Sparkline data points are represented as a line.</para>
</summary>
</member>
<member name="F:DevExpress.Sparkline.SparklineViewType.WinLoss">
<summary>
<para>Sparkline data points are represented as win and loss squares.</para>
</summary>
</member>
<member name="T:DevExpress.Sparkline.WinLossSparklineView">
<summary>
<para>The WinLoss sparkline view.</para>
</summary>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.#ctor">
<summary>
<para>Initializes a new instance of the <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> class with the default settings.</para>
</summary>
</member>
<member name="P:DevExpress.Sparkline.WinLossSparklineView.Type">
<summary>
<para>Gets the type of the sparkline view.</para>
</summary>
<value>Always <see cref="F:DevExpress.Sparkline.SparklineViewType.WinLoss"/>.</value>
</member>
<member name="M:DevExpress.Sparkline.WinLossSparklineView.Visit(DevExpress.Sparkline.ISparklineViewVisitor)">
<summary>
<para>Invokes the Visit method of the specified visitor for the current <see cref="T:DevExpress.Sparkline.WinLossSparklineView"/> object.</para>
</summary>
<param name="visitor">An object implementing the <see cref="T:DevExpress.Sparkline.ISparklineViewVisitor"/> interface.</param>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,149 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.Filesystem
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.Filesystem.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.Filesystem.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:DigitalData.Modules.Filesystem.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="T:DigitalData.Modules.Filesystem.FileContainer">
<module>FileContainer</module>
<version>0.0.0.2</version>
<date>21.11.2018</date>
<summary>
File Container for securely saving files
</summary>
<dependencies>
NLog, >= 4.5.8
</dependencies>
<params>
LogConfig, DigitalData.Module.Logging.LogConfig
A LogConfig object
Password, String
The Password to Encrypt
Path, String
The Path to save/load the container
</params>
<example>
dim oContainer = Container.Create(logConfig, "pass", "E:\some.container")
dim oContainer = Container.Load(logConfig, "pass", "E:\some.container")
dim oContainer = new Container(logConfig, "pass", "E:\some.container")
oContainer.Save()
dim oContainer = new Container(logConfig, "pass", "E:\some.container")
oContainer.Contents = oSomeData
oContainer.Save()
dim oContainer = new Container(logConfig, "pass", "E:\some.container")
oContainer.Load()
dim oContents = oContainer.Contents
dim oContainer = new Container(logConfig, "pass", "E:\some.container")
oContainer.Load()
oContainer.Contents = oSomeOtherData
oContainer.Save()
oContainer.SaveAs("E:\some2.container")
</example>
</member>
<member name="T:DigitalData.Modules.Filesystem.File">
<module>File</module>
<version>0.0.0.1</version>
<date>11.10.2018</date>
<summary>
Module that provides variouse File operations
</summary>
<dependencies>
NLog, >= 4.5.8
</dependencies>
<params>
LogConfig, DigitalData.Module.Logging.LogConfig
A LogConfig object
</params>
<props>
</props>
<example>
</example>
<remarks>
</remarks>
</member>
<member name="M:DigitalData.Modules.Filesystem.File.GetVersionedFilename(System.String)">
<summary>
Adds file version string to given filename `Destination` if that file already exists.
</summary>
<param name="Destination"></param>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Filesystem.File.RemoveFiles(System.String,System.Int32,System.String,System.String,System.Boolean)">
<summary>
Removes files in a directory filtered by filename, extension and last write date
</summary>
<param name="Path">The directory in which files will be deleted</param>
<param name="FileKeepTime">Only delete files which are older than x days. Must be between 0 and 1000 days.</param>
<param name="FileBaseName">A filename filter which will be checked</param>
<param name="FileExtension">A file extension which will be checked</param>
<param name="ContinueOnError">Should the function continue with deleting when a file could not be deleted?</param>
<returns>True if all files were deleted or if no files were deleted, otherwise false</returns>
</member>
<member name="M:DigitalData.Modules.Filesystem.File.CopyDirectory(System.String,System.String,System.Boolean)">
<summary>
Copied from https://docs.microsoft.com/en-us/dotnet/standard/io/how-to-copy-directories
</summary>
<param name="SourceDirName"></param>
<param name="DestDirName"></param>
<param name="CopySubDirs"></param>
</member>
<member name="M:DigitalData.Modules.Filesystem.File.CreateDirectory(System.String,System.Boolean)">
<summary>
Tries to create a directory and returns its path.
Returns a temp path if `DirectoryPath` can not be created or written to.
</summary>
<param name="DirectoryPath">The directory to create</param>
<param name="TestWriteAccess">Should a write access test be performed?</param>
<returns>The used path</returns>
</member>
<member name="M:DigitalData.Modules.Filesystem.FileWatcher.HandleFileChanged(System.Object,System.IO.FileSystemEventArgs)">
<summary>
This may fire twice for a single save operation,
see: https://blogs.msdn.microsoft.com/oldnewthing/20140507-00/?p=1053/
</summary>
</member>
<member name="T:DigitalData.Modules.Filesystem.FileWatcherFilters">
<summary>
Built-in filters for FileWatcher that are useful for correctly detecting changes on Office documents (currently Office 2016)
</summary>
</member>
<member name="T:DigitalData.Modules.Filesystem.FileWatcherFilters.BaseFileFilter">
<summary>
Base Filter that all filters must inherit from
Provides two functions that may be overridden and some useful file extension lists
</summary>
</member>
<member name="T:DigitalData.Modules.Filesystem.FileWatcherFilters.TempFileFilter">
<summary>
Simple Filter that filters changes made on temporary files
</summary>
</member>
<member name="T:DigitalData.Modules.Filesystem.FileWatcherFilters.OfficeFileFilter">
<summary>
Filter to detect changes on Office files
</summary>
</member>
</members>
</doc>

View File

@ -0,0 +1,125 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
DigitalData.Modules.Language
</name>
</assembly>
<members>
<member name="T:DigitalData.Modules.Language.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
<member name="P:DigitalData.Modules.Language.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member>
<member name="P:DigitalData.Modules.Language.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member>
<member name="T:DigitalData.Modules.Language.Utils">
<summary>
Provides common utility functions that do not require a specific context.
</summary>
</member>
<member name="M:DigitalData.Modules.Language.Utils.ShortGUID">
<summary>
Generates a random short (8 characters) guid
</summary>
<returns>The generated guid as a String</returns>
</member>
<member name="M:DigitalData.Modules.Language.Utils.ToEnum``1(System.String)">
<summary>
Converts a String value to the given Enum
</summary>
<typeparam name="T">The Enum Type</typeparam>
<param name="value">The string value to convert</param>
</member>
<member name="M:DigitalData.Modules.Language.Utils.ToEnum``1(System.Int32)">
<summary>
Converts an Integer value to the given Enum
</summary>
<typeparam name="T">The Enum Type</typeparam>
<param name="value">The integer value to convert</param>
</member>
<member name="M:DigitalData.Modules.Language.Utils.ToEnum``1(System.Int64)">
<summary>
Converts a Long value to the given Enum
</summary>
<typeparam name="T">The Enum Type</typeparam>
<param name="value">The long value to convert</param>
</member>
<member name="M:DigitalData.Modules.Language.Utils.NotNull``1(``0,``0)">
<summary>
Checks a value for three different `null` values,
Nothing, Empty String, DBNull
Returns the original value if the value is not null, or `defaultValue`
</summary>
<typeparam name="T">The type of the value</typeparam>
<param name="value">The value</param>
<param name="defaultValue">The default Value</param>
<returns>The original value or the default value</returns>
</member>
<member name="M:DigitalData.Modules.Language.Utils.NotNull``1(System.Data.DataRow,System.String,``0)">
<summary>
Checks a Row value for three different `null` values,
Nothing, Empty String, DBNull
Returns the original value if the value is not null, or `defaultValue`
</summary>
<typeparam name="T">The type of the value</typeparam>
<param name="Row">The DataRow that contains the value</param>
<param name="Column">The column name</param>
<param name="DefaultValue">The default value</param>
<returns>The original value or the default value</returns>
</member>
<member name="M:DigitalData.Modules.Language.Utils.ConvertTextToSlug(System.String)">
<summary>
Creates a "slug" from text that can be used as part of a valid URL.
Invalid characters are converted to hyphens. Punctuation that Is
perfect valid in a URL Is also converted to hyphens to keep the
result mostly text. Steps are taken to prevent leading, trailing,
And consecutive hyphens.
</summary>
<param name="s">The string to convert</param>
</member>
<member name="M:DigitalData.Modules.Language.Utils.RemoveInvalidCharacters(System.String)">
<summary>
Removes Invalid characters from a string, suitable for file and path names
Removed characters are:
* Illegal File-characters
* Illegal Path-characters
* Unicode characters that classify as Emoji
* All characters above codepoint U+10000
See:
https://stackoverflow.com/questions/46905176/detecting-all-emojis
https://stackoverflow.com/questions/28023682/how-do-i-remove-emoji-characters-from-a-string
</summary>
<returns></returns>
</member>
<member name="M:DigitalData.Modules.Language.Utils.IsVisibleOnAnyScreen(System.Drawing.Point)">
<summary>
Checks if a point is Visible on any screen
</summary>
</member>
<member name="M:DigitalData.Modules.Language.Utils.SizeIsVisible(System.Drawing.Size)">
<summary>
Checks if Size is not negative
</summary>
</member>
<member name="M:DigitalData.Modules.Language.Utils.LocationIsVisible(System.Drawing.Point)">
<summary>
Checks if Location is not negative
</summary>
</member>
</members>
</doc>

View File

@ -59,5 +59,49 @@ DigitalData.Modules.Messaging
https://stackoverflow.com/questions/368265/a-simple-event-bus-for-net https://stackoverflow.com/questions/368265/a-simple-event-bus-for-net
</summary> </summary>
</member> </member>
<member name="M:DigitalData.Modules.Messaging.EventBus.Register(System.Object)">
<summary>
Register a form as an event listener.
</summary>
<param name="listener">The event listener, usually `Me`</param>
</member>
<member name="M:DigitalData.Modules.Messaging.Email2.Load_Email(System.String)">
<summary>
Loads an eml file from disk and returns the IMail representation of it
</summary>
<param name="pFileName">Path to the eml file</param>
<returns>The IMail object</returns>
</member>
<member name="M:DigitalData.Modules.Messaging.Email2.Remove_AttachmentsFromEmail(System.String,System.String)">
<summary>
Removes all attachments from an EML file and saves it to a temporary file.
</summary>
<param name="pFileName">The EML file to process.</param>
<param name="pSuffix">The optional suffix to add to the original filename.</param>
<returns>The path of the new EML without attachments.</returns>
</member>
<member name="M:DigitalData.Modules.Messaging.Limilab.InitIMAP(System.String,System.Int32,System.String,System.String,System.String,System.String)">
<summary>
Initializes the module.
</summary>
<param name="oImapServer">IP-Address or Domainname of Server</param>
<param name="oPort">IMAP-Port</param>
<param name="oUser">IMAP-Username</param>
<param name="oPassword">IMAP-Password</param>
<param name="oAuthType">Auth-Type</param>
<param name="Folder">The folder to fetch messages from. Defaults to `Inbox`</param>
</member>
<member name="M:DigitalData.Modules.Messaging.Limilab.IMAPTestLogin">
<summary>
Tests connection to a given IMAP Server by connecting and doing a simple message query.
</summary>
<returns>True if connection and query were successful. False otherwise.</returns>
</member>
<member name="M:DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(System.String,System.String,System.String,System.String,System.String,System.Int32,System.String,System.String,System.String,System.String,System.String,System.Boolean)">
<summary>
Creates a MailObject and sends Mail via smtp.
</summary>
<returns>True if Message was send. False otherwise.</returns>
</member>
</members> </members>
</doc> </doc>

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -1,61 +0,0 @@
16:23:31.3436|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
16:23:31.5088|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
16:23:36.0664|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
16:23:37.4133|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
16:23:47.6066|clsWorkEmail|INFO >> COPY2HDD - EMail (WG: Rechnung 7895001156 vom 12.07.2021) already existing!
16:23:53.8881|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
16:24:26.0009|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
16:24:26.1706|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
16:24:27.3697|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
16:24:28.6370|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
16:24:30.0683|clsWorkEmail|INFO >> [COPY2HDD] Email saved to (P:\Test\Import\ZUGFerD\Email_in\Eml\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc.eml)
16:24:56.8232|clsWorkEmail|INFO >> Working on Attachment [7895001156.pdf]
16:25:13.6288|clsWorkEmail|INFO >> Attachment saved to [P:\Test\Import\ZUGFerD\Email_in\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc~7895001156.pdf]
16:25:13.6288|clsWorkEmail|INFO >> INSERT_HISTORY_FB: _firebird is nothing
16:25:25.4908|clsDatabase|WARN >> Unexpected Error in Execute_non_Query: Ungültiger Objektname "TBEMLP_HISTORY_ATTACHMENT".
16:25:26.1162|clsDatabase|WARN >> SQL: INSERT INTO TBEMLP_HISTORY_ATTACHMENT (WORK_PROCESS,EMAIL_MSGID,EMAIL_FROM,EMAIL_SUBJECT,EMAIL_DATETIME,EMAIL_BODY,EMAIL_ATTMT) VALUES ('Attachment Sniffer','3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc','Marlon.Schreiber@wisag.de','WG: Rechnung 7895001156 vom 12.07.2021','13.07.2021 16:08:06','','7895001156.pdf')
16:26:11.7901|clsDatabase|WARN >> Unexpected Error in Execute_non_Query: Ungültiger Spaltenname "PROFILE_ID".
16:26:12.4681|clsDatabase|WARN >> SQL: INSERT INTO TBEMLP_HISTORY (WORK_PROCESS,EMAIL_MSGID,EMAIL_SUBJECT,EMAIL_DATE,EMAIL_BODY,EMAIL_SUBSTRING1,EMAIL_SUBSTRING2,EMAIL_FROM,PROFILE_ID) VALUES ('Attachment Sniffer','3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc','WG: Rechnung 7895001156 vom 12.07.2021','13.07.2021 16:08:06','','','','Marlon.Schreiber@wisag.de',2)
16:26:29.8724|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
16:28:55.6747|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:29:13.6867|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
16:29:14.0687|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
16:29:15.3146|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
16:29:17.0020|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
16:32:01.9793|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
16:32:39.3192|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
16:32:39.4462|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
16:32:40.8542|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
16:32:42.2843|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
16:32:42.2963|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
16:32:56.9567|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
16:32:57.0877|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
16:32:58.3442|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
16:33:07.0171|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
16:34:27.9691|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:34:37.3940|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
16:34:37.7600|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
16:34:38.9159|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
16:34:41.2748|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
16:34:41.2918|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
16:35:12.1724|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
16:35:13.3639|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
16:35:17.2723|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
16:35:23.2859|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
16:35:50.7726|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.
16:36:07.7001|frmMain|INFO >> ## Manual working on file \\dd-gan.local.digitaldata.works\DD-DFSR01\UserObjects\UserFiles\SchreiberM\Desktop\WG Rechnung 7895001156 vom 12.07.2021.eml ...
16:36:09.1231|clsWorker|INFO >> Worked/Pulled: [1] E-Mails
16:36:10.3651|clsWorkEmail|INFO >> CommonEmail-Process-Sniffer
16:36:11.5938|clsWorkEmail|INFO >> COMMON_EMAIL_IN...Subject [WG: Rechnung 7895001156 vom 12.07.2021]
16:36:15.8361|clsWorkEmail|INFO >> [COPY2HDD] Email saved to (P:\Test\Import\ZUGFerD\Email_in\Eml\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc.eml)
16:36:25.5777|clsWorkEmail|INFO >> Working on Attachment [7895001156.pdf]
16:36:28.7825|clsWorkEmail|INFO >> Attachment saved to [P:\Test\Import\ZUGFerD\Email_in\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc~7895001156.pdf]
16:36:28.7825|clsWorkEmail|INFO >> INSERT_HISTORY_FB: _firebird is nothing
16:36:33.2822|clsDatabase|WARN >> Unexpected Error in Execute_non_Query: Ungültiger Objektname "TBEMLP_HISTORY_ATTACHMENT".
16:36:33.2822|clsDatabase|WARN >> SQL: INSERT INTO TBEMLP_HISTORY_ATTACHMENT (WORK_PROCESS,EMAIL_MSGID,EMAIL_FROM,EMAIL_SUBJECT,EMAIL_DATETIME,EMAIL_BODY,EMAIL_ATTMT) VALUES ('Attachment Sniffer','3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc','Marlon.Schreiber@wisag.de','WG: Rechnung 7895001156 vom 12.07.2021','13.07.2021 16:08:06','','7895001156.pdf')
16:36:36.5675|clsWorkEmail|INFO >> Working on Attachment [7895001156_RA.pdf]
16:36:40.7245|clsWorkEmail|INFO >> Attachment saved to [P:\Test\Import\ZUGFerD\Email_in\3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc~7895001156_RA.pdf]
16:36:40.7255|clsWorkEmail|INFO >> INSERT_HISTORY_FB: _firebird is nothing
16:36:41.8460|clsDatabase|WARN >> Unexpected Error in Execute_non_Query: Ungültiger Objektname "TBEMLP_HISTORY_ATTACHMENT".
16:36:41.8460|clsDatabase|WARN >> SQL: INSERT INTO TBEMLP_HISTORY_ATTACHMENT (WORK_PROCESS,EMAIL_MSGID,EMAIL_FROM,EMAIL_SUBJECT,EMAIL_DATETIME,EMAIL_BODY,EMAIL_ATTMT) VALUES ('Attachment Sniffer','3a47d5692a394336b50743ec4a629f9d@e2k13srv005.wisagservice.loc','Marlon.Schreiber@wisag.de','WG: Rechnung 7895001156 vom 12.07.2021','13.07.2021 16:08:06','','7895001156_RA.pdf')
16:36:41.8670|clsWorker|WARN >> TempFileDelete - Could not delete the tempfile from TEMP_FILES: Der Prozess kann nicht auf die Datei "C:\Users\SchreiberM\AppData\Local\Temp\DD_EmailProfiler\WG_ Rechnung 7895001156 vom 12.07.2021.eml" zugreifen, da sie von einem anderen Prozess verwendet wird.

View File

@ -0,0 +1,90 @@
13:14:37.3918|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 61.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
16:50:09.5841|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 61.
Fehler bei Authentifizierung, da die Gegenseite den Transportstream geschlossen hat.
17:08:59.8099|Limilab|ERROR >> Not connected. Please connect first. bei Limilabs.Client.ClientBase.____0()
bei Limilabs.Client.ClientBase.__00_(Byte[] _0)
bei __00000__0_.__0(__00_0_0000 _0)
bei __00000__0_._0(ImapCommand _0)
bei Limilabs.Client.IMAP.Imap.___0_0_(ImapCommand _0, Boolean __)
bei Limilabs.Client.IMAP.Imap.__0_(String _0, String __)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 70.
17:09:02.6757|Limilab|ERROR >> Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 76.
bei DigitalData.Modules.Messaging.Limilab.TestIMAPLogin() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 43.
17:11:35.7482|Limilab|ERROR >> Tried to read a line. Only '' received. Please make sure that antivirus and firewall software are disabled or configured correctly. bei ______000_._0()
bei __00_00__0_.__(MemoryStream _0)
bei __00_00__0_._0()
bei Limilabs.Client.IMAP.ImapResponse._0(______000_ _0)
bei Limilabs.Client.IMAP.Imap.__0____(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.GetServerGreeting()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 66.
Tried to read a line. Only '' received.
Von der Übertragungsverbindung können keine Daten gelesen werden: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat
17:15:03.6059|Limilab|ERROR >> Das Remotezertifikat ist laut Validierungsverfahren ungültig. bei System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
bei System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.IMAP.Imap.StartTLS()
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 67.
17:24:00.7218|Limilab|ERROR >> Das Remotezertifikat ist laut Validierungsverfahren ungültig. bei System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
bei System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.IMAP.Imap.StartTLS()
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 62.

View File

@ -0,0 +1,17 @@
13:06:48.4614|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
13:06:48.5514|Limilab|INFO >> Limilab initialized
13:13:39.3946|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
13:13:39.4456|Limilab|INFO >> Limilab initialized
13:14:37.3918|Limilab|WARN >> Inner Exception ImapConnect: Fehler bei Handshake wegen eines unerwarteten Paketformats.
16:49:48.2227|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:49:48.2827|Limilab|INFO >> Limilab initialized
16:50:09.5931|Limilab|WARN >> Inner Exception ImapConnect: Fehler bei Authentifizierung, da die Gegenseite den Transportstream geschlossen hat.
17:08:13.2277|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
17:08:13.2927|Limilab|INFO >> Limilab initialized
17:10:14.4305|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
17:10:14.5345|Limilab|INFO >> Limilab initialized
17:11:35.7582|Limilab|WARN >> Inner Exception ImapConnect: Tried to read a line. Only '' received.
17:13:42.9681|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
17:13:43.0430|Limilab|INFO >> Limilab initialized
17:22:14.3582|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
17:22:14.4132|Limilab|INFO >> Limilab initialized

View File

@ -0,0 +1,68 @@
09:25:33.5215|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 78.
09:43:46.6856|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 78.
10:01:12.1392|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 84.
10:34:42.7013|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 84.
10:35:12.8670|Limilab|ERROR >> Das Remotezertifikat ist laut Validierungsverfahren ungültig. bei System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessReceivedBlob(Byte[] buffer, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)
bei System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)
bei System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation)
bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 72.
10:39:54.7035|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 86.
10:46:36.6137|Limilab|ERROR >> Tried to read a line. Only '' received. Please make sure that antivirus and firewall software are disabled or configured correctly. bei ______000_._0()
bei __00_00__0_.__(MemoryStream _0)
bei __00_00__0_._0()
bei Limilabs.Client.IMAP.ImapResponse._0(______000_ _0)
bei Limilabs.Client.IMAP.Imap.__0____(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.GetServerGreeting()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 70.
Tried to read a line. Only '' received.
Von der Übertragungsverbindung können keine Daten gelesen werden: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat

View File

@ -0,0 +1,9 @@
09:24:36.6860|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
09:24:36.7330|Limilab|INFO >> Limilab initialized
09:59:41.6507|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
09:59:41.7247|Limilab|INFO >> Limilab initialized
10:36:15.9778|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
10:36:16.0508|Limilab|INFO >> Limilab initialized
10:45:30.5615|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
10:45:30.6145|Limilab|INFO >> Limilab initialized
10:46:36.6137|Limilab|WARN >> Inner Exception ImapConnect: Tried to read a line. Only '' received.

View File

@ -0,0 +1,222 @@
16:19:12.8306|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 188.
16:21:15.3354|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 183.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
16:37:35.5213|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 186.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
16:37:48.6572|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 189.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465
16:38:37.5911|Limilab|ERROR >> Not connected. Please connect first. bei Limilabs.Client.ClientBase.____0()
bei Limilabs.Client.ClientBase.__00_(Byte[] _0)
bei Limilabs.Client.SMTP.Smtp.SendCommand(String command, Boolean throwException)
bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 205.
16:38:50.6930|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 186.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
16:38:50.7250|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 189.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465
16:38:58.1140|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 186.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
16:38:58.1290|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 189.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465
16:43:47.8540|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 187.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
16:43:52.0795|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 190.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465
16:44:42.6383|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 200.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
16:44:51.2773|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 203.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465
16:51:10.1995|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 212.
16:58:15.5067|Limilab|ERROR >> Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat [::ffff:10.10.0.93]:587 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.Connect(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 193.
Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat [::ffff:10.10.0.93]:587
17:01:38.8105|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 212.
17:02:37.0787|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 186.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
17:02:37.1617|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 190.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:78.94.128.10]:465
17:03:16.7969|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 212.
17:05:02.0203|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 212.
17:22:32.3171|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 215.
17:23:10.9601|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 215.
17:24:22.4306|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 215.
17:31:42.7653|Limilab|ERROR >> AUTH command used when not advertised bei Limilabs.Client.SMTP.Smtp.__0_(String _0, String __)
bei Limilabs.Client.SMTP.Smtp.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 215.
17:34:13.6068|Limilab|ERROR >> AUTH command used when not advertised bei _______0__.___(SmtpResponse _0)
bei _______0__.__0(SmtpResponse _0)
bei Limilabs.Client.SMTP.Smtp.Login(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 215.
17:37:03.1631|Limilab|ERROR >> Tried to read a line. Only '' received. Please make sure that antivirus and firewall software are disabled or configured correctly. bei ______000_._0()
bei Limilabs.Client.SMTP.SmtpResponse._0(______000_ _0)
bei Limilabs.Client.SMTP.Smtp.__0__0()
bei Limilabs.Client.SMTP.Smtp.GetServerGreeting()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 187.
Tried to read a line. Only '' received.
Von der Übertragungsverbindung können keine Daten gelesen werden: Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat.
Ein Verbindungsversuch ist fehlgeschlagen, da die Gegenstelle nach einer bestimmten Zeitspanne nicht richtig reagiert hat, oder die hergestellte Verbindung war fehlerhaft, da der verbundene Host nicht reagiert hat
17:37:03.2191|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:2.207.150.230]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 191.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:2.207.150.230]:465
17:38:09.1611|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 90.
17:39:09.1477|Limilab|ERROR >> Authentication unsuccessful bei _______0__.___(SmtpResponse _0)
bei Limilabs.Client.SMTP.Smtp.SendCommand(String command, Boolean throwException)
bei Limilabs.Client.SMTP.Smtp.Login(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 215.
17:39:28.9672|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 187.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
17:39:28.9842|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:192.168.8.12]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 191.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:192.168.8.12]:465
17:39:47.3806|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.ClientBase.ConnectSSL(String host, Int32 port)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 187.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
17:39:50.0954|Limilab|ERROR >> Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:192.168.8.12]:465 bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 191.
Eine Verbindungsanforderung bezog sich auf einen bereits verbundenen Socket [::ffff:192.168.8.12]:465
17:46:44.6741|Limilab|ERROR >> AUTH command used when not advertised bei _______0__.___(SmtpResponse _0)
bei _______0__.__0(SmtpResponse _0)
bei Limilabs.Client.SMTP.Smtp.Login(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 216.
17:47:21.9165|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 189.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
17:47:40.3326|Limilab|ERROR >> Last network operation failed. Please dispose this instance and re-connect using a new one. bei Limilabs.Client.ClientBase.____0()
bei Limilabs.Client.ClientBase.__00_(Byte[] _0)
bei Limilabs.Client.SMTP.Smtp.SendCommand(String command, Boolean throwException)
bei Limilabs.Client.SMTP.Smtp.Login(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 216.
17:47:46.3741|Limilab|ERROR >> Authenticate as SSL/TLS client failed.
You might be connecting to non SSL/TLS port -or- using incorrect SSL/TLS version.
Consider using TLS 1.2: client.SSLConfiguration.EnabledSslProtocols = SslProtocols.Tls12;
Please examine the inner exception for details. bei Limilabs.Client.ClientBase._0(Stream _0)
bei Limilabs.Client.ClientBase.___()
bei Limilabs.Client.ClientBase.Connect(String host, Int32 port, Boolean useSSL)
bei Limilabs.Client.SMTP.Smtp.ConnectSSL(String host)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 189.
Fehler bei Handshake wegen eines unerwarteten Paketformats.
17:47:48.0417|Limilab|ERROR >> Last network operation failed. Please dispose this instance and re-connect using a new one. bei Limilabs.Client.ClientBase.____0()
bei Limilabs.Client.ClientBase.__00_(Byte[] _0)
bei Limilabs.Client.SMTP.Smtp.SendCommand(String command, Boolean throwException)
bei Limilabs.Client.SMTP.Smtp.Login(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 216.
17:51:04.8573|Limilab|ERROR >> Authentication unsuccessful bei _______0__.___(SmtpResponse _0)
bei Limilabs.Client.SMTP.Smtp.SendCommand(String command, Boolean throwException)
bei Limilabs.Client.SMTP.Smtp.Login(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 216.
17:51:43.2149|Limilab|ERROR >> Authentication unsuccessful bei _______0__.___(SmtpResponse _0)
bei Limilabs.Client.SMTP.Smtp.SendCommand(String command, Boolean throwException)
bei Limilabs.Client.SMTP.Smtp.Login(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 216.
17:52:09.1214|Limilab|ERROR >> AUTH command used when not advertised bei _______0__.___(SmtpResponse _0)
bei _______0__.__0(SmtpResponse _0)
bei Limilabs.Client.SMTP.Smtp.Login(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.NewSMTPEmail(String mailto, String mailSubject, String mailBody, String mailfrom, String mailsmtp, Int32 mailport, String mailUser, String mailPW, String AUTH_TYPE, String SENDER_INSTANCE, String attachmentString, Boolean Test) in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 216.

View File

@ -0,0 +1,33 @@
16:15:23.0147|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
16:15:23.1217|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:15:23.1297|Limilab|INFO >> Limilab initialized
16:20:09.4823|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
16:20:09.5633|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:20:09.5633|Limilab|INFO >> Limilab initialized
16:36:29.2400|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
16:36:29.3230|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:36:29.3320|Limilab|INFO >> Limilab initialized
16:43:24.5566|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
16:43:24.6546|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:43:24.6546|Limilab|INFO >> Limilab initialized
16:44:17.8825|Limilab|INFO >> Server supports no StartTLS
16:48:13.7858|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
16:48:13.8898|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:48:13.8998|Limilab|INFO >> Limilab initialized
16:48:35.3693|Limilab|INFO >> Server supports no StartTLS
16:54:51.3819|Limilab|INFO >> Server supports no StartTLS
16:57:35.0475|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
16:57:35.1425|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
16:57:35.1425|Limilab|INFO >> Limilab initialized
17:21:37.4268|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
17:21:37.5068|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
17:21:37.5148|Limilab|INFO >> Limilab initialized
17:29:09.0990|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
17:29:09.1830|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
17:29:09.1880|Limilab|INFO >> Limilab initialized
17:33:08.8032|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
17:33:08.8877|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
17:33:08.9007|Limilab|INFO >> Limilab initialized
17:46:10.5509|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-21-Email-Profiler - Config.log]
17:46:10.6579|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
17:46:10.6649|Limilab|INFO >> Limilab initialized

View File

@ -0,0 +1,36 @@
11:14:07.5447|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 97.
11:28:53.0270|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 107.
11:29:24.0596|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 107.
11:30:49.7312|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 107.
11:42:08.8517|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 107.
11:43:35.4495|Limilab|ERROR >> AUTHENTICATE failed. bei __0000_0000.___(ImapResponse _0)
bei __0000_0000.__(ImapResponse _0)
bei Limilabs.Client.IMAP.Imap.__000(String _0, String __)
bei Limilabs.Client.IMAP.Imap.LoginPLAIN(String user, String adminUser, String adminPassword)
bei Limilabs.Client.IMAP.Imap.UseBestLogin(String user, String password)
bei DigitalData.Modules.Messaging.Limilab.ImapConnect() in E:\SchreiberM\Visual Studio\GIT\DDMonorepo\Modules.Messaging\Limilab.vb:Zeile 107.

View File

@ -0,0 +1,10 @@
11:12:55.8515|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-22-Email-Profiler - Config.log]
11:12:55.9265|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
11:12:55.9265|Limilab|INFO >> Limilab initialized
11:27:48.9563|LogConfig|INFO >> Logging started for [Email-Profiler - Config] in [E:\SchreiberM\Visual Studio\GIT\DD_EmailProfiler\App\CONFIG_APP\bin\Debug\Log\2021-10-22-Email-Profiler - Config.log]
11:27:49.0183|LogConfig|INFO >> No logfiles were marked for deletion in the range [last 90 days].
11:27:49.0223|Limilab|INFO >> Limilab initialized
11:29:09.2070|Limilab|INFO >> Server supports no StartTLS
11:30:44.6544|Limilab|INFO >> Server supports no StartTLS
11:31:02.3595|Limilab|INFO >> Server supports no StartTLS
11:42:47.9064|Limilab|INFO >> Server supports no StartTLS

View File

@ -1,190 +0,0 @@
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS AUTH=PLAIN] Ready
A001 LOGIN "marlonschreiber@arcor.de" "!35398Mnklv="
A001 OK [CAPABILITY IMAP4rev1 SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE SNIPPET=FUZZY PREVIEW=FUZZY STATUS=SIZE LITERAL+ NOTIFY SPECIAL-USE QUOTA] Logged in
A002 SELECT Inbox
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft $Forwarded Junk NonJunk)
* OK [PERMANENTFLAGS (\Answered \Flagged \Deleted \Seen \Draft $Forwarded Junk NonJunk \*)] Flags permitted.
* 39 EXISTS
* 0 RECENT
* OK [UNSEEN 9] First unseen.
* OK [UIDVALIDITY 1498564748] UIDs valid
* OK [UIDNEXT 17277] Predicted next UID
* OK [HIGHESTMODSEQ 37315] Highest
A002 OK [READ-WRITE] Select completed (0.003 + 0.000 + 0.002 secs).
A003 UID SEARCH ALL
* SEARCH 9127 11721 13093 13803 14335 15203 15773 15958 15961 16068 16091 16093 16135 16296 17007 17018 17024 17027 17036 17049 17155 17190 17194 17201 17202 17244 17262 17264 17265 17267 17268 17269 17270 17271 17272 17273 17274 17275 17276
A003 OK Search completed (0.001 + 0.000 secs).
A004 UID SEARCH ALL
* SEARCH 9127 11721 13093 13803 14335 15203 15773 15958 15961 16068 16091 16093 16135 16296 17007 17018 17024 17027 17036 17049 17155 17190 17194 17201 17202 17244 17262 17264 17265 17267 17268 17269 17270 17271 17272 17273 17274 17275 17276
A004 OK Search completed (0.001 + 0.000 secs).
A005 UID FETCH 9127:17276 ENVELOPE
* 1 FETCH (UID 9127 ENVELOPE ("Thu, 10 Jan 2019 13:41:21 +0100" "Orangenpapier" (("Gernot Schreiber" NIL "gernotschreiber" "gmx.de")) (("Gernot Schreiber" NIL "gernotschreiber" "gmx.de")) ((NIL NIL "gernotschreiber" "gmx.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<000e01d4a8e1$ca768560$5f639020$@gmx.de>"))
* 2 FETCH (UID 11721 ENVELOPE ("Tue, 28 May 2019 14:35:30 +0200" "Ihre Gedenkseite auf Gedenkseiten.de" (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) (("Gedenkseiten.de" NIL "info" "gedenkseiten.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<20190528123530.C99AA2416024C@h2585045.stratoserver.net>"))
* 3 FETCH (UID 13093 ENVELOPE ("Mon, 19 Aug 2019 15:10:01 +0200" "ADticket - Mein Ticketportal - Ihre Bestellung 45344949" (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("ADticket - Mein Ticketportal" NIL "tickets" "adticket.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<RnT2XrHqYjEhoyHpewA1No0xK3EIQYqWGc7T5mWeY@core1.reservix.systems>"))
* 4 FETCH (UID 13803 ENVELOPE ("Tue, 01 Oct 2019 18:39:17 +0200" "Ihre Prosite Rechnung Prosite-5000172862-1019" (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) (("Prosite Buchhaltung" NIL "buchhaltung" "prosite.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<5d9381359394446d9fbd1600c0a8c002@coreadmin.speedbone.de>"))
* 5 FETCH (UID 14335 ENVELOPE ("Fri, 8 Nov 2019 12:27:09 +0000" "AW: Ausverkaufter Artikel 851400 - Brisket" (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("Vanessa Pieper" NIL "vanessapieper" "albersfood.de")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1bde1d201e384e548e9c33ee1eb81af3@MX01.albersdus.local>"))
* 6 FETCH (UID 15203 ENVELOPE ("Sat, 4 Jan 2020 20:30:08 +0100" "Wg: Jo szorakozast!" (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Nora Schreiber" NIL "nowid" "gmx.net")) (("Marlon" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<trinity-a38ab46d-ae4a-4406-830e-e782de277e15-1578166207600@msvc-mesg-gmx021>"))
* 7 FETCH (UID 15773 ENVELOPE ("10 Feb 2020 11:33:01 +0100" "Ihre Ticketbestellung (DTS-HT)" (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) (("DERTICKETSERVICE" NIL "order" "derticketservice.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1581330782.48GMgK75hwzGmTX@mail.derticketservice.de>"))
* 8 FETCH (UID 15958 ENVELOPE ("Fri, 21 Feb 2020 17:05:38 +0100" "=?utf-8?Q?Vielen=20Dank=20f=C3=BCr=20Ihre=20Newsletter-Anmeldung?=" (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) (("HEISO 1870" NIL "kundenservice" "heiso-1870.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<20200221160538.28933140AFF@heiso.aix-cloud.de>"))
* 9 FETCH (UID 15961 ENVELOPE ("Fri, 21 Feb 2020 20:06:12 +0000" "=?utf-8?Q?Vielen=20Dank=20f=C3=BCr=20Ihre=20Newsletter=20Anmeldung?=" (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) (("=?utf-8?Q?HEISO=201870?=" NIL "kundenservice" "heiso-1870.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<718e1ec32ce770e3d0609633b.1928942146.20200221200607.ad4ff32923.d6eb0e23@mail211.suw12.mcsv.net>"))
* 10 FETCH (UID 16068 ENVELOPE ("Fri, 28 Feb 2020 13:06:03 +0100" "Ticket #153391: Blacklist" (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) (("Speedbone Support" NIL "noreply" "intern.speedbone.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<5e59022b1e484b959d714d0bc0a8c002@coreadmin.speedbone.de>"))
* 11 FETCH (UID 16091 ENVELOPE ("Sat, 29 Feb 2020 15:31:22 +0000" "=?UTF-8?B?SWhyZSBSw7xja3NlbmR1bmdzw7xiZXJzaWNodA==?=" (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) (("rueckgabe@amazon.de" NIL "rueckgabe" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<010201709192d029-0f3eb811-bf1f-4f46-8903-9b8a89d06ae6-000000@eu-west-1.amazonses.com>"))
* 12 FETCH (UID 16093 ENVELOPE ("Sat, 29 Feb 2020 16:52:33 +0100" "Re: MOB Skateboards Webshop Kontaktformular" (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) (("PHILIPP SCHMIDT I MOSAIC" NIL "pschmidt" "mosaic-sales.com")) ((NIL NIL "marlonschreiber" "arcor.de")) (("Tim Willumat I MOSAIC" NIL "twillumat" "mosaic-sales.com")("MOB Skateboards Webshop" NIL "info" "mosaic-sales.com")) NIL "<C4F8943B-5FD0-4225-9211-78ABAED4D275@mosaic-sales.com>" "<45CA24CE-6090-4ADE-883D-412276B82D39@mosaic-sales.com>"))
* 13 FETCH (UID 16135 ENVELOPE ("Mon, 2 Mar 2020 16:31:20 +0100 (CET)" "Mein ELSTER: Aktivierung Ihres Benutzerkontos" ((NIL NIL "portal" "elster.de")) ((NIL NIL "portal" "elster.de")) ((NIL NIL "portal" "elster.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<1082422146.1430499.1583163080931@ecmprd01.cs1.elster.de>"))
* 14 FETCH (UID 16296 ENVELOPE ("Mon, 9 Mar 2020 12:53:49 +0100" "AW: Ferien 2020 in Suedwestfrankreich -- BITTE BEACHTEN" (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("Antje Schreiber" NIL "antje-schreiber" "web.de")) (("'Jan-Philipp Rudolph'" NIL "rudolph.jp" "gmail.com")("'Kirstin Schreiber'" NIL "kirstin_schreiber" "hotmail.com")) (("'Julian Schwenkglenks'" NIL "julian-schwenkglenks" "gmx.de")("'Marlon Schreiber'" NIL "marlonschreiber" "arcor.de")(NIL NIL "wiebke.schreiber" "web.de")("=?utf-8?Q?'Herr_Schreiber_G=C3=B6tz'?=" NIL "gotzschreiber" "aol.com")(NIL NIL "nowid" "gmx.net")(NIL NIL "christian.haverkamp" "web.de")(NIL NIL "zimmermannch" "arcor.de")(NIL NIL "arno_schwenkglenks" "web.de")) NIL "<7C141B45-DDE0-46D0-898E-D7126A55CDB3@gmail.com>" "<002001d5f609$65cc8b20$3165a160$@web.de>"))
* 15 FETCH (UID 17007 ENVELOPE ("Fri, 17 Apr 2020 05:15:13 +0000" "Dinge zum Ausprobieren mit deinem Echo" (("Amazon Alexa" NIL "promotion5" "amazon.de")) (("Amazon Alexa" NIL "promotion5" "amazon.de")) (("Amazon Alexa" NIL "promotion5" "amazon.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<01020171868ff504-8246a8c8-8d08-4485-a796-787a9b2f0aed-000000@eu-west-1.amazonses.com>"))
* 16 FETCH (UID 17018 ENVELOPE ("Fri, 17 Apr 2020 14:21:10 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<ed15a3f4-c964-4d77-8621-b259695d1dda@arcor.de>" "<439392B1-CA1B-4DBD-A4D7-ADE45FE78775@say-say.de>"))
* 17 FETCH (UID 17024 ENVELOPE ("Fri, 17 Apr 2020 19:44:17 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<02a65c12-2614-4b3c-a185-b31060e2622e@arcor.de>" "<8B1648BD-3F15-4D3C-88CB-F50A562389FD@say-say.de>"))
* 18 FETCH (UID 17027 ENVELOPE ("Sat, 18 Apr 2020 00:19:47 +0200" {69}
Re: Ramex - okiennice z drewna, okucia do okiennic - "[your-subject]" (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) (("Ramex Okiennice Drewniane" NIL "ramex" "okiennicezdrewna.pl")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<1642ceb3dc0b0646a5f56228d250c735@www.klappladen-polen.com>" "<8A87B5EE165B47FCAF404BDEA55F52A7@Marian>"))
* 19 FETCH (UID 17036 ENVELOPE ("Sat, 18 Apr 2020 17:36:09 +0200" "FW: Elternbrief" (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Kneer, Gabriele" NIL "g.kneer" "vereinigte-hagel.de")) NIL NIL "<002501d61589$83727eb0$8a577c10$@gmx.de>" "<2D3B0BDF-0A04-4130-9F26-1F2F0036A8F0@gmx.de>"))
* 20 FETCH (UID 17049 ENVELOPE ("Sun, 19 Apr 2020 14:39:19 +0200" {88}
=?UTF-8?B?w5xidW5nc21hdGVyaWFsaWVu?= =?UTF-8?B?IGbDvHI=?= =?UTF-8?B?IG7DpGNoc3Rl?= Woche (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) NIL NIL NIL "<7DD7BFD2-B50A-48F5-8E76-6733CE65BD2B@gmx.de>"))
* 21 FETCH (UID 17155 ENVELOPE ("Fri, 24 Apr 2020 19:33:32 +0200" "Re: Musikwunsch" (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("12 Finger Dan" NIL "dan" "say-say.de")) (("Marlon Schreiber" NIL "marlonschreiber" "arcor.de")) NIL NIL "<45fc9895-1416-4d64-952a-f4a86ef80abf@arcor.de>" "<314D0A71-9CC6-4E41-A1C6-9C1AB4C04723@say-say.de>"))
* 22 FETCH (UID 17190 ENVELOPE ("Sun, 26 Apr 2020 10:39:41 +0200" {19}
Link High Intensity (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<5918F910-6BC3-45F5-BA65-8392453B1292@tsv-allendorf-lahn.net>"))
* 23 FETCH (UID 17194 ENVELOPE ("Sun, 26 Apr 2020 13:26:25 +0200" "Nachricht von Frau =?UTF-8?B?WsO2cmI=?=" (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Diane Manz" NIL "diane.manz" "gmx.de")) (("Gabi" NIL "g.kneer" "vereinigte-hagel.de")) NIL NIL "<58AD72C6-AF37-45F9-9A68-E2C93F94BE37@gmx.de>"))
* 24 FETCH (UID 17201 ENVELOPE ("Sun, 26 Apr 2020 18:51:40 +0200" "Link High Intensitiy" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<84F7D610-C176-46D7-80B1-662BAD60BC9C@tsv-allendorf-lahn.net>"))
* 25 FETCH (UID 17202 ENVELOPE ("Sun, 26 Apr 2020 21:23:03 +0200" {69}
Re: Ramex - okiennice z drewna, okucia do okiennic - "[your-subject]" (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) (("Ramex Klappladen" NIL "ramex" "klappladen-polen.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL "<39463858fe504b4eb2186b51ca97bb78@www.klappladen-polen.com>" "<3A53695CBFA5406FA78CFCB9BBFFBA8B@Marian>"))
* 26 FETCH (UID 17244 ENVELOPE ("Tue, 28 Apr 2020 17:24:21 +0200" {52}
Link zur Progressiven Muskelentspannung um 18.00 Uhr (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<F7273818-B4ED-4474-9F9E-C12DC0DC0E40@tsv-allendorf-lahn.net>"))
* 27 FETCH (UID 17262 ENVELOPE ("Wed, 29 Apr 2020 17:13:58 +0200" "Link Zumba, 19.00 Uhr" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<2E8B7FA7-CFE7-47DE-99F0-A41CD21E28C6@tsv-allendorf-lahn.net>"))
* 28 FETCH (UID 17264 ENVELOPE ("Wed, 29 Apr 2020 10:08:06 -0600" "Fashion in deinen Lieblingsfarben!" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-fec11179706c077d-50_HTML-6006741-7233512-73" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<f9d60d2b-8f4f-4879-8ca8-39a24bdc7952@atl1s07mta1869.xt.local>"))
* 29 FETCH (UID 17265 ENVELOPE ("Wed, 29 Apr 2020 18:47:41 +0000" {173}
=?UTF-8?B?Qml00YFv0ZZuIGfRlmJ0INCGaG5lbiBk0ZZlIE3DtmdsadGBaGvQtdGWdCwgc2ljaCB6dQ==?= =?UTF-8?B?IHN00LBi0ZZs0ZZz0ZbQtXLQtW4uIFNpZWjQtSAiRGnQtSBIw7ZobNC1IGTQtXIgTMO2d2VuIg==?= (("Casino news" NIL "rogekibarubana17" "gmail.com")) (("Casino news" NIL "rogekibarubana17" "gmail.com")) (("Casino news" NIL "rogekibarubana17" "gmail.com")) ((NIL NIL "undisclosed-recipients" NIL)(NIL NIL NIL NIL)) NIL NIL NIL "<CADWRutB-Dtzy7LQ0OwYu5foZG6diAsAAX-Mq-uvYaxYgwnMRLg@mail.gmail.com>"))
* 30 FETCH (UID 17267 ENVELOPE ("Thu, 30 Apr 2020 04:04:42 +0000" "=?utf-8?Q?Diese=20Hosen=20rocken=F0=9F=98=8E=C2=A0Schau=20dir=20unsere=20GPx=2DSerie=20an=21?=" (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) (("=?utf-8?Q?RevolutionRace?=" NIL "newsletter" "revolutionrace.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<c0315e72df381b5497ddfc158.c8ac1e0d53.20200430040432.c973694813.2927cbb6@mail4.suw17.mcsv.net>"))
* 31 FETCH (UID 17268 ENVELOPE ("Wed, 29 Apr 2020 23:07:16 -0600" "=?UTF-8?Q?Marc_O=C2=B4Polo,_UGG,_True_Prodigy_uvm.?=" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-fec111797365077b-50_HTML-6006741-7233512-73" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<2845cb71-90ee-40b7-a4c9-5544183a9671@atl1s07mta863.xt.local>"))
* 32 FETCH (UID 17269 ENVELOPE ("Wed, 29 Apr 2020 23:09:41 -0600" {97}
=?UTF-8?B?8J+SpSBOdXIgaGV1dGU6IGJpcyB6dSAtNzUlIGltIEVuZCBvZiBN?= =?UTF-8?B?b250aCBTYWxlISDwn5Kl?= (("BestSecret SALE" NIL "noreply" "fashionnews.bestsecret.com")) (("BestSecret SALE" NIL "noreply" "fashionnews.bestsecret.com")) (("BestSecret" NIL "reply-24523-26_HTML-16623409-10966174-2919" "email.bestsecret.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0af625f4-f3e3-4454-bc56-ecf0c4526e21@ind1s01mta1076.xt.local>"))
* 33 FETCH (UID 17270 ENVELOPE ("Thu, 30 Apr 2020 05:56:04 +0000" "Einzigartig wie nie. Sehr, sehr profitabel." (("Swen Fisher" NIL "info" "icarus10.com")) ((NIL NIL "sender" "icarus10.com")) (("Swen Fisher" NIL "info" "icarus10.com")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "4c4f53f51151ae97ec453dc89e716c07@icarus10.com"))
* 34 FETCH (UID 17271 ENVELOPE ("Thu, 30 Apr 2020 08:32:25 +0200" {118}
40% #STAYHEALTHY Rabatt + =?ISO-8859-1?Q?zus=E4tzlich=20Gratisartikel=20g?= =?ISO-8859-1?Q?eschenkt!=20Verl=E4ngert!?= (("SC24.com AG" NIL "info" "reply.sc24.com")) (("SC24.com AG" NIL "info" "reply.sc24.com")) (("SC24.com AG" NIL "info" "reply.sc24.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<0.1.1D.AB5.1D61EB91CE3FA0A.0@pmta40182.emarsys.net>"))
* 35 FETCH (UID 17272 ENVELOPE ("Thu, 30 Apr 2020 09:23:31 +0200" "Link Beine intensiv 11.00 Uhr" (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) (("=?utf-8?Q?Kerstin_Lef=C3=A8vre?=" NIL "vorstand" "tsv-allendorf-lahn.net")) NIL NIL NIL NIL "<30611C7A-6C20-42E8-AF04-BB1D4988CC0E@tsv-allendorf-lahn.net>"))
* 36 FETCH (UID 17273 ENVELOPE ("Thu, 30 Apr 2020 05:09:18 +0000" {82}
Wer =?utf-8?Q?h=C3=A4tte?= gedacht, dass es SO einfach =?utf-8?Q?w=C3=A4re=2E=2E?= (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("Dan Gerlitz" NIL "info" "hobbyticket.com")) (("marlonschreiber@arcor.de" NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<ecb7e928376be260de74b3ddf23d2122@hobbyticket.com>"))
* 37 FETCH (UID 17274 ENVELOPE ("Thu, 30 Apr 2020 10:03:59 +0200 (CEST)" "Handelsblatt Online Eilmeldung" (("Handelsblatt Eilmeldung" NIL "eilmeldung" "mailservice.handelsblatt.com")) (("Handelsblatt Eilmeldung" NIL "eilmeldung" "mailservice.handelsblatt.com")) ((NIL NIL "kundenservice" "handelsblattgroup.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<hdh3vfe5bp5vcg25o25cg5jql5wxo6puknfgkvwa7og3cqrb4cta@mailservice.handelsblatt.com>"))
* 38 FETCH (UID 17275 ENVELOPE ("Thu, 30 Apr 2020 03:14:32 -0600" {134}
=?UTF-8?Q?Anz=C3=BCge_&_Sakkos_|_Polos,_Shirts_&_more_|_Essential?= =?UTF-8?Q?s_f=C3=BCr's_Zuhause_|_Leder-_und_=C3=9Cbergangsjacken?= (("BestSecret NEW" NIL "noreply" "email.bestsecret.com")) (("BestSecret NEW" NIL "noreply" "email.bestsecret.com")) (("BestSecret" NIL "reply-24536-34_HTML-16623409-10966174-3447" "email.bestsecret.com")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<c6b2f834-991e-434f-a064-e5241d53626c@ind1s01mta651.xt.local>"))
* 39 FETCH (UID 17276 ENVELOPE ("Thu, 30 Apr 2020 03:04:01 -0600" "=?UTF-8?B?8J+MniBFbnRzcGFubnRlIFNvbW1lcm1vZGUg8J+Mng==?=" (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "verkaufsaktion" "mail.brands4friends.de")) (("brands4friends" NIL "reply-febb117973660275-747_HTML-6006741-7233512-843" "mail.brands4friends.de")) ((NIL NIL "marlonschreiber" "arcor.de")) NIL NIL NIL "<7f8294d2-854d-4275-a44b-aa701706f07b@atl1s07mta864.xt.local>"))
A005 OK Fetch completed (0.003 + 0.000 + 0.002 secs).
A006 UID FETCH 9127 RFC822
A007 UID FETCH 11721 RFC822
A008 UID STORE 11721 +FLAGS (\SEEN)
A008 OK Store completed (0.001 + 0.000 secs).
A009 UID FETCH 13093 RFC822
A010 UID STORE 13093 +FLAGS (\SEEN)
A010 OK Store completed (0.001 + 0.000 secs).
A011 UID FETCH 13803 RFC822
A012 UID STORE 13803 +FLAGS (\SEEN)
A012 OK Store completed (0.001 + 0.000 secs).
A013 UID FETCH 14335 RFC822
A014 UID STORE 14335 +FLAGS (\SEEN)
A014 OK Store completed (0.001 + 0.000 secs).
A015 UID FETCH 15203 RFC822
A016 UID STORE 15203 +FLAGS (\SEEN)
A016 OK Store completed (0.001 + 0.000 secs).
A017 UID FETCH 15773 RFC822
A018 UID STORE 15773 +FLAGS (\SEEN)
A018 OK Store completed (0.001 + 0.000 secs).
A019 UID FETCH 15958 RFC822
A020 UID STORE 15958 +FLAGS (\SEEN)
A020 OK Store completed (0.001 + 0.000 secs).
A021 UID FETCH 15961 RFC822
A022 UID STORE 15961 +FLAGS (\SEEN)
A022 OK Store completed (0.001 + 0.000 secs).
A023 UID FETCH 16068 RFC822
A024 UID STORE 16068 +FLAGS (\SEEN)
A024 OK Store completed (0.001 + 0.000 secs).
A025 UID FETCH 16091 RFC822
A026 UID STORE 16091 +FLAGS (\SEEN)
A026 OK Store completed (0.001 + 0.000 secs).
A027 UID FETCH 16093 RFC822
A028 UID STORE 16093 +FLAGS (\SEEN)
A028 OK Store completed (0.001 + 0.000 secs).
A029 UID FETCH 16135 RFC822
A030 UID STORE 16135 +FLAGS (\SEEN)
A030 OK Store completed (0.001 + 0.000 secs).
A031 UID FETCH 16296 RFC822
A032 UID STORE 16296 +FLAGS (\SEEN)
A032 OK Store completed (0.001 + 0.000 secs).
A033 UID FETCH 17007 RFC822
A034 UID STORE 17007 +FLAGS (\SEEN)
A034 OK Store completed (0.001 + 0.000 secs).
A035 UID FETCH 17018 RFC822
A036 UID STORE 17018 +FLAGS (\SEEN)
A036 OK Store completed (0.001 + 0.000 secs).
A037 UID FETCH 17024 RFC822
A038 UID STORE 17024 +FLAGS (\SEEN)
A038 OK Store completed (0.001 + 0.000 secs).
A039 UID FETCH 17027 RFC822
A040 UID STORE 17027 +FLAGS (\SEEN)
A040 OK Store completed (0.001 + 0.000 secs).
A041 UID FETCH 17036 RFC822
A042 UID STORE 17036 +FLAGS (\SEEN)
A042 OK Store completed (0.001 + 0.000 secs).
A043 UID FETCH 17049 RFC822
A044 UID STORE 17049 +FLAGS (\SEEN)
A044 OK Store completed (0.001 + 0.000 secs).
A045 UID FETCH 17155 RFC822
A046 UID STORE 17155 +FLAGS (\SEEN)
A046 OK Store completed (0.001 + 0.000 secs).
A047 UID FETCH 17190 RFC822
A048 UID STORE 17190 +FLAGS (\SEEN)
A048 OK Store completed (0.001 + 0.000 secs).
A049 UID FETCH 17194 RFC822
A050 UID STORE 17194 +FLAGS (\SEEN)
A050 OK Store completed (0.001 + 0.000 secs).
A051 UID FETCH 17201 RFC822
A052 UID STORE 17201 +FLAGS (\SEEN)
A052 OK Store completed (0.001 + 0.000 secs).
A053 UID FETCH 17202 RFC822
A054 UID STORE 17202 +FLAGS (\SEEN)
A054 OK Store completed (0.001 + 0.000 secs).
A055 UID FETCH 17244 RFC822
A056 UID STORE 17244 +FLAGS (\SEEN)
A056 OK Store completed (0.001 + 0.000 secs).
A057 UID FETCH 17262 RFC822
A058 UID STORE 17262 +FLAGS (\SEEN)
A058 OK Store completed (0.001 + 0.000 secs).
A059 UID FETCH 17264 RFC822
A060 UID STORE 17264 +FLAGS (\SEEN)
A060 OK Store completed (0.001 + 0.000 secs).
A061 UID FETCH 17265 RFC822
A062 UID STORE 17265 +FLAGS (\SEEN)
A062 OK Store completed (0.001 + 0.000 secs).
A063 UID FETCH 17267 RFC822
A064 UID STORE 17267 +FLAGS (\SEEN)
A064 OK Store completed (0.001 + 0.000 secs).
A065 UID FETCH 17268 RFC822
A066 UID STORE 17268 +FLAGS (\SEEN)
A066 OK Store completed (0.001 + 0.000 secs).
A067 UID FETCH 17269 RFC822
A068 UID STORE 17269 +FLAGS (\SEEN)
A068 OK Store completed (0.001 + 0.000 secs).
A069 UID FETCH 17270 RFC822
A070 UID STORE 17270 +FLAGS (\SEEN)
A070 OK Store completed (0.001 + 0.000 secs).
A071 UID FETCH 17271 RFC822
A072 UID STORE 17271 +FLAGS (\SEEN)
A072 OK Store completed (0.001 + 0.000 secs).
A073 UID FETCH 17272 RFC822
A074 UID STORE 17272 +FLAGS (\SEEN)
A074 OK Store completed (0.001 + 0.000 secs).
A075 UID FETCH 17273 RFC822
A076 UID STORE 17273 +FLAGS (\SEEN)
A076 OK Store completed (0.001 + 0.000 secs).
A077 UID FETCH 17274 RFC822
A078 UID STORE 17274 +FLAGS (\SEEN)
A078 OK Store completed (0.001 + 0.000 secs).
A079 UID FETCH 17275 RFC822
A080 UID STORE 17275 +FLAGS (\SEEN)
A080 OK Store completed (0.001 + 0.000 secs).
A081 UID FETCH 17276 RFC822
A082 UID STORE 17276 +FLAGS (\SEEN)
A082 OK Store completed (0.001 + 0.000 secs).
A083 EXPUNGE
A083 OK Expunge completed (0.001 + 0.000 secs).
A084 LOGOUT
* BYE Logging out
A084 OK Logout completed (0.001 + 0.000 secs).

View File

@ -0,0 +1,7 @@
220 mc2-VMP01-COM01.mc2-gan.mc-2.de Microsoft ESMTP MAIL Service ready at Tue, 5 Oct 2021 10:40:26 +0200
USER mc2-gan\DigitalData
500 5.3.3 Unrecognized command 'USER'
PASS 35452dd!
500 5.3.3 Unrecognized command 'PASS'
LIST
500 5.3.3 Unrecognized command 'LIST'

Binary file not shown.

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<License>
<Id>9356fb1b-8718-4094-a74f-eea444f76b93</Id>
<ProductName>Mail.dll</ProductName>
<SubscriptionUntil>2022-07-29</SubscriptionUntil>
<RegisteredTo>Digital Data GmbH</RegisteredTo>
<LicenseType>single developer</LicenseType>
<BuyerName>Digital Data GmbH</BuyerName>
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
<SignedInfo>
<CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
<SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha1" />
<Reference URI="">
<Transforms>
<Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" />
</Transforms>
<DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<DigestValue>W1W2DlfjLsCQKbtMvrfMz5aRsyo=</DigestValue>
</Reference>
</SignedInfo>
<SignatureValue>atszxx6+aMLqSbeGBNSMWZ+cgBo+ZmYWzmnpN2dhyHgaQSk00X+wSdWiYrRy+rbzvv4nHLeN6zZt808b8rJ5M/gLpXk2m6JTNjEFzCd3uwwb3JINE+M/DqtIpLsVD7a+uolA9i7xQuH7bbUgH0ibEhzwjkPaqBrgICCEkUJKI8U=</SignatureValue>
</Signature>
</License>

Some files were not shown because too many files have changed in this diff Show More