deleting file
This commit is contained in:
@@ -1,21 +1,28 @@
|
|||||||
<Properties>
|
<Properties>
|
||||||
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
|
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
|
||||||
<MonoDevelop.Ide.Workbench ActiveDocument="src/NOCQ/Plugins/Email/ImapInput.cs">
|
<MonoDevelop.Ide.Workbench ActiveDocument="src/NOCQ/DB/RedisQueues.cs">
|
||||||
<Files>
|
<Files>
|
||||||
<File FileName="src/NOCQ/Plugins/Email/EmailSettings.cs" Line="15" Column="22" />
|
<File FileName="src/NOCQ/DB/RedisDataase.cs" Line="10" Column="15" />
|
||||||
<File FileName="src/NOCQ/Plugins/Email/ImapInput.cs" Line="98" Column="5" />
|
<File FileName="src/NOCQ/Plugins/Email/ImapInput.cs" Line="19" Column="8" />
|
||||||
<File FileName="src/NOCQ.Application/Program.cs" Line="14" Column="2" />
|
<File FileName="src/NOCQ/Plugins/Email/ParseRule.cs" Line="5" Column="25" />
|
||||||
<File FileName="src/NOCQ/Plugins/Email/ParseRule.cs" Line="5" Column="24" />
|
<File FileName="src/NOCQ/Model/Alert.cs" Line="5" Column="21" />
|
||||||
<File FileName="src/NOCQ/Plugins/Email/IEmailSetting.cs" Line="14" Column="15" />
|
<File FileName="src/NOCQ/Plugins/Email/EmailSettings.cs" Line="6" Column="28" />
|
||||||
<File FileName="src/NOCQ/Model/Alert.cs" Line="1" Column="1" />
|
<File FileName="src/NOCQ/Imports/DataImports.cs" Line="1" Column="1" />
|
||||||
<File FileName="src/NOCQ/DB/RedisDataase.cs" Line="1" Column="1" />
|
<File FileName="src/NOCQ/Imports/IDataImportHook.cs" Line="1" Column="1" />
|
||||||
|
<File FileName="src/NOCQ/DB/RedisQueues.cs" Line="13" Column="1" />
|
||||||
</Files>
|
</Files>
|
||||||
<Pads>
|
<Pads>
|
||||||
<Pad Id="ProjectPad">
|
<Pad Id="ProjectPad">
|
||||||
<State expanded="True">
|
<State expanded="True">
|
||||||
<Node name="NOCQ" expanded="True" selected="True" />
|
<Node name="NOCQ" expanded="True">
|
||||||
<Node name="NOCQ.Application" expanded="True">
|
<Node name="DB" expanded="True">
|
||||||
<Node name="References" expanded="True" />
|
<Node name="RedisQueues.cs" selected="True" />
|
||||||
|
</Node>
|
||||||
|
<Node name="Model" expanded="True" />
|
||||||
|
<Node name="Plugins" expanded="True">
|
||||||
|
<Node name="Email" expanded="True" />
|
||||||
|
</Node>
|
||||||
|
<Node name="Properties" expanded="True" />
|
||||||
</Node>
|
</Node>
|
||||||
</State>
|
</State>
|
||||||
</Pad>
|
</Pad>
|
||||||
|
|||||||
@@ -58,7 +58,6 @@
|
|||||||
<Reference Include="System.Configuration" />
|
<Reference Include="System.Configuration" />
|
||||||
<Reference Include="Newtonsoft.Json">
|
<Reference Include="Newtonsoft.Json">
|
||||||
<HintPath>..\..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
<HintPath>..\..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||||||
<Package>monodevelop</Package>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -70,7 +69,6 @@
|
|||||||
<Compile Include="DB\RedisDataase.cs" />
|
<Compile Include="DB\RedisDataase.cs" />
|
||||||
<Compile Include="Plugins\Email\ParseRule.cs" />
|
<Compile Include="Plugins\Email\ParseRule.cs" />
|
||||||
<Compile Include="Plugins\Email\ImapInput.cs" />
|
<Compile Include="Plugins\Email\ImapInput.cs" />
|
||||||
<Compile Include="Plugins\Email\IEmailSetting.cs" />
|
|
||||||
<Compile Include="Model\Alert.cs" />
|
<Compile Include="Model\Alert.cs" />
|
||||||
<Compile Include="DB\RedisQueues.cs" />
|
<Compile Include="DB\RedisQueues.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
namespace NOCQ.Plugins.Email
|
|
||||||
{
|
|
||||||
public interface IEmailSetting
|
|
||||||
{
|
|
||||||
string Username {get;set;}
|
|
||||||
string Password {get;set;}
|
|
||||||
string Host {get;set;}
|
|
||||||
int Port {get;set;}
|
|
||||||
string Folder {get;set;}
|
|
||||||
bool IsSsl {get;set;}
|
|
||||||
int Frequency { get; set; }
|
|
||||||
IEnumerable<ParseRule> ParseRules {get;set;}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user