Ports Search

Results 5,1915,200 of 5,827 for /net-mgmt/.(0.006 seconds)
mail/MIME_Type-1.4.1 (Score: 0.0052506765)
PEAR class for dealing with MIME types
PEAR::MIME_Type provides functionality for dealing with MIME types. * Parse MIME type. * Supports full RFC2045 specification. * Many utility functions for working with and determining info about types. * Most functions can be called statically. * Autodetect a file's mime-type, either with mime_content_type() or the 'file' command.
mail/Mail_Mbox-0.6.3 (Score: 0.0052506765)
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.0052506765)
PEAR classes to create and decode MIME messages
PEAR classes to deal with creation and manipulation of MIME messages.
mail/Mail_Queue-1.2.7 (Score: 0.0052506765)
PEAR class for put mails in queue and send them later in background
Class to handle mail queue managment. Wrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2). It can load, save and send saved mails in background and also backup some mails. The Mail_Queue class puts mails in a temporary container, waiting to be fed to the MTA (Mail Transport Agent), and sends them later (e.g. a certain amount of mails every few minutes) by crontab or in other way.
mail/qmqtool-1.12 (Score: 0.0052506765)
Tool to manipulate contents of a qmail queue
qmqtool is a qmail queue manipulation program geared towards the viewing and safe modification of the contents in a qmail queue. Features include finding abusers, sorting messages by sender/sender's IP, showing stats, requeue messages, queue consistency check, queue backup/restore, and others.
mail/postfix-policyd-spf-perl-2.010 (Score: 0.0052506765)
SPF policy service for Postfix written in Perl
postfix-policyd-spf-perl is an RFC-4408-compliant SPF policy service for postfix written in Perl.
mail/authres-0.800 (Score: 0.0052506765)
Python module for RFC 5451 Authentication-Results headers
This is python module for RFC 5451 Authentication-Results Headers generation and parsing. It also supports Authentication Results extensions: RFC 5617 DKIM/ADSP RFC 6008 DKIM signature identification (header.b) RFC 6212 Vouch By Reference (VBR) draft-kucherawy-dmarc-base-00 DMARC
mail/renattach-1.2.4 (Score: 0.0052506765)
Rename or remove certain attachments or kill entire messages
renattach is a fast and efficient e-mail stream filter written by Jem Berkes. It can rename or delete potentially dangerous attachments or even eliminate entire messages to help sites deal with resource strains caused by virus floods. Unlike conventional virus scanners, there are no specific virus or worm definitions. Instead, attachments are classified based on file extension and executable encoded body content. Features - Fast, efficient, lightweight, little overhead, pure C code - Recognizes both MIME and uuencoded attachments - Compliant with RFC2047 and RFC2231, handles encoded filenames - Capable of reading filenames inside ZIP archives, on the fly - Can rename or delete attachments, or kill entire messages - Can detect executables that carry DOS/Windows signature - Supports list of banned filenames (great for handling floods) - Simple pipe/stream operation; can be used within many filtering systems - Can be used directly as a content_filter for Postfix MTA - Can be installed as a local delivery agent for Sendmail MTA
mail/Mail-1.3.0 (Score: 0.0052506765)
PEAR class that provides multiple interfaces for sending emails
The PEAR's Mail:: interface, defines the interface for implementing mailers under the PEAR hierarchy, and provides supporting functions useful in multiple mailer backends. Currently supported are native PHP mail() function, sendmail and SMTP. This package also provides a RFC 822 Email address list validation utility class.
mail/Mail_mimeDecode-1.5.6 (Score: 0.0052506765)
Provides a class to decode mime messages
Provides a class to deal with the decoding and interpreting of mime messages. This package used to be part of the Mail_Mime package, but has been split off. This class will parse a raw mime email and return the structure. Returned structure is similar to that returned by imap_fetchstructure().