Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2321b9c7 | 2024-08-27 07:01:08 | Remove myself as MAINTAINER | ||
| 8c80a751 | 2022-03-11 20:02:12 | drop RCS Ids | ||
| 77f7cc9c | 2019-07-12 20:49:33 | replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes | ||
| 4918cd79 | 2017-08-10 13:28:42 | have DISTNAME match GH_PROJECT and drop unneeded VERSION ok feinerer@ (MAINTAINER) | ||
| eafc862b | 2017-02-18 08:35:17 | Update to extract_url 1.6.2 | ||
| 1d55dd80 | 2016-01-06 17:53:37 | Import extract_url 1.6 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. 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. Nor can it handle quoted-printable 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). OK sthen@, tb@ |