Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. how to connect to the pop3 server from web page

how to connect to the pop3 server from web page

Scheduled Pinned Locked Moved ASP.NET
csharpcssdatabasesql-serversysadmin
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    amalatsliit
    wrote on last edited by
    #1

    Hi, I need to develope web site which connect to the pop3 mail server and populate all emails in a grid. so after user can select emails from grid and can delete unnecessary mails through grid. i have search lot of samples most of them are windows based.does any body know or can direct me to correct path. i'm using .net 3.5 with sql server 2008. thankx

    C K 2 Replies Last reply
    0
    • A amalatsliit

      Hi, I need to develope web site which connect to the pop3 mail server and populate all emails in a grid. so after user can select emails from grid and can delete unnecessary mails through grid. i have search lot of samples most of them are windows based.does any body know or can direct me to correct path. i'm using .net 3.5 with sql server 2008. thankx

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      It makes no difference. your web page, on postback, can use the same code to check mail and populate the page with the results.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      A 1 Reply Last reply
      0
      • C Christian Graus

        It makes no difference. your web page, on postback, can use the same code to check mail and populate the page with the results.

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        A Offline
        A Offline
        amalatsliit
        wrote on last edited by
        #3

        can any u provide few examples...

        C 1 Reply Last reply
        0
        • A amalatsliit

          can any u provide few examples...

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          You said you found lots of them on the web, so why would you need more ?

          Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

          1 Reply Last reply
          0
          • A amalatsliit

            Hi, I need to develope web site which connect to the pop3 mail server and populate all emails in a grid. so after user can select emails from grid and can delete unnecessary mails through grid. i have search lot of samples most of them are windows based.does any body know or can direct me to correct path. i'm using .net 3.5 with sql server 2008. thankx

            K Offline
            K Offline
            Kannan Ar
            wrote on last edited by
            #5

            You can connect to a pop3 server using a TCP connection. Once the connection established, there are a set of commands to communicate with pop3 server. There is an RFC[^] for these commands.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups