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

Convert Aol Mail freeware
Filter: All | Freeware | Demo
 

Convert Aol Mail

< 1 2 3 4 5 > 
Added: August 16, 2010 | Visits: 1.115

Convert::CEGH::Transliterate Convert::CEGH::Transliterate is a Coptic/Ethiopic/Greek/Hebrew Transliteration. SYNOPSIS use utf8; use Convert::CEGH::Transliterate transliterate; print transliterate ( "he", "አዳም" ), "n"; This package makes available a single function transliterate which will convert...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (114): Convert::CEGH::Transliterate Download

Added: August 24, 2010 | Visits: 1.176

Convert::Braille Convert::Braille is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToUnicode ( "HELLO" ), "n"; print brailleDotsToAscii ( "12515123123135" ), "n"; EXPORTS brailleDotsToUnicode brailleUnicodeToDots brailleUnicodeToAscii...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (120): Convert::Braille Download

Added: February 04, 2010 | Visits: 1.165

Convert::Braille::English Convert::Braille::English is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToEnglish ( "HELLO" ), "n"; print brailleDotsToEnglish ( "12515123123135" ), "n"; EXPORTS englishToBrailleUnicode englishToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (137): Convert::Braille::English Download

Added: April 01, 2010 | Visits: 914

Convert::Braille::Ethiopic Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille::Ethiopic; print brailleAsciiToEthiopic ( "S5LAM" ), "n"; print brailleDotsToEthiopic ( "234261231134" ), "n"; EXPORTS ethiopicToBrailleUnicode ethiopicToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Convert::Braille::Ethiopic Download

Added: March 06, 2010 | Visits: 1.220

Convert::Number::Digits Convert::Number::Digits is a Perl module that convert Digits Between the Scripts of Unicode. SYNOPSIS use utf8; require Convert::Number::Digits; my $number = 12345; my $d = new Convert::Number::Digits ( $number ); print "$number => ", $d->toArabic, "n"; my $gujarti = $d->toGujarti; my...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Convert::Number::Digits Download

Added: September 27, 2010 | Visits: 1.912

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: April 16, 2010 | Visits: 1.224

Convert::BinHex Convert::BinHex can extract data from Macintosh BinHex files. ALPHA WARNING: this code is currently in its Alpha release. Things may change drastically until the interface is hammered out: if you have suggestions or objections, please speak up now! SYNOPSIS Simple functions: use...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (126): Convert::BinHex Download

Added: January 09, 2010 | Visits: 1.040

Convert::Translit Convert::Translit, transliterate, build_substitutes is a Perl module for string conversion among numerous character sets. SYNOPSIS use Convert::Translit; $translator = new Convert::Translit($result_chset); $translator = new Convert::Translit($orig_chset, $result_chset); $translator = new...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (103): Convert::Translit 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: April 24, 2010 | Visits: 756

Convert::Recode Convert::Recode is a Perl module to make mapping functions between character sets. SYNOPSIS use Convert::Recode qw(ebcdic_to_ascii); while (<>) { print ebcdic_to_ascii($_); } The Convert::Recode module can provide mapping functions between character sets on demand. It depends on GNU...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Convert::Recode Download

Added: November 25, 2010 | Visits: 1.955

Dwarf Mail Server Dwarf Mail Server is a full-featured mail server developed on the Java platform, implementing SMTP, POP3 and IMAP4rev1 protocols. Dwarf Mail Server provides support for rich application message processing via pluggable mail filters and agents, as well as full handling of virtual domains for the...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (122): Dwarf Mail Server Download

Added: July 22, 2010 | Visits: 1.256

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: October 08, 2010 | Visits: 825

Convert::BER Convert::BER is a Perl module for ASN.1 Basic Encoding Rules. SYNOPSIS use Convert::BER; $ber = new Convert::BER; $ber->encode( INTEGER => 1, SEQUENCE => [ BOOLEAN => 0, STRING => "Hello", ], REAL => 3.7, ); $ber->decode( INTEGER => $i, SEQUENCE => [ BOOLEAN => $b, STRING =>...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (117): Convert::BER Download

Added: September 24, 2010 | Visits: 1.242

Convert::ASN1 Convert::ASN1 is an ASN.1 Encode/Decode library. SYNOPSYS use Convert::ASN1; $asn = Convert::ASN1->new; $asn->prepare(q<
[APPLICATION 7] SEQUENCE { int INTEGER, str OCTET STRING } >); $pdu = $asn->encode( int => 7, str => "string"); $out = $asn->decode($pdu); print...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (153): Convert::ASN1 Download

Added: February 15, 2010 | Visits: 831

Text::Convert::ToImage Text::Convert::ToImage is a Perl module. SYNOPSIS use Text::Convert::ToImage; my $tti = Text::Convert::ToImage->new(); my $length = length($email); if ($length > 150) { $email = "Your text length of $length is too large:"; } my $config = { TEXT => $email ? $email : "y@hn.org",...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Text::Convert::ToImage Download

Added: August 02, 2010 | Visits: 1.277

Mail::Salsa::Action::Help Mail::Salsa::Action::Help is a Perl extension for a lot of functions. SYNOPSIS use Mail::Salsa::Action::Help; Stub documentation for Mail::Salsa, created by h2xs. It looks like the author of the extension was negligent enough to leave the stub unedited..


Platforms: *nix

License: Freeware Size: 26.62 KB Download (97): Mail::Salsa::Action::Help Download

Added: June 24, 2010 | Visits: 1.212

Mozilla New Mail Icon Mozilla New Mail Icon is an extension which displays an icon in the system tray when new mail arrives in your Mozilla or Mozilla Thunderbird . Mozilla New Mail Icon supports the standard (FreeDesktop.org) system tray, as used by GNOME, KDE and IceWM..


Platforms: *nix

License: Freeware Size: 29.7 KB Download (108): Mozilla New Mail Icon Download

Added: October 20, 2010 | Visits: 771

Mail::Digest::Tools Mail::Digest::Tools is a Perl module that has tools for digest versions of mailing lists. SYNOPSIS use Mail::Digest::Tools qw( process_new_digests reprocess_ALL_digests reply_to_digest_message repair_message_order consolidate_threads_multiple consolidate_threads_single...


Platforms: *nix

License: Freeware Size: 68.61 KB Download (95): Mail::Digest::Tools Download

Added: January 13, 2010 | Visits: 1.031

Convert::MIL1750A Convert::MIL1750A is a Perl module for conversion routines between decimal floating/integer values and hexadecimal values in the MIL-STD-1750A format. SYNOPSIS use MIL1750A; # Convert to MIL-STD-1750A hex from decimal $hex16i = I16_to_1750A( $dec_value ); $hex16f = F16_to_1750A(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (120): Convert::MIL1750A Download

< 1 2 3 4 5 >