Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.927 Times

My Juno Mail freeware
Filter: All | Freeware | Demo
 

My Juno Mail

< 1 2 3 4 5 > 
Added: October 23, 2013 | Visits: 450

Email Links and Bookmarks Email Links and Bookmarks - Links and Bookmarks, Portal Start page for Gmail, Yahoo Mail, Hotmail, Excite Mail, Mail2web, AOL Mail, Road Runner Webmail, Juno Mail, Earthlink Mail, Verizon Mail, Compuserve Mail, Mail.com, Shaw mail, Telus Mail, Hushmail, Comcast Email. About eyeOS eyeOS is an... Platforms: *nix

License: Freeware Size: 10.24 KB Download (35): Email Links and Bookmarks Download

Added: February 09, 2010 | Visits: 1.216

Mail::Addressbook::Convert Mail::Addressbook::Convert is a Perl module that can convert to and from many e-mail addressbooks. SYNOPSIS These modules allow to to convert between the following e-mail addressbook formats From To csv csv ( Note: MS Outlook. Outlook Express and many other mailers will export and import... Platforms: *nix

License: Freeware Size: 30.72 KB Download (122): Mail::Addressbook::Convert Download

Added: July 24, 2010 | Visits: 1.090

Mail::Abuse::Report SYNOPSIS use Mail::Abuse::Report; my $r = new Mail::Abuse::Report ( -text => $report_text, -reader => $reader, -filters => [ $f1, $f2, ... ], -parsers => [ $i1, $i2, ... ], -processors => [ $p1, $p2, ... ], -debug => 1, -config => $config_file, ); This class encapsulates an abuse... Platforms: *nix

License: Freeware Size: 91.14 KB Download (93): Mail::Abuse::Report Download

Added: October 18, 2010 | Visits: 1.737

ASNMTAP::Asnmtap::Plugins::Mail 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... Platforms: *nix

License: Freeware Size: 1.6 MB Download (357): ASNMTAP::Asnmtap::Plugins::Mail Download

Added: October 21, 2010 | Visits: 893

cats2procmailrc cats2procmailrc can generate a procmail recipe from my mail categories file. The intent is to have an extremely succinct file of easily editable one line rules, generally of the form: folder tag pattern I build my .procmailrc like this: cats2procmailrc -a announce-email "+%" -t maildir -L... Platforms: *nix

License: Freeware Size: 14.34 KB Download (96): cats2procmailrc Download

Added: September 01, 2010 | Visits: 1.070

HTML::Mail HTML::Mail is a Perl extension for sending emails with embedded HTML and media. SYNOPSIS use HTML::Mail; ### initialisation my $html_mail = HTML::Mail->new( HTML => http://www.cpan.org, Text => This is the text representation of the webpage http://www.cpan.org, From => me@myhost.org,... Platforms: *nix

License: Freeware Size: 15.36 KB Download (94): HTML::Mail Download

Added: April 11, 2010 | Visits: 1.191

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [... Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: July 10, 2010 | Visits: 802

Mail::Addressbook::Convert::Mailrc Mail::Addressbook::Convert::Mailrc is a Perl module from Unix Mailrc Addressbook. SYNOPSIS use strict; use Mail::Addressbook::Convert::Mailrc; my $Mailrc = new Mail::Addressbook::Convert::Mailrc(); my $MailrcInFile ="mailrc"; # name of the file containing the Spry data # it is found in... Platforms: *nix

License: Freeware Size: 30.72 KB Download (91): Mail::Addressbook::Convert::Mailrc Download

Added: November 17, 2010 | Visits: 778

Mail::Addressbook::Convert::Spry Mail::Addressbook::Convert::Spry is a Perl module from Spry Mail Addressbook. SYNOPSIS use strict; use Mail::Addressbook::Convert::Spry; my $SPRY = new Mail::Addressbook::Convert::Spry(); my $SpryInFile ="spry.als"; # name of the file containing the Spry data # it is found in the Spry... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Mail::Addressbook::Convert::Spry Download

Added: March 04, 2010 | Visits: 2.181

Mail::Addressbook::Convert::Ldif Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Ldif; my $LDIF = new Mail::Addressbook::Convert::Ldif(); my $LdifInFile ="ldifSample.txt"; # name of the file containing the Ldif... Platforms: *nix

License: Freeware Size: 30.72 KB Download (476): Mail::Addressbook::Convert::Ldif Download

Added: February 03, 2010 | Visits: 935

Mail::Addressbook::Convert::Tsv Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Tsv; my $TSV = new Mail::Addressbook::Convert::Tsv(); my $TsvInFile ="csvSample.txt"; # name of the file... Platforms: *nix

License: Freeware Size: 30.72 KB Download (97): Mail::Addressbook::Convert::Tsv Download

Added: February 17, 2010 | Visits: 824

Mail::Addressbook::Convert::Eudora Mail::Addressbook::Convert::Eudora is a Perl module that can convert to and from Eudora addressbooks. SYNOPSIS use strict; use Eudora; my $Eudora = new Eudora(); my $EudoraInFile ="eudoraSample.txt"; # name of the file containing the Eudora data # Convert Eudora to Standard Intermediate... Platforms: *nix

License: Freeware Size: 30.72 KB Download (90): Mail::Addressbook::Convert::Eudora Download

Added: June 15, 2010 | Visits: 1.129

Mail::Addressbook::Convert::Pine Mail::Addressbook::Convert::Pine is a Perl module that convert to and from Pine formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Pine; my $pine = new Mail::Addressbook::Convert::Pine(); my $PineInFile ="pineSample.txt"; # name of the file containing the Ldif... Platforms: *nix

License: Freeware Size: 30.72 KB Download (98): Mail::Addressbook::Convert::Pine Download

Added: October 08, 2010 | Visits: 894

Mail::DKIM::DkSignature Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided... Platforms: *nix

License: Freeware Size: 51.2 KB Download (114): Mail::DKIM::DkSignature Download

Added: November 03, 2010 | Visits: 831

Mail::IMAPTalk Mail::IMAPTalk is an IMAP client interface with lots of features. SYNOPSIS use Mail::IMAPTalk; $IMAP = Mail::IMAPTalk->new( Server => $IMAPServer, Username => foo, Password => bar, Uid => 1 ) || die "Failed to connect/login to IMAP server"; # Append message to folder open(my $F,... Platforms: *nix

License: Freeware Size: 30.72 KB Download (96): Mail::IMAPTalk Download

Added: February 11, 2010 | Visits: 1.674

Mail::Webmail::Yahoo Mail::Webmail::Yahoo is a Perl module that enables bulk download of yahoo.com -based webmail. SYNOPSIS use Mail::Webmail::Yahoo; $yahoo = Mail::Webmail::Yahoo->new(%options); @folders = $yahoo->get_folder_list(); @messages = $yahoo->get_mail_messages(Inbox, all); # Write messages to disk... Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Mail::Webmail::Yahoo Download

Added: March 25, 2010 | Visits: 1.018

Mail::MboxParser::Mail::Convertable 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->replace_in_header(to,... Platforms: *nix

License: Freeware Size: 43.01 KB Download (98): Mail::MboxParser::Mail::Convertable Download

Added: February 07, 2010 | Visits: 804

Net::Server::Mail::ESMTP::XFORWARD Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. SYNOPSIS use Net::Server::Mail::ESMTP; my @local_domains = qw(example.com example.org); my $server = new IO::Socket::INET Listen => 1, LocalPort => 25; my $conn;... Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Net::Server::Mail::ESMTP::XFORWARD Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 946

Hide My Messenger Hide My Messenger is a protective tool that allows you to hide running applications and tray icons completely with a move of the mouse or a single hotkey. It provides a quick and easy way for home and office PC users to quickly get sensitive materials off the screen without closing programs or... Platforms: Windows, XP, 2003, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (430): Hide My Messenger Download

Released: September 08, 2012  |  Added: September 08, 2012 | Visits: 892

My Bulk Emailer My Bulk Emailer is a handy and easy to use software that was designed in order to help you send mass email messages. The configuration is simple, so you'll be up and running in no time! for Windows2K, XP, 2003, Vista, 7 Platforms: Windows, XP, 2003, Windows Vista, 7

License: Freeware Download (85): My Bulk Emailer Download

< 1 2 3 4 5 >