Skip to content

Commit

Permalink
Deleted experimental Pop3 polling code from BugTracker.Web
Browse files Browse the repository at this point in the history
This is generally not a very good approach and won't work consistently
with a lot of host providers (eg. GoDaddy or Azure).
  • Loading branch information
dpaquette committed Aug 24, 2014
1 parent ee6a479 commit b73a0a3
Show file tree
Hide file tree
Showing 8 changed files with 400 additions and 1,314 deletions.
2 changes: 0 additions & 2 deletions src/BugTracker.Web/BugTracker.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1474,8 +1474,6 @@
<Compile Include="Mail\email.cs" />
<Compile Include="Search\BugSearch.cs" />
<Compile Include="Mail\my_mime.cs" />
<Compile Include="Mail\pop3.cs" />
<Compile Include="Mail\POP3Client.cs" />
<Compile Include="btnet\print_bug.cs" />
<Compile Include="btnet\security.cs" />
<Compile Include="btnet\sortable_html_table.cs" />
Expand Down
5 changes: 0 additions & 5 deletions src/BugTracker.Web/Global.asax.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ public void Application_OnStart(Object sender, EventArgs e)
{
Tags.build_tag_index(Application);
}

if (Util.get_setting("EnablePop3", "0") == "1")
{
Pop3.start_pop3(Application);
}
}

}
Expand Down
Loading

0 comments on commit b73a0a3

Please sign in to comment.