Re: extract_url.pl: A Better URL Viewer
- To: mutt-users@xxxxxxxx
- Subject: Re: extract_url.pl: A Better URL Viewer
- From: "Francis Moreau" <francis.moro@xxxxxxxxx>
- Date: Fri, 28 Mar 2008 12:18:57 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=qJF0DFFp9ug+9OghzM+JLhpP4cN6JPsEesaeiy1Mac0=; b=iWC/B1R2X9lEwJ/8Key+IyjXIR0NM+f4oTzg8kkW78YflT34UtLlsaPFtpnXdwlO+5E2KAvEsXRUoFJBh8xnm9eYx3VaZLpya7n23OhUC8N240DYShUn94+cFdoRO2Y9jj1ZDbG/enTcj9k21ww35T2E9trDPPviN1w5YgJk99M=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ZK3ZImSjTQnXUtbbvMlF2YO8n7cPidhrJwNB0Dn+TdV6Lmi8y0514MtXiqEsjDT/gZPlzxZVI/PcyAozhAmD/5BJa/mbfv5aMaSR5W7cWaxZPSFlIXx93rWRqCHwL/xYi4Jzj/z4oW1Onrljj2OOlECta602S4CGSvhh3CZhftw=
- In-reply-to: <20080322051559.GI23641@xxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- References: <20080322051559.GI23641@xxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
Hi Kyle,
On Sat, Mar 22, 2008 at 6:15 AM, Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hello all,
>
> After a bit of work, I've gotten a perl script that I think rivals
> URLView. I call it "extract_url.pl", and it's here:
> http://www.memoryhole.net/~kyle/extract_url/
>
> This 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 (as long as you have the Curses::UI
> module installed).
>
> 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.
>
> Let me know what you think! If you have suggestions or have found a
> bug in it, let me know that too.
>
> I hope it helps someone.
>
yes it does ;)
--
Francis