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.179.249 Times

Ipad Mail Mime freeware
Filter: All | Freeware | Demo
 

Ipad Mail Mime

< 1 2 3 4 5 > 
Released: November 06, 2008  |  Added: November 10, 2008 | Visits: 2.735

Smart Mail Notifier Smart Mail Notifier is a tiny user friendly software for checking mail and RSS. Being located in the system tray it checks mail automatically and displays new messages in a usable way. Smart Mail Notifier also allows you to answer any delivered letter swiftly. You needn't visit web mail sites...



Platforms: Windows

License: Freeware Size: 1.78 MB Download (282): Smart Mail Notifier Download

Added: October 18, 2010 | Visits: 1.729

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: January 01, 2010 | Visits: 2.349

Mail::Webmail::Gmail Mail::Webmail::Gmail is an interface to Googles webmail service. SYNOPSIS # Perl script that logs in to Gmail, retrieves the user defined labels # Then prints out all new messages under the first label use Mail::Webmail::Gmail; my $gmail = Mail::Webmail::Gmail->new( username =>...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (249): Mail::Webmail::Gmail Download

Added: January 03, 2010 | Visits: 1.129

Mail::ListDetector::Detector::Onelist Mail::ListDetector::Detector::Onelist is a ONElist message detector. SYNOPSIS use Mail::ListDetector::Detector::Onelist; An implementation of a mailing list detector, for ONElist mailing lists. ONElist was eaten by eGroups which became Yahoo! Groups so this detector is really only useful...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (143): Mail::ListDetector::Detector::Onelist Download

Added: January 10, 2010 | Visits: 1.604

Junk Mail Buffering Agent Junk Mail Buffering Agent is a tool for preventing delivery of email until the sender has confirmed their address. Junk Mail Buffering Agent can be used in conjunction with a spam filter to prevent delivery of spammy-looking email unless the sender is confirmed as valid. jmba is designed to...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (134): Junk Mail Buffering Agent Download

Added: April 18, 2010 | Visits: 1.074

ExiBomb Mail ExiBomb is a system designd to monitor mail traffic on the Exim based MTA server. The interface is developed in PHP. It reads the maillogs in a tail method and stores all relevant data in a MYSQL Database.The script reading the logs was developed in PERL. Installation: Exibomb.pl needs your...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): ExiBomb Mail Download

Added: June 04, 2010 | Visits: 1.857

Claws Mail Claws Mail (previously known as Sylpheed-Claws) project is an e-mail client (and news reader), based on GTK+. The appearance and interface are similar to some popular e-mail clients for Windows, such as Outlook Express, Becky!, and Datula. The interface is also designed to emulate the mailers...


Platforms: *nix

License: Freeware Download (103): Claws Mail Download

Added: February 10, 2010 | Visits: 1.799

Mail::Client::Yahoo Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email. SYNOPSIS use Mail::Client::Yahoo; $y = Mail::Client::Yahoo->login( username => bob, password => secret, secure => 1, # for the paranoid and patient ); $y->select_folder(Inbox); $m =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (210): Mail::Client::Yahoo Download

Added: June 25, 2010 | Visits: 814

Manitou-Mail Manitou-Mail is an open source database-driven mail user-agent and associated utilities. Manitou-Mail project provides a framework and programs for storing, exposing, and managing mail as organized data in a PostgreSQL database. It can be viewed as a versatile alternative to an imap-aware client...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (91): Manitou-Mail Download

Added: September 27, 2010 | Visits: 1.911

Mail::Mbox::MessageParser Mail::Mbox::MessageParser is a feature-poor but very fast mbox parser. Mail::Mbox::MessageParser uses the best of three strategies for parsing a mailbox: either using GNU grep, cached folder information or highly-optimized Perl..


Platforms: *nix

License: Freeware Size: 245.76 KB Download (184): Mail::Mbox::MessageParser Download

Added: September 17, 2010 | Visits: 1.241

Photo Mail Wizard Photo Mail Wizard is a desktop application designed to help users to search, choose, and send optimized photos by mail. Sent photos are automatically commented, rotated, resized, and/or compressed using the users current parameters. The selected photos files are not modified, and nothing is...


Platforms: *nix

License: Freeware Size: 890.88 KB Download (102): Photo Mail Wizard Download

Added: October 27, 2010 | Visits: 834

MHonArc MHonArc project is a Perl mail-to-HTML converter. MHonArc provides HTML mail archiving with index, mail thread linking, etc; plus other capabilities including support for MIME and powerful user customization features..


Platforms: *nix

License: Freeware Size: 1.9 MB Download (101): MHonArc Download

Added: January 15, 2010 | Visits: 1.371

Encode::MIME::Header Encode::MIME::Header is a Perl module that contains MIME B and Q header encoding. SYNOPSIS use Encode qw/encode decode/; $utf8 = decode(MIME-Header, $header); $header = encode(MIME-Header, $utf8); ABSTRACT This module implements RFC 2047 Mime Header Encoding. There are 3 variant...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (135): Encode::MIME::Header Download

Added: August 19, 2010 | Visits: 1.044

MIME::Words MIME::Words is a Perl module to deal with RFC-1522 encoded words. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... use MIME::Words qw(:all); ###...


Platforms: *nix

License: Freeware Size: 389.12 KB Download (95): MIME::Words Download

Added: August 15, 2010 | Visits: 1.120

MIME::WordDecoder MIME::WordDecoder is a Perl module to decode RFC-1522 encoded words to a local representation. SYNOPSIS See MIME::Words for the basics of encoded words. See "DESCRIPTION" for how this class works. use MIME::WordDecoder; ### Get the default word-decoder (used by unmime()): $wd = default...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (97): MIME::WordDecoder Download

Added: March 13, 2010 | Visits: 801

MIME::Charset MIME::Charset module contains charset information for MIME. SYNOPSIS Getting charset informations: use MIME::Charset qw(:info); $benc = body_encoding("iso-8859-2"); # "Q" $cset = canonical_charset("ANSI X3.4-1968"); # "US-ASCII" $henc = header_encoding("utf-8"); # "S" $cset =...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): MIME::Charset Download

Added: July 18, 2010 | Visits: 944

MIME::EncWords MIME::EncWords is a Perl module created to deal with RFC-1522 encoded words (improved). SYNOPSIS MIME::EncWords is aimed to be another implimentation of MIME::Words so that it will achive more exact conformance with MIME specifications. Additionally, it contains some improvements. Following...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (98): MIME::EncWords Download

Added: January 09, 2010 | Visits: 2.134

Yahoo Mail Sucker As you probably know, Yahoo Mail does not provide free POP access to its users any more. You can still use your YM account for free, but you have to use a Yahoo Mail web site to access your account. This is not very convenient as you always have to be online, you cannot use your favourite...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (143): Yahoo Mail Sucker Download

Added: July 22, 2010 | Visits: 1.255

Mail::SendEasy Mail::SendEasy can send plain/html e-mails through SMTP servers (platform independent). Supports SMTP authentication and attachments. This modules will send in a easy way e-mails, and doesnt have dependencies. Soo, you dont need to install libnet. It supports SMTP authentication and...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): Mail::SendEasy Download

Added: March 05, 2010 | Visits: 1.398

Nail Nail is a mail user agent derived from Berkeley Mail. It provides the functionality of the System V and POSIX mailx commands. Additional features include support for MIME, IMAP (including caching and disconnected use), POP3, SMTP, S/MIME, international character sets, maildir folders, message...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (116): Nail Download

< 1 2 3 4 5 >