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

Comcast Net Email freeware
Filter: All | Freeware | Demo
 

Comcast Net Email

< 1 2 3 4 5 
Added: January 07, 2010 | Visits: 1.089

Net::Hotline::Client Net::Hotline::Client is a Perl library for the Hotline internet client. SYNOPSIS use Net::Hotline::Client; $hlc = new Net::Hotline::Client; $hlc->connect("127.0.0.1") $hlc->chat_handler(&Chat_Handler); $hlc->msg_handler(&Msg_Handler); $hlc->login(Login => "Steve", Password =>...



Platforms: *nix

License: Freeware Size: 58.37 KB Download (108): Net::Hotline::Client Download

Added: September 15, 2010 | Visits: 1.314

Email Security through Procmail Email Security through Procmail (the Procmail Sanitizer) provides methods to sanitize email, removing obvious exploit attempts and disabling the channels through which exploits are delivered. Email Security through Procmail also provides facilities for detecting and blocking Trojan Horse...





Platforms: *nix

License: Freeware Size: 97.28 KB Download (92): Email Security through Procmail Download

Added: October 16, 2010 | Visits: 1.304

Net::BitTorrent::PeerPacket Net::BitTorrent::PeerPacket is a Parse/Build Peer Packets from BitTorrent. SYNOPSIS # Encode a packet my $binary_packet = bt_build_packet($key1, $value1, $key2, $value2); # Decode a packet my $parsed_packet = bt_parse_packet($binary_data); Net::BitTorrent::PeerPacket handles parsing and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Net::BitTorrent::PeerPacket Download

Added: July 18, 2010 | Visits: 1.080

Net::SynchroEdit::Service Net::SynchroEdit::Service is a Perl extension for SynchroEdit response service functionality. SYNOPSIS use Net::SynchroEdit::Service; my $conn = new Net::SynchroEdit::Service; $conn->connect("localhost", 7962, "root", "secret"); Net::SynchroEdit::Service provides a complete set of...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (90): Net::SynchroEdit::Service Download

Added: March 16, 2010 | Visits: 956

Net::Traces::SSFNet Net::Traces::SSFNet is a Perl module to analyze traces generated by SSFNet. SYNOPSIS use Net::Traces::SSFNet qw( droptail_record_player droptail_record_plotter ); $Net::Traces::SSFNet::PRINT_EXACT_DECIMAL_DIGITS = 0; $Net::Traces::SSFNet::SHOW_SOURCES = 1; $Net::Traces::SSFNet::SHOW_STATS...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Net::Traces::SSFNet Download

Added: July 01, 2010 | Visits: 2.066

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Net::DNS::ZoneFile Download

Added: November 03, 2010 | Visits: 464

Net::AudioScrobbler Net::AudioScrobbler is a Perl module that provides an interface to AudioScrobbler. Installation: To install this module type the following: perl Makefile.PL make make test make install.


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Net::AudioScrobbler Download

Added: January 06, 2010 | Visits: 810

Net::Stomp Net::Stomp is a Streaming Text Orientated Messaging Protocol Client. SYNOPSIS # send a message to the queue foo use Net::Stomp; my $stomp = Net::Stomp->new( { hostname => localhost, port => 61613 } ); $stomp->connect( { login => hello, passcode => there } ); $stomp->send( { destination...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Net::Stomp Download

Added: October 27, 2010 | Visits: 1.088

Net::Stomp::Frame Net::Stomp::Frame is a STOMP Frame. SYNOPSIS use Net::Stomp::Frame; my $frame = Net::Stomp::Frame->new( { command => $command, headers => $headers, body => $body, } ); my $frame = Net::Stomp::Frame->parse($string); my $string = $frame->as_string; This module encapsulates a Stomp...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (127): Net::Stomp::Frame Download

Added: March 19, 2010 | Visits: 704

Net::NIS::Listgroup Net::NIS::Listgroup is a Perl module to list hosts/users in a netgroup group. SYNOPSIS use Listgroup; $array_ref_groups = listgroup(); $array_ref_groups = listgroups(); $array_ref_users_or_groups = listgroup({groupname}); $array_ref_users_or_groups = listgroup_user({groupname1}, [...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Net::NIS::Listgroup Download

Added: May 18, 2010 | Visits: 901

Email::Handle Email::Handle is a Objective Email Handler. SYNOPSIS use Email::Handle; my $email = Email::Handle->new(root@example.com); print $email->is_valid ? yes : no; print $email->obfuscate; print $email->anonymize; print $email; $email->send(From => foo@example.com); This module is also...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (100): Email::Handle Download

Added: March 22, 2010 | Visits: 1.369

Net::Telnet::Netscreen Net::Telnet::Netscreen is a Perl module that interacts with a Netscreen firewall. Net::Telnet::Netscreen is mostly a pure rippoff of Net::Telnet::Cisco, with adaptations to make it work on the Netscreen firewalls. It also has some additional commands, but for basic functionality, see...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Net::Telnet::Netscreen Download

Added: September 05, 2010 | Visits: 841

Net::Server::POP3proxy Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software. SYNOPSIS use Net::Server::POP3proxy; # Constructors $popproxy = new Net::Server::POP3proxy( Action => sub { filterAction ($_[0]); }, Error => sub { die ($_[0]); }, Debug...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Net::Server::POP3proxy Download

Added: November 02, 2010 | Visits: 1.103

Net::IPMessenger::MessageCommand Net::IPMessenger::MessageCommand is a Perl module for message command definition and accessor class. SYNOPSIS use Net::IPMessenger::MessageCommand; my $command = Net::IPMessenger::MessageCommand->new(SENDMSG)->set_secret; This defines IP Messenger command and option flags. Also this gives...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Net::IPMessenger::MessageCommand Download

Added: May 25, 2010 | Visits: 737

Net:IPMessenger::ToStdoutEventHandler Net:IPMessenger::ToStdoutEventHandler is a Perl module for event handler for standard output. SYNOPSIS use Net::IPMessenger::ToStdoutEventHandler; ... $ipmsg->add_event_handler( new Net::IPMessenger::ToStdoutEventHandler ); IP Messenger receive event handler for standard output....


Platforms: *nix

License: Freeware Size: 12.29 KB Download (135): Net:IPMessenger::ToStdoutEventHandler Download

Added: May 26, 2010 | Visits: 977

Net::DNS Net::DNS::RR::A is a DNS A resource record. Net::DNS is a DNS resolver implemented in Perl. It allows the programmer to perform nearly any type of DNS query from a Perl script. For details and examples, please read the Net::DNS manual page. To read about the latest features, see the Changes...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (105): Net::DNS Download

Added: March 12, 2010 | Visits: 954

Email::Find Email::Find allows you to find RFC 822 email addresses in plain text. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but...


Platforms: *nix

License: Freeware Size: 39.94 KB Download (132): Email::Find Download

Added: February 19, 2010 | Visits: 966

Net::GPSD Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon. SYNOPSIS use Net::GPSD; $obj=Net::GPSD->new; my $point=$obj->get; print $point->latlon. "n"; or use Net::GPSD; $obj=Net::GPSD->new; $obj->subscribe(); Net::GPSD provides an object client...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (96): Net::GPSD Download

Added: May 18, 2010 | Visits: 1.257

Net::Connection::Sniffer::Util Net::Connection::Sniffer::Util are netaddr utilities. SYNOPSIS use Net::Connection::Sniffer::Util; my $ip = newcidr24 Net::Connection::Sniffer::Util($netaddr); my $ipcopy = $ip->copy; if ($someip->within($ip)) { do something... if ($ip->contains($someip)) { do something... if...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (119): Net::Connection::Sniffer::Util Download

Added: January 12, 2010 | Visits: 2.521

Net::Connection::Sniffer Net::Connection::Sniffer can gather stats on network connections. SYNOPSIS use Net::Connection::Sniffer; gather($config) __top Net::Connection::Sniffer is a perl module to gather connection statistics by listening to ethernet traffic. Traffic is filtered using standard BPF notation as...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (449): Net::Connection::Sniffer Download

< 1 2 3 4 5