Ports 搜索

共有990项符合/mail/的查询结果,以下是第4150项(搜索用时0.004秒)
mail/mime-mail-0.4.9 (Score: 0.33389652)
Compose MIME email messages
This package provides some high-level datatypes for declaring MIME email messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, eg directly to SMTP.
mail/Mail-RBL-1.10 (Score: 0.33389652)
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: 0.33389652)
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: 0.33389652)
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-IMAPClient-3.38 (Score: 0.33389652)
Perl5 module to talk to a IMAP4rev1 (RFC2060) server
This module provides perl routines that simplify a sockets connection to and an IMAP conversation with an IMAP server
mail/Mail-IMAPTalk-4.03 (Score: 0.33389652)
IMAP client interface with lots of features
This module communicates with an IMAP server. Each IMAP server command is mapped to a method of this object. Although other IMAP modules exist on CPAN, this has several advantages over other modules: - It parses the more complex IMAP structures like envelopes and body structures into nice Perl data structures. - It correctly supports atoms, quoted strings and literals at any point. Some parsers in other modules aren't fully IMAP compatiable and may break at odd times with certain messages on some servers. - It allows large return values (eg. attachments on a message) to be read directly into a file, rather than into memory. - It includes some helper functions to find the actual text/plain or text/html part of a message out of a complex MIME structure. It also can find a list of attachements, and CID links for HTML messages with attached images. - It supports decoding of MIME headers to Perl utf-8 strings automatically, so you don't have to deal with MIME encoded headers (enabled optionally). While the IMAP protocol does allow for asynchronous running of commands, this module is designed to be used in a synchronous manner. That is, you issue a command by calling a method, and the command will block until the appropriate response is returned. The method will then return the parsed results from the given command.
mail/Mail-SendEasy-1.2 (Score: 0.33389652)
Send plain/html e-mails through SMTP servers
This modules will send in a easy way e-mails, and doesn't have dependencies. Soo, you don't need to install libnet. It supports SMTP authentication and attachments.
mail/Mail_Mbox-0.6.3 (Score: 0.33389652)
PEAR Read and modify Unix MBOXes
It can split messages inside a Mbox, return the number of messages, return, update or remove an specific message or add a message on the Mbox.
mail/Mail_Mime-1.10.0 (Score: 0.33389652)
PEAR classes to create and decode MIME messages
PEAR classes to deal with creation and manipulation of MIME messages.
mail/Mail-Tools-2.14 (Score: 0.33208996)
Perl5 modules for dealing with Internet e-mail messages
MailTools is a collection of Perl modules for dealing with Internet e-mail messages. The modules included can perform a wide range of tasks, including parsing e-mail addresses, parsing mailcap files, manipulating message header fields and bodies, sending messages via SMTP or the Unix mail and sendmail commands, reading mbox mail boxes, and message filtering through Perl subroutines.