Results 1 to 3 of 3

Thread: [2005] MIME Format emails

  1. #1

    Thread Starter
    Fanatic Member Lasering's Avatar
    Join Date
    May 2006
    Location
    Lisboa
    Posts
    559

    [2005] MIME Format emails

    Hi!!!

    I recieved a e-mail in mime format, i know that MIME format is kinda way of encryt or send files to someone that normaly couldn't receive. So i went look for a converter. I couln'd find i look in Download.com, in Codeproject to see if i could find some source code.
    In my mail i dont have a file atached only a lot of numbers, letters and symbols and this:
    Content-Type: application/msword; name="PL-II(sol).doc"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename="PL-II(sol).doc"
    can someone help me with this is urgent.

    Where is the hole "code":
    Attached Files Attached Files
    Controls: XPCC|Quantum
    Windows API'sLINQ to XML SamplesRegex Tutorial

    Albert Einstein:
    "Imagination is more important than knowledge."
    "Everything should be made as simple as possible, but not simpler."
    "Great spirits have often encountered violent opposition from weak minds."

  2. #2
    Frenzied Member dynamic_sysop's Avatar
    Join Date
    Jun 2003
    Location
    Ashby, Leicestershire.
    Posts
    1,142

    Re: [2005] MIME Format emails

    there is stuff out there, i found a C# example on codeproject ---> A C# implementation of Mime de/encode
    here's a VB.NET class for Decoding / Encoding MIME --->
    Base64 / MIME Encoding and Decoding class.
    ~
    if a post is resolved, please mark it as [Resolved]
    protected string get_Signature(){return Censored;}
    [vbcode][php] please use code tags when posting any code [/php][/vbcode]

  3. #3
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: [2005] MIME Format emails

    Have a look at
    VB Code:
    1. Convert.FromBase64String()
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

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