Bug 68249 - New port: mail/p5-MIME-Lite-HTML: Provide routine to transform HTML to MIME
Summary: New port: mail/p5-MIME-Lite-HTML: Provide routine to transform HTML to MIME
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mathieu Arnold
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-23 19:00 UTC by Jean-Baptiste Quenot
Modified: 2004-10-12 11:50 UTC (History)
0 users

See Also:


Attachments
file.shar (3.17 KB, text/plain)
2004-06-23 19:00 UTC, Jean-Baptiste Quenot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Baptiste Quenot 2004-06-23 19:00:47 UTC
This module is a Perl mail client interface for sending message that support
HTML format and build them for you.. This module provide routine to transform a
HTML page in MIME::Lite mail.

The job done is:

    * Get the file (LWP) if needed
    * Parse page to find include images (gif, jpg, flash)
    * Attach them to mail with adequat header if asked (default)
    * Include external CSS,Javascript file
    * Replace relative url with absolute one
    * Build the final MIME-Lite object with each part found

Did you already see link like "Send this page to a friend" ?. With this module,
you can do script that to this in 3 lines.  It can be used too in a HTML
newsletter. You make a classic HTML page, and give just url to
MIME::Lite::HTML.

WWW: http://www.alianwebserver.com/informatique/languages/perl/MIME/Lite/HTML.html
Comment 1 Jean-Baptiste Quenot 2004-06-26 14:58:30 UTC
Sorry, the synopsis is wrong.  Read:

New port: mail/p5-MIME-Lite-HTML: Provide routine to transform HTML to MIME
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/
Comment 2 Mathieu Arnold freebsd_committer freebsd_triage 2004-09-21 10:18:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mat

Take
Comment 3 Mathieu Arnold freebsd_committer freebsd_triage 2004-10-12 11:50:24 UTC
State Changed
From-To: open->closed

Port added, thanks