Results 1 to 4 of 4

Thread: Email ?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Location
    South Africa
    Posts
    76
    I have written a VB application which retrieves Email from my mailserver using the winsock Control. When receieving email, it has been formatted according to the email client application. This differs dramatically from cleint to client - I would like to know if there is any standard email format, which can be decoded, so I can see the:
    1) To
    2) From
    3) Subject
    4) Date
    5) Message
    6) Attachmets (this is the most important)

    Anybody know of a control which does this correctly ??

    I have written my own, but it has some problems sometimes, with file attachments ;(

    thanks
    =)

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    The standard format is MIME encoding, and all the message information is in the headers. There will be an RFC on it, if you do a search on AV.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Location
    South Africa
    Posts
    76
    What is AV ?? I've tried searching for the RFC b4, and havent had much luck ;(
    I understand howto decode the UUENCODED attachment.... I think the RFC will definately help...if I can find it

    thanks
    =)

  4. #4
    Guest
    AV -> AltaVista.
    Also try your helpfiles....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width