Click here to Skip to main content
15,887,854 members
Articles / Web Development / ASP.NET

POP3 Client Over Firewall

Rate me:
Please Sign up or sign in to vote.
3.45/5 (8 votes)
21 Jul 20072 min read 40.4K   736   35  
A webservice implementation to connect to POP3 servers

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Base Elements", "Base Elements\Base Elements.csproj", "{7CE11893-BF60-41BF-8E70-40E4AAE7704C}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EMail Support", "Email Support\EMail Support.csproj", "{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\...\WebService\", "WebService\", "{925FAF70-A113-4CE8-8D73-971C97ECA6A1}"
	ProjectSection(WebsiteProperties) = preProject
		ProjectReferences = "{7CE11893-BF60-41BF-8E70-40E4AAE7704C}|BaseElements.dll;{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}|EMailSupport.dll;"
		Debug.AspNetCompiler.VirtualPath = "/WebService"
		Debug.AspNetCompiler.PhysicalPath = "WebService\"
		Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebService\"
		Debug.AspNetCompiler.Updateable = "true"
		Debug.AspNetCompiler.ForceOverwrite = "true"
		Debug.AspNetCompiler.FixedNames = "false"
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.VirtualPath = "/WebService"
		Release.AspNetCompiler.PhysicalPath = "WebService\"
		Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebService\"
		Release.AspNetCompiler.Updateable = "true"
		Release.AspNetCompiler.ForceOverwrite = "true"
		Release.AspNetCompiler.FixedNames = "false"
		Release.AspNetCompiler.Debug = "False"
		VWDPort = "1438"
	EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Windows Client", "Windows Client", "{83BF6667-1863-4260-9FA9-87CFD5F18068}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Application Support", "Windows Client\Application Support\Application Support.csproj", "{2CCBE11E-4A28-4401-814E-84D5BC31477D}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "User Interface", "Windows Client\User Interface\User Interface.csproj", "{970A0B8E-23F2-4755-B44B-0FA1F0735A80}"
	ProjectSection(WebsiteProperties) = preProject
		Debug.AspNetCompiler.Debug = "True"
		Release.AspNetCompiler.Debug = "False"
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|.NET = Debug|.NET
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Release|.NET = Release|.NET
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Release|.NET.ActiveCfg = Release|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Release|Any CPU.Build.0 = Release|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{7CE11893-BF60-41BF-8E70-40E4AAE7704C}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Release|.NET.ActiveCfg = Release|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Release|Any CPU.Build.0 = Release|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{840AE2C6-FDCB-49DE-94F3-394D1273B6EF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Debug|.NET.ActiveCfg = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Debug|.NET.Build.0 = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Debug|Any CPU.ActiveCfg = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Debug|Mixed Platforms.ActiveCfg = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Debug|Mixed Platforms.Build.0 = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Release|.NET.ActiveCfg = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Release|.NET.Build.0 = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Release|Any CPU.ActiveCfg = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
		{925FAF70-A113-4CE8-8D73-971C97ECA6A1}.Release|Mixed Platforms.Build.0 = Debug|.NET
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Release|.NET.ActiveCfg = Release|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Release|Any CPU.Build.0 = Release|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{2CCBE11E-4A28-4401-814E-84D5BC31477D}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Debug|.NET.ActiveCfg = Debug|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Release|.NET.ActiveCfg = Release|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Release|Any CPU.Build.0 = Release|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80}.Release|Mixed Platforms.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(NestedProjects) = preSolution
		{2CCBE11E-4A28-4401-814E-84D5BC31477D} = {83BF6667-1863-4260-9FA9-87CFD5F18068}
		{970A0B8E-23F2-4755-B44B-0FA1F0735A80} = {83BF6667-1863-4260-9FA9-87CFD5F18068}
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Architect Carlos Salvatore
Argentina Argentina
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.
This is a Organisation (No members)


Comments and Discussions