Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第18,25118,260项(搜索用时0.021秒)
mail/Email-MIME-Encodings-1.315 (Score: 7.739885E-4)
Unified interface to MIME encoding and decoding
This module simply wraps MIME::Base64 and MIME::QuotedPrint so that you can throw the contents of a Content-Transfer-Encoding header at some text and have the right thing happen.
mail/Email-MIME-RFC2047-0.95 (Score: 7.739885E-4)
Correct handling of non-ASCII MIME headers
This set of modules tries to provide a correct and usable implementation of RFC 2047 "MIME Part Three: Message Header Extensions for Non-ASCII Text" - As a replacement of 'text' tokens, for example in a Subject header - As a replacement for a 'word' entity within a 'phrase', for example, one that precedes an address in a From, To, or Cc header
mail/Email-Outlook-Message-0.918 (Score: 7.739885E-4)
Read e-mail messages stored as .msg files
This module reads e-mail messages stored as .msg files (such as generated by Outlook), and converts them to Email::MIME objects. It also includes a command-line interface in the form of the msgconvert script. Such files may be identified by file(1) as follows: Composite Document File V2 Document You do not need Outlook installed to use this module.
Email::Sender with Net::SMTP::TLS (Eg. Gmail)
Email::Sender replaces the old and sometimes problematic Email::Send library, while this module replaces the Email::Send::SMTP::TLS.
Perl extension for Email::Sender::Transport::SMTPS
This transport is used to send email over SMTP, either with or without secure sockets (SSL/TLS). it uses the great Net::SMTPS. This module is recommended than Email::Sender::Transport::TLS.
Deliver mail to an SQLite db for testing
This transport makes deliveries to an SQLite database, creating it if needed. The SQLite transport is intended for testing programs that fork or that otherwise can't use the Test transport. It is not meant for robust, long-term storage of mail.
mail/Email-Valid-Loose-0.05 (Score: 7.739885E-4)
Variation of Email::Valid which allows dot before at mark
Email::Valid::Loose is a subclass of Email::Valid, which allows . (dot) before @ (at-mark). It is invalid in RFC822, but is commonly used in some of mobile phone addresses in Japan (like docomo.ne.jp or jp-t.ne.jp).
mail/Mail-RFC822-Address-0.3 (Score: 7.739885E-4)
Perl5 module to validate RFC822 conformance of email addresses
This perl module validates email addresses against the grammar described in RFC 822 using regular expressions.
mail/Mail-Sendmail-0.79 (Score: 7.739885E-4)
Perl module implementing a simple, platform-independent mailer
Mail::Sendmail provides a simple, platform-independent e-mail interface from your perl script. It requires only Perl5 and a network connection. Mail::Sendmail contains mainly &sendmail, which takes a hash with the message to send and sends it.
mail/MIME-Lite-HTML-1.24 (Score: 7.739885E-4)
Provide routine to transform a HTML page into a MIME mail
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.