User Profile

Collapse

Profile Sidebar

Collapse
Chrisatnetronix
Chrisatnetronix
Last Activity: Aug 13 '10, 09:27 PM
Joined: Aug 7 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Chrisatnetronix
    replied to Parsing Raw email data
    in PHP
    Here is a resolution that fixes 99 percent of the parsing issues:

    this works and has been tested in AOL, Yahoo, MSN, Gmail OutLook, and Thunderbird.

    The only one that still has some raw code is gmail and it only shows this in the message:

    --001636765830970 8d3048d428b34
    Content-Type: text/plain; charset=ISO-8859-1

    no ohters show any thing:

    simply add this code under but before...
    See more | Go to post

    Leave a comment:


  • Chrisatnetronix
    started a topic Parsing Raw email data
    in PHP

    Parsing Raw email data

    Currently I need a email piping to a php script then I need to separate into variables

    $from
    $subject
    $message


    I then need to take the above variables and insert them into a mysql database

    I wrote a parser php script that does ok, but it seems to work in

    thunderbird email client
    comcast webmail

    if I use outlook it includes a bunch of encryption...
    See more | Go to post
No activity results to display
Show More
Working...