You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-Mail-Sendmail-0.80-14.fc36.noarch
Mail::Sendmail is a simple platform independent library for sending e-mail from your perl script. It only requires Perl 5 and a network connection. Mail::Sendmail contains mainly &sendmail, which takes a hash with the message to send and sends it. It is intended to be very easy to setup and use.
RPMPackage perl-Mail-Sender-0.903-17.fc36.noarch
Module for sending mails with attachments through an SMTP server.
RPMPackage perl-Mail-SPF-Iterator-1.120-4.fc36.noarch
This module provides an iterative resolving of SPF records. Contrary to Mail::SPF, which does blocking DNS lookups, this module just returns the DNS queries and later expects the responses.
RPMPackage perl-Mail-SPF-2.9.0-27.fc36.noarch
Mail::SPF is an object-oriented implementation of Sender Policy Framework (SPF). See http://www.openspf.org for more information about SPF.
RPMPackage perl-Mail-Procmail-1.08-28.fc36.noarch
procmail is a great mail filter program, but it has weird recipe format. It's pattern matching capabilities are basic and often insufficient. This module provides flexibility to filter your mail using the power of Perl.
RPMPackage perl-Mail-Message-3.012-1.fc36.noarch
MIME message handling code, formerly part of the Mail::Box package.
RPMPackage perl-Mail-DKIM-1.20200907-5.fc36.noarch
This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail. It currently tries to implement RFC4871 (for DKIM) and RFC4870 (DomainKeys). It is required if you wish to enable DKIM checking in SpamAssassin via the Mail::SpamAssassin::Plugin::DKIM plugin.
RPMPackage perl-Mail-AuthenticationResults-2.20210915-2.fc36.noarch
Object Oriented Authentication-Results email headers.
RPMPackage perl-Mail-Alias-1.15-1.fc36.noarch
This module allows direct manipulation of various types of E-Mail Alias files. The primary use of Mail::Alias is for manipulating alias files in the SENDMAIL alias file format. Additionally it is possible to read some other formats and to convert between various alias file formats.
RPMPackage perl-MRO-Compat-0.15-2.fc36.noarch
The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general in Perl 5.9.5 and higher. This module provides those interfaces for earlier versions of Perl (back to 5.6.0 anyways). It is a harmless no-op to use this module on 5.9.5+. That is to say, code which properly uses MRO::Compat will work unmodified on both older Perls and 5.9.5+. If you're writing a piece of software that would like to use the parts of 5.9.5+'s mro:: interfaces that are supported here, and you want compatibility with older Perls, this is the module for you.
RPMPackage perl-MIME-Types-2.22-2.fc36.noarch
MIME types are used in many applications, for instance as part of e-mail and HTTP traffic, to indicate the type of content that is transmitted. Sometimes detailed knowledge about a mime-type is need; however, this module only knows about the file-name extensions that relate to some file-type. It can also be used to produce the right format: types that are not registered at IANA need to use 'x-' prefixes.
RPMPackage perl-MIME-Lite-3.033-3.fc36.noarch
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.
RPMPackage perl-MIME-Charset-1.012.2-16.fc36.noarch
MIME::Charset provides information about character sets used for MIME messages on Internet.
RPMPackage perl-MIME-Base64-3.16-479.fc36.x86_64
This package contains a Base64 encoder/decoder and a quoted-printable encoder/decoder. These encoding methods are specified in RFC 2045 - MIME (Multipurpose Internet Mail Extensions).
RPMPackage perl-Log-Log4perl-1.54-4.fc36.noarch
Log::Log4perl lets you remote-control and fine-tune the logging behavior of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. To log into RRD database, install perl-Log-Log4perl-Appender-RRDs package. To log into a database via DBI, install perl-Log-Log4perl-Appender-DBI package. To read log4j XML configuration files, install perl-Log-Log4perl-Config-DOMConfigurator package.
RPMPackage perl-Log-Dispatch-FileRotate-1.38-3.fc36.noarch
This module provides a simple object for logging to files under the Log::Dispatch::* system, and automatically rotating them according to different constraints. This is basically a Log::Dispatch::File wrapper with additions.
RPMPackage perl-Log-Dispatch-2.70-6.fc36.noarch
Log::Dispatch is a suite of OO modules for logging messages to multiple outputs, each of which can have a minimum and maximum log level. It is designed to be easily subclassed, both for creating a new dispatcher object and particularly for creating new outputs. An Apache output is available in perl-Log-Dispatch-ApacheLog package.
RPMPackage perl-Locale-Maketext-Simple-0.21-486.fc36.noarch
This module is a simple wrapper around Locale::Maketext::Lexicon, designed to alleviate the need of creating Language Classes for module authors.
RPMPackage perl-Locale-Maketext-1.29-480.fc36.noarch
It is a common feature of applications (whether run directly, or via the Web) for them to be "localized" -- i.e., for them to present an English interface to an English-speaker, a German interface to a German-speaker, and so on for all languages it's programmed with. Locale::Maketext is a framework for software localization; it provides you with the tools for organizing and accessing the bits of text and text-processing code that you need for producing localized applications.
RPMPackage perl-List-UtilsBy-0.12-1.fc36.noarch
This module provides a number of list utility functions, all of which take an initial code block to control their behaviour. They are variations on similar core perl or List::Util functions of similar names, but which use the block to control their behaviour. For example, the core Perl function sort takes a list of values and returns them, sorted into order by their string value. The sort_by function sorts them according to the string value returned by the extra function, when given each value.