mime parser
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 129
EMAIL / MIME Parser (Decoder) in PHP 1.0.0
No other scripts (or classes) are required. Simply provide the script with a raw email in $email. The script will then parse the Headers in to "To:" "From:" "Cc:" and "Bcc:" and the Message in to Plain and HTML. If the email is non MIME, it will output more>> No other scripts (or classes) are required. Simply provide the script with a raw email in $email. The script will then parse the Headers in to "To:" "From:" "Cc:" and "Bcc:" and the Message in to Plain and HTML. If the email is non MIME, it will output the messgae as is. The attachments are assumed to be base64 encoded and will decode these and deposit them in the same directory as the script, keeping the original file name and extension. The directory can be changed by changing the $path variable. The script can easily be altered to handle other encoded attachments. This script is PHP4 and PHP5 compatible. For PHP5, it would be best to change some of the string funtions to non-case sensitive versions (e.g. change str_replace to str_ireplace, etc). The script has been tested on Outlook Express, Hotmail and Freeserve (Orange and Wanadoo).<<less
Added: 2008-05-15 License: Free Non-Commercial Price: $0.00USD
44 downloads
XML Parser
This can be seen as XML SAX parser framework. With it, you can easily create parsers for your custom XML tags. more>> This can be seen as XML SAX parser framework. With it, you can easily create parsers for your custom XML tags.<<less
Added: 2006-02-08 License: BSD Style Price: FreeAdditionalInfoMIT
1418 downloads
HTML Parser
This is a simple PHP function that parses an html page and returns plain text and links that this page contains. You can test it online. more>> This is a simple PHP function that parses an html page and returns plain text and links that this page contains. You can test it online.<<less
Added: 2005-12-15 License: Freeware Price: Free
821 downloads
Meta Name Parser 1
You may parse meta names from your site or an external url. Script can display title, description and keywords of selected page. Script is freeware and can be used freely in your projects. more>> You may parse meta names from your site or an external url. Script can display title, description and keywords of selected page. Script is freeware and can be used freely in your projects.<<less
Added: 2004-03-31 License: Freeware Price: $0.00USD
12 downloads
RSS Parser
RSS parser is a fast and adaptable CFC that parses XML. Originally it was designed to read RSS feeds of blogs and was later adapted to be able to read various RSS feeds. Currently it is limited to RSS more>> RSS parser is a fast and adaptable CFC that parses XML. Originally it was designed to read RSS feeds of blogs and was later adapted to be able to read various RSS feeds. Currently it is limited to RSS 2.0 format, but I am working on adapting it to handle Atom feeds.
The RSS parser was designed to allow programmers to pass in a list of item child nodes that they want to search for in the XML, such as title and description. I also built in the ability to group 2 or more child nodes together in an "OR" represented by |, such as pubdate|datepub. This would search for pubdate first and if this isnt found it would search for datepub and continue, if there where additional child nodes, until it found one. It would then use the first child node in the list as the structure key and save what ever value is found to it.<<less
Added: 2007-02-26 License: Freeware Price: Free
986 downloads
C++ Mime Email Parser 1.0
C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content more>> C++ implementation of RFC 2045 - Multipurpose Internet Mail Extensions (MIME) standard. Library designed to be very fast and efficient, and has been tested on millions of emails from all kinds of email clients. Library supports all kinds of content encodings, charsets. It allows to read attachments, and handles charsets conversions.<<less
Added: 2007-12-20 License: BSD Price: $0.00USD
10 downloads
Simple XML/RSS Parser
Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to include a subroutine in your code and call it. more>> Simple XML/Parser is a XML parser designed for to parse most valid news and blog feeds. No database required to work with it. All you need is to include a subroutine in your code and call it.<<less
Added: 2007-07-13 License: Freeware Price: Free
851 downloads
MySQL Log Parser 0.1
This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php more>> This a is a simple PHP command line utility that will parse a MySQL update log file and dump only updates to a particular database in a certain time interval. Currently there are no flags, you are prompted for all input. Usage: bash-2.05$ php mysql_log_parser.php Enter the path to the log file to be processed:/path/to/update log.nnn Enter the name of the database to extract:MyDB Start Time (T= current time - your input here):864000 End Time (T = current time - your input here):35000 Enter the path to the output file:output.log This would output the all update statements on the MyDB database during the time interval (864000 seconds ago, 35000 seconds ago).<<less
Added: 2006-02-04 License: LGPL Price: $0.00USD
11 downloads
Other version of MySQL Log Parser
License:LGPL
Osimo BBCode Parser 1.0
This is the script in use by the Osimo Forum System that converts BBCode to HTML for use in many applications including, but not limited to, your own forum system. It is universal and requires no configuration to make it work with your setup, all you more>> This is the script in use by the Osimo Forum System that converts BBCode to HTML for use in many applications including, but not limited to, your own forum system. It is universal and requires no configuration to make it work with your setup, all you need to do is either include the file or copy and paste the code into your own file then do: $content = bb2html($something);<<less
Added: 2008-12-04 License: GPL Price: $0.00USD
10 downloads
GMTT Myspace Gig Parser 1.0
It is useful to keep a dynamic list of all your bands gigs, and include details. If your band has a myspace profile then you can use this script to display the gigs on the mypsace page on an independant website. This script will parse the information more>> It is useful to keep a dynamic list of all your bands gigs, and include details. If your band has a myspace profile then you can use this script to display the gigs on the mypsace page on an independant website. This script will parse the information from an unmodified myspace page, and then display the gigs. Therefore you can update a dynamic gig guide on your bands website, while only modifying the upcoming gigs on myspace.<<less
Added: 2005-06-22 License: Freeware Price: $0.00USD
17 downloads
Other version of GMTT Myspace Gig Parser
License:Freeware
PHxmltvParser 0.1
PHxmltvParser consists of a parser class and some helper classes in PHP which parses an XMLTV data file and stores the information in a collection. There also is a simple example script which shows how to use the classes and displays a tv listing that more>> PHxmltvParser consists of a parser class and some helper classes in PHP which parses an XMLTV data file and stores the information in a collection. There also is a simple example script which shows how to use the classes and displays a tv listing that can be filtered by several comboboxes.<<less
Added: 2005-09-01 License: GPL Price: $0.00USD
14 downloads
Other version of PHxmltvParser
License:GPL
Equation Parser 1
This is a C++ equation parser which implements the reverse polish notation under the hood. Its quick, small, and efficient. The cpp equation parser supports the following operator and follows operator precendence: ()*^-+/ it can easily be more>> This is a C++ equation parser which implements the reverse polish notation under the hood. Its quick, small, and efficient. The cpp equation parser supports the following operator and follows operator precendence: ()*^-+/ it can easily be extended to accomodate more.<<less
Added: 2006-06-17 License: Freeware Price: $0.00USD
14 downloads
deeMySQLParser 0.5
This parser will parse the contents of mysqldump file into an associative array. The array contains table definition information include primary key, table name, field name, default value and datatype. Also compatible with phpMyAdmin(structure only) more>> This parser will parse the contents of mysqldump file into an associative array. The array contains table definition information include primary key, table name, field name, default value and datatype. Also compatible with phpMyAdmin(structure only) export format.<<less
Added: 2005-12-21 License: GPL Price: $0.00USD
13 downloads
Other version of deeMySQLParser
License:GPL
Email Parser 1.0.0
This class is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. It also parses the various message types including HTML and Plain text messages. more>> This class is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. It also parses the various message types including HTML and Plain text messages.<<less
Added: 2007-01-14 License: GPL Price: $0.00USD
18 downloads
Winamp Playlist Parser 2.1
The Winamp xmlParser is a free open-source PHP script for parsing playlist files generated by Winamp into a HTML table for web publication. This new release supports both the B4S file format of Winamp 3, and the M3U format of the new Winamp 5. more>> The Winamp xmlParser is a free open-source PHP script for parsing playlist files generated by Winamp into a HTML table for web publication. This new release supports both the B4S file format of Winamp 3, and the M3U format of the new Winamp 5.<<less
Added: 2004-01-17 License: Freeware Price: 0.00
13 downloads
Other version of Winamp Playlist Parser
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above mime parser search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed