Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第13,95113,960项(搜索用时0.01秒)
mail/MIME-Fast-1.6 (Score: 9.2878623E-4)
Create, edit, and parse MIME messages (via gmime2 C library)
MIME::Fast is a perl module for creating, editing and parsing MIME messages. This module is based on the very good C library called gmime (currently in development). MIME::Fast outght to be faster and should use less memory and CPU resources than standard MIME (perl module), because MIME::Fast is the wrapper for C functions (calling C function is much, much less expensive than calling perl function).
mail/Mail-Verp-0.06 (Score: 9.2878623E-4)
Encodes and decodes Variable Envelope Return Paths (VERP) addresses
Mail::Verp encodes the address of an email recipient into the envelope sender address so that a bounce can be more easily handled even if the original recipient is forwarding their mail to another address and the remote Mail Transport Agents send back unhelpful bounce messages. The module must also be used to decode bounce recipient addresses.
mail/MIME-Lite-3.03.0 (Score: 9.2878623E-4)
Simple interface for creating (not parsing!) MIME messages
MIME::Lite is intended as a simple, standalone module for generating (not parsing!) MIME messages... specifically, it allows you to output a simple, decent single- or multi-part message with text or binary attachments. It does not require that you have the Mail:: or MIME:: modules installed. To use the built-in SMTP interface (and thereby avoid calling sendmail) please install the Net module through ports/net/p5-Net, or stand alone. This package will contain the Net::SMTP code required. If you need more sophisticated behaviour from MIME, please install the MIME::tools package instead.
mail/MIME-Types-2.13 (Score: 9.2878623E-4)
Perl extension for determining MIME types
This Perl module is built to conform to the MIME types standard defined in RFC 1341 and updated by RFC's 1521 and 1522.
mail/Mail-Audit-2.2.27 (Score: 9.2878623E-4)
Perl module for creating easy mail filters
Mail::Audit was inspired by Tom Christiansen's audit_mail and deliverlib programs. It allows a piece of email to be logged, examined, accepted into a mailbox, filtered, resent elsewhere, rejected, replied to, and so on. It's designed to allow you to easily create filter programs to stick in a .forward file or similar. Mail::Audit groks MIME; when appropriate, it subclasses MIME::Entity. Read the MIME::Tools man page for details.
mail/Mail-Cache-0.1.2 (Score: 9.2878623E-4)
Caches mail information
This provides methods for caching mail information.
mail/Mail-RBL-1.10 (Score: 9.2878623E-4)
Perl extension to access RBL-style host verification services
This module eases the task of checking if a given host is in the list. The methods available are described below: `->new(suffix)' Creates a list handle. The `suffix' parameter is mandatory and specifies which suffix to append to the queries. `->check($host)' `$host' can be either a hostname or an IP address. In the case of an IP Address, any trailing netmask (anything after a '/' character) will be ignored. In the case of a hostname, all the IP addresses will be looked up and checked against the list. If any of the addresses is in the list, the host will be considered in the list as a whole.
mail/Mail-ClamAV-0.29 (Score: 9.2878623E-4)
Perl extension for the clamav virus scanner
Clam AntiVirus is an anti-virus toolkit for UNIX. This module provide a simple interface to it's C API.
mail/Mail-DomainKeys-1.0 (Score: 9.2878623E-4)
Perl implementation of DomainKeys
This is a suite of perl packages providing functionality to sign and verify email per draft 01 of the DomainKeys specification.
mail/Mail-Ezmlm-0.08.2 (Score: 9.2878623E-4)
Perl module to allow object methods for ezmlm-idx mailing lists
Object methods for ezmlm mailing lists. This software is beta release. As such, please treat it with the appropriate amount of caution. Let me know if you find any bugs, etc. The main reason for release is to sort of 'test the waters' ... Does anyone apart from me think this is a good idea?? Install by doing the following ... # perl Makefile.PL # make test # make install One thing. For some reason MakeMaker doesn't like symlinks. Please make sure you use the full cantonical path for the qmail and ezmlm binaries. Documentation is in pod format. Please run perldoc Mail::Ezmlm after you have installed it.