extract_url.pl

extract_url.pl is a Perl script that extracts URLs from correctly-encoded MIME email messages.
Download

extract_url.pl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kyle
  • Publisher web site:
  • http://www.memoryhole.net/~kyle/extract_url/

extract_url.pl Tags


extract_url.pl Description

extract_url.pl is a Perl script that extracts URLs from correctly-encoded MIME email messages. extract_url.pl is a Perl script that extracts URLs from correctly-encoded MIME email messages. This can be used either as a pre-parser for urlview, or to replace urlview entirely.Why?Urlview is a great program, but has some deficiencies. In particular, it isn't particularly configurable, and cannot handle URLs that have been broken over several lines in format=flowed delsp=yes email messages. Also, urlview doesn't eliminate duplicate URLs. This perl script handles all of that. It also sanitizes URLs so that they can't break out of the command shell.This is designed primarily for use with the mutt emailer. The idea is that if you want to access a URL in an email, you pipe the email to a URL extractor (like this one) which then lets you select a URL to view in some third program (such as Firefox). An alternative design is to access URLs from within mutt's pager by defining macros and tagging the URLs in the display to indicate which macro to use. A script you can use to do that is tagurl.pl. Requirements: · Perl · MIME::Parser · HTML::Parser · Getopt::Std · Switch · URI::Find · Curses::UI What's New in This Release: · This release has better contextual text handling (it uses word boundaries instead of explicit string lengths), and pulls URLs out of HTML text in addition to HTML tags. · This may be somewhat sensitive to formatting issues (unexpected line breaks, etc).


extract_url.pl Related Software