Linux SoftwareSearchthe mail

Tag «the mail»: downloads



Search results for «the mail»:

Mail::Message::Convert::MailInternet 2.066 by Mark Overmeer


Mail::Message::Convert::MailInternet is a Perl module that can translate Mail::Message to Mail::Internet vv.

INHERITANCE

Mail::Message::Convert::MailInternet
is a Mail::Message::Convert
is a Mail::Reporter

SYNOPSIS

use Mail::Message::Convert::MailInternet;
my $convert = Mail:… 


Mail::MboxParser::Mail::Convertable 0.55 by Tassilo von Parseval


Mail::MboxParser::Mail::Convertable is a Perl module that can convert mail for sending etc.

SYNOPSIS

use Mail::MboxParser;

[...]

# $msg is a Mail::MboxParser::Mail-object
my $mail = $msg->make_convertable;

$mail->delete_from_header('date', 'message-id');
… 


Mail::Message::Convert 2.066 by Mark Overmeer


Mail::Message::Convert is a Perl module for conversions between message types.

INHERITANCE

Mail::Message::Convert
is a Mail::Reporter

Mail::Message::Convert is extended by
Mail::Message::Convert::Html
Mail::Message::Convert::HtmlFormatPS
Mail::Message::Convert::HtmlFormatT… 


Mail::Message::Convert::MimeEntity 2.066 by Mark Overmeer


Mail::Message::Convert::MimeEntity is a Perl module that can translate Mail::Message to MIME::Entity vv.

INHERITANCE

Mail::Message::Convert::MimeEntity
is a Mail::Message::Convert
is a Mail::Reporter

SYNOPSIS

use Mail::Message::Convert::MimeEntity;
my $convert = Mail::Message… 


Mail::Message::Body 2.065 by Mark Overmeer


Mail::Message::Body is the data of a body in a message.

INHERITANCE

Mail::Message::Body has extra code in
Mail::Message::Body::Construct
Mail::Message::Body::Encode

Mail::Message::Body
is a Mail::Reporter

Mail::Message::Body is extended by
Mail::Message::Body::File
… 


Mail::Field 1.74 by Mark Overmeer


Mail::Field is a base class for manipulation of mail header fields.

SYNOPSIS

use Mail::Field;

$field = Mail::Field->new('Subject', 'some subject text');
print $field->tag,": ",$field->stringify,"n";

$field = Mail::Field->subject('some subject text');

Mail::Field i… 


Mail::Send 1.74 by Mark Overmeer


Mail::Send is a simple electronic mail interface.

SYNOPSIS:

require Mail::Send;

$msg = new Mail::Send;

$msg = new Mail::Send Subject=>'example subject', To=>'timbo';

$msg->to('user@host');
$msg->to('user@host', 'user2@example.com');
$msg->subject('example sub… 


Mail::Message::Construct::Build 2.066 by Mark Overmeer


Mail::Message::Construct::Build is a Perl module for building a Mail::Message from components.

SYNOPSIS

my $msg3 = Mail::Message->build
(From => 'me', data => "only twonlinesn");

my $msg4 = Mail::Message->buildFromBody($body);

Complex functionality on Mail::Message objects is imple… 


Mail::Action 0.40 by chromatic


Mail::Action is a Perl module for building modules that act on incoming mail.

SYNOPSIS

use base 'Mail::Action';

Sometimes, you just need a really simple mailing address to last for a few days. You want it to be easy to create and easy to use, and you want it to be sufficiently anony… 


Mail::Message::Convert::TextAutoformat 2.066 by Mark Overmeer


Mail::Message::Convert::TextAutoformat is a Perl module that can reformat plain text messages.

INHERITANCE

Mail::Message::Convert::TextAutoformat
is a Mail::Message::Convert
is a Mail::Reporter

SYNOPSIS

use Mail::Message::Convert::TextAutoformat;
my $af = Mail::Message::Conve… 


Clevo Mail LED Linux Driver 0.2 by NMarci


Clevo Mail LED Linux Driver operates the mail LED on the Clevo notebook model D4J.

What's New in This Release:
· This is the first release of the mail LED driver for Linux kernel 2.6.
· The mail LED of the Clevo D410J is accessible through the input subsystem with the help of this dri… 


ASNMTAP::Asnmtap::Plugins::Mail 3.000.010 by Alex Peeters


ASNMTAP::Asnmtap::Plugins::Mail is a Perl module that provides Mail functions used by ASNMTAP-based plugins.

SYNOPSIS

use ASNMTAP::Asnmtap::Plugins::Mail;

my $objectNagios = ASNMTAP::Asnmtap::Plugins::Mail->new ();

Sending and receiving fingerprinted (TXT or XML) mails. It are Mail::… 


Mail::Box 2.065 by Mark Overmeer


Mail::Box can manage a mailbox, a folder with messages.

INHERITANCE

Mail::Box
is a Mail::Reporter

Mail::Box is extended by
Mail::Box::Dir
Mail::Box::File
Mail::Box::Net

SYNOPSIS

use Mail::Box::Manager;
my $mgr = Mail::Box::Manager->new;
my $folder = $mgr->ope… 


Mail::Toaster:::Qmail 4.10 by Matt Simerson


Mail::Toaster:::Qmail is a Perl module with common Qmail functions.

SYNOPSIS

Mail::Toaster::Qmail is a module of Mail::Toaster. It contains features for use with qmail, like starting and stopping the deamons, installing qmail, checking the contents of config files, etc.

This module has all… 


G-whale 0.2 by Bako Sgergo


G-whale project is a simple, text-based mail user agent.

A mail user agent (MUA) is a program that allows you to receive and send e-mail messages; it's usually just called an e-mail program.

To use an MUA such as Eudora or Microsoft Outlook, you install the MUA program on your computer and then us… 


Mail::Sendmail 0.79 by Milivoj Ivkovic


Mail::Sendmail is a simple platform independent mailer.

SYNOPSIS

use Mail::Sendmail;

%mail = ( To => 'you@there.com',
From => 'me@here.com',
Message => "This is a very short message"
);

sendmail(%mail) or die $Mail::Sendmail::error;

… 


PHPwebmail 2.3 by Bernard M. Piller


PHPwebmail is a Web-based IMAP and SMTP mail client. Often it is not possible to make outside mail connections from networks behind strict firewalls, or to configure a regular mail client (for example in an Internet cafe).

With PHPwebmail a mail client only needs a WWW connection to the mailserve… 


Mail::Thread::Chronological 1.22 by Richard Clamp


Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure.

SYNOPSIS

use Mail::Thread;
use Mail::Thread::Chronological;

my $threader = Mail::Thread->new( @messages );
my $lurker = Mail::Thread::Chronological->new;

$threader->thread;

for m… 


Mail::Box::Parser::C 3.006 by Mail::Box::Parser::C Team


Mail::Box::Parser::C is a Perl module that can parse folders for MailBox with C routines.

This is an optional module for MailBox, and will (once installed) automatically be used by MailBox to parse e-mail message content when the message is supplied as file-handle. In all other cases, MailBox wil… 


Mail::Message::Convert::Html 2.066 by Mark Overmeer


Mail::Message::Convert::Html is a Perl module to format messages in HTML.

INHERITANCE

Mail::Message::Convert::Html
is a Mail::Message::Convert
is a Mail::Reporter

SYNOPSIS

use Mail::Message::Convert::Html;
my $Html = Mail::Message::Convert::Html->new;

print $html->fieldTo… 



Related:

    search


Featured Software

jEdit 4.3 pre8
jEdit is an Open Source text editor written in Java

Opera 9.02
Surf the Internet in a safer, faster, and easier way with Opera browser

GNU Aspell 0.60.4
GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell



Top tags