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

Comcast Net Email freeware
Filter: All | Freeware | Demo
 

Comcast Net Email

< 1 2 3 4 5 > 
Added: August 25, 2008 | Visits: 1.326

Net.Ex Pro (Basic Edition) Net.Ex Pro come in 2 Editions, the Basic Edition and the Ultra Edition. The Basic Edition is the free version with some restricted functionalities and is supported by some advertisement, while the Ultra Edition is the paid version with full functionalities and has no advertisement displayed. You...



Platforms: Windows

License: Freeware Size: 5.6 KB Download (102): Net.Ex Pro (Basic Edition) Download

Released: June 23, 2009  |  Added: January 13, 2010 | Visits: 4.817

AcreSoft Email Ecards Ecards to insert in your email, blogs, etc. to celebrate friends birthdays, aniversaries, etc. Thinking of you, and thank you ecards are included. Also emoticons for in your emails, blogs etc.





Platforms: Not Applicable

License: Freeware Size: 1.45 MB Download (165): AcreSoft Email Ecards Download

Added: January 18, 2010 | Visits: 1.831

Net::Flickr::Backup Net::Flickr::Backup module contains OOP for backing up your Flickr photos locally. SYNOPSIS use Net::Flickr::Backup; use Log::Dispatch::Screen; my $flickr = Net::Flickr::Backup->new($cfg); my $feedback = Log::Dispatch::Screen->new(name => info, min_level => info);...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (100): Net::Flickr::Backup Download

Added: January 18, 2010 | Visits: 1.288

Net::Blogger::Engine::Userland::metaWeblog Net::Blogger::Engine::Userland::metaWeblog is a userLand metaWeblog API engine. SYNOPSIS my $radio = Blogger->new(engine=>"radio"); $radio->Proxy(PROXY); $radio->Username(USERNAME); $radio->Password(PASSWORD); $radio->metaWeblog()->newPost( title=>"hello", description=>"world",...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (92): Net::Blogger::Engine::Userland::metaWeblog Download

Added: January 18, 2010 | Visits: 1.022

Net::Delicious::Iterator Net::Delicious::Iterator is an iterator class for Net::Delicious thingies. SYNOPSIS use Net::Delicious::Iterator; my @dates = ({...},{...}); my $it = Net::Delicious::Iterator->new("Date",@dates); while (my $d = $it->next()) { # Do stuff with $d here } NOTES It isnt really expected...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): Net::Delicious::Iterator Download

Added: January 18, 2010 | Visits: 1.139

Net::Delicious::Constants::Config Net::Delicious::Constants::Config are constant variables for Net::Delicious default configs. SYNOPSIS use Net::Delicious::Constants qw (:config) __top Constant variables for Net::Delicious default configs..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Net::Delicious::Constants::Config Download

Added: January 18, 2010 | Visits: 1.486

net-check net-check package is a pair of simple perl scripts that will monitor and report on your internet connectivity. The scripts came about when my DSL provider repeatedly dropped the connections on a machine that was used exclusively as a dial-up gateway. In addition, since I am spending $50 a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (112): net-check Download

Added: January 18, 2010 | Visits: 1.429

Email::AutoReply Email::AutoReply is a Perl extension for writing email autoresponders. SYNOPSIS use Email::AutoReply; my $auto = Email::AutoReply->new; $auto->reply; This module may be useful in writing autoresponders. The example code above will try to respond (using Sendmail) to an email message given...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (108): Email::AutoReply Download

Added: March 20, 2010 | Visits: 2.516

Net::SMTP::TLS Net::SMTP::TLS is an SMTP client supporting TLS and AUTH. SYNOPSIS use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( your.mail.host, Hello => some.host.name, Port => 25, #redundant User => emailguy, Password=> s3cr3t); $mailer->mail(emailguy@your.mail.host);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (295): Net::SMTP::TLS Download

Added: June 19, 2010 | Visits: 956

Net::Z3950::SimpleServer Net::Z3950::SimpleServer is a simple Perl API for building Z39.50 servers. SYNOPSIS use Net::Z3950::SimpleServer; sub my_search_handler { my $args = shift; my $set_id = $args->{SETNAME}; my @database_list = @{ $args->{DATABASES} }; my $query = $args->{QUERY}; ## Perform the query on...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): Net::Z3950::SimpleServer Download

Added: March 08, 2010 | Visits: 1.216

Email This! Bookmarklet Extension Email This! Bookmarklet Extension is formerly known as GMail This! Email This! (formerly known as GMail This!) will send your recipient the link, title, & highlighted text of the page you are viewing using GMail, Yahoo, and Stand-Alone Mail Clients like Outlook Express, Thunderbird, & More!...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (85): Email This! Bookmarklet Extension Download

Added: May 14, 2010 | Visits: 1.153

Net::AIM Net::AIM is a Perl extension for AOL Instant Messenger TOC protocol. SYNOPSIS use Net::AIM; $aim = new Net::AIM; $conn = $aim->newconn(Screenname => Perl AIM, Password => yaddayadda); $aim->start; This module implements an OO interface to the Aol Instant Messenger TOC protocol. This...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): Net::AIM Download

Added: April 27, 2010 | Visits: 1.339

Catalyst::Plugin::Email::Page Catalyst::Plugin::Email::Page is a Perl module to email your Catalyst page. SYNOPSIS use Catalyst::Plugin::Email::Page; __PACKAGE__->config->{email_page}{ email = q{webmaster@example.com}, subject = q{User Report for}, link_text = q{Report Page}, }; # In your Template [%...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): Catalyst::Plugin::Email::Page Download

Added: August 21, 2010 | Visits: 993

Net::Lyskom Net::Lyskom is a Perl module used to talk to LysKOM servers. SYNOPSIS use Net::Lyskom; $a = Net::Lyskom->new(); $conf = 6; $a->login(pers_no => 437, password => "God", invisible => 1) or die "Failed to log in: $a->err_stringn"; $b = $a->send_message(7680, "Oook!"); $b =...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (90): Net::Lyskom Download

Added: June 24, 2010 | Visits: 1.177

Net::CyanChat::Server Net::CyanChat::Server is a Perl interface for running a CyanChat server. SYNOPSIS use Net::CyanChat::Server; our $cho = new Net::CyanChat::Server ( host => localhost, port => 1812, debug => 1, ); # Start the server. $cho->connect(); # Loop. $cho->start(); Net::CyanChat::Server...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): Net::CyanChat::Server Download

Added: September 12, 2010 | Visits: 880

Net::CyanChat Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room. SYNOPSIS use Net::CyanChat; my $cyan = new Net::CyanChat ( host => cho.cyan.com, # default port => 1812, # main port--1813 is for testing proto => 1, # use protocol 1.0 refresh => 60, # ping rate (default) );...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Net::CyanChat Download

Added: May 12, 2010 | Visits: 2.253

Email Administration Utility Email Administration Utility provides an IMAP-based email account management utility. The Email Administration Utilities package can be used to manage email accounts with a series of PHP-based scripts through a browser. Addition, Removal, and modification of accounts is possible as long as an...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (105): Email Administration Utility Download

Added: March 06, 2010 | Visits: 1.206

Net::IMAP::Simple The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API. Whats New in This Release: - Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy.


Platforms: *nix

License: Freeware Size: 8.19 KB Download (141): Net::IMAP::Simple Download

Added: October 18, 2010 | Visits: 1.017

Net::DNS::ValueDomain::DDNS Net::DNS::ValueDomain::DDNS is a Perl module to update your Value-Domain (https://www.value-domain.com/) DynamicDNS records. SYNOPSIS use Net::DNS::ValueDomain::DDNS; # Normal usage my $ddns = Net::DNS::ValueDomain::DDNS->new; $ddns->update( domain => example.com, password => 1234,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (108): Net::DNS::ValueDomain::DDNS Download

Added: February 09, 2010 | Visits: 1.115

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (115): Regexp::Common::net Download

< 1 2 3 4 5 >