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. General Programming
  3. C#
  4. Retrieving POP3 message

Retrieving POP3 message

Scheduled Pinned Locked Moved C#
sysadminhelpquestion
3 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.
  • R Offline
    R Offline
    ronin1770
    wrote on last edited by
    #1

    Hi, i am kind of building an application (somewhat like Outlook express) which retrieves messages from Pop3 server.. but the retrieved message have alot of other information (i believe it is called HEADER INFORMATION)... my question : IS there any way to strip this header information... any help will be appreciated thanx in advance

    P H 2 Replies Last reply
    0
    • R ronin1770

      Hi, i am kind of building an application (somewhat like Outlook express) which retrieves messages from Pop3 server.. but the retrieved message have alot of other information (i believe it is called HEADER INFORMATION)... my question : IS there any way to strip this header information... any help will be appreciated thanx in advance

      P Offline
      P Offline
      palbano
      wrote on last edited by
      #2

      http://www.faqs.org/rfcs/rfc1939.html[^] Don't forget to look at all the related RFC's as well

      "No matter where you go, there your are." - Buckaroo Banzai

      -pete

      1 Reply Last reply
      0
      • R ronin1770

        Hi, i am kind of building an application (somewhat like Outlook express) which retrieves messages from Pop3 server.. but the retrieved message have alot of other information (i believe it is called HEADER INFORMATION)... my question : IS there any way to strip this header information... any help will be appreciated thanx in advance

        H Offline
        H Offline
        Heath Stewart
        wrote on last edited by
        #3

        Are you talking about the SMTP headers for the email? You don't discard it - you use it. That contains the To:, From:, Subject:, and Content-Type: headers, along with other headers that may or may not be useful to you. This is partly how email travels throughout the 'net (though the TO and most often the FROM - except for those mail servers that don't authenticate the sender, commonly used by spammers! - are also handled by the SMTP protocol regardless of the headers).

        Microsoft MVP, Visual C# My Articles

        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